File tree 6 files changed +608
-0
lines changed
6 files changed +608
-0
lines changed Original file line number Diff line number Diff line change @@ -350,6 +350,19 @@ export interface ExecutableCode {
350
350
language? : Language ;
351
351
}
352
352
353
+ // @public (undocumented)
354
+ export interface FetchPredictOperationConfig {
355
+ httpOptions? : HttpOptions ;
356
+ }
357
+
358
+ // @public
359
+ export interface FetchPredictOperationParameters {
360
+ config? : FetchPredictOperationConfig ;
361
+ operationName: string ;
362
+ // (undocumented)
363
+ resourceName: string ;
364
+ }
365
+
353
366
// @public
354
367
interface File_2 {
355
368
createTime? : string ;
@@ -686,6 +699,17 @@ export interface GetFileParameters {
686
699
name: string ;
687
700
}
688
701
702
+ // @public (undocumented)
703
+ export interface GetOperationConfig {
704
+ httpOptions? : HttpOptions ;
705
+ }
706
+
707
+ // @public
708
+ export interface GetOperationParameters {
709
+ config? : GetOperationConfig ;
710
+ operationName: string ;
711
+ }
712
+
689
713
// @public
690
714
export class GoogleGenAI {
691
715
constructor (options : GoogleGenAIOptions );
Original file line number Diff line number Diff line change @@ -350,6 +350,19 @@ export interface ExecutableCode {
350
350
language? : Language ;
351
351
}
352
352
353
+ // @public (undocumented)
354
+ export interface FetchPredictOperationConfig {
355
+ httpOptions? : HttpOptions ;
356
+ }
357
+
358
+ // @public
359
+ export interface FetchPredictOperationParameters {
360
+ config? : FetchPredictOperationConfig ;
361
+ operationName: string ;
362
+ // (undocumented)
363
+ resourceName: string ;
364
+ }
365
+
353
366
// @public
354
367
interface File_2 {
355
368
createTime? : string ;
@@ -686,6 +699,17 @@ export interface GetFileParameters {
686
699
name: string ;
687
700
}
688
701
702
+ // @public (undocumented)
703
+ export interface GetOperationConfig {
704
+ httpOptions? : HttpOptions ;
705
+ }
706
+
707
+ // @public
708
+ export interface GetOperationParameters {
709
+ config? : GetOperationConfig ;
710
+ operationName: string ;
711
+ }
712
+
689
713
// @public
690
714
export class GoogleGenAI {
691
715
constructor (options : GoogleGenAIOptions );
Original file line number Diff line number Diff line change @@ -350,6 +350,19 @@ export interface ExecutableCode {
350
350
language? : Language ;
351
351
}
352
352
353
+ // @public (undocumented)
354
+ export interface FetchPredictOperationConfig {
355
+ httpOptions? : HttpOptions ;
356
+ }
357
+
358
+ // @public
359
+ export interface FetchPredictOperationParameters {
360
+ config? : FetchPredictOperationConfig ;
361
+ operationName: string ;
362
+ // (undocumented)
363
+ resourceName: string ;
364
+ }
365
+
353
366
// @public
354
367
interface File_2 {
355
368
createTime? : string ;
@@ -686,6 +699,17 @@ export interface GetFileParameters {
686
699
name: string ;
687
700
}
688
701
702
+ // @public (undocumented)
703
+ export interface GetOperationConfig {
704
+ httpOptions? : HttpOptions ;
705
+ }
706
+
707
+ // @public
708
+ export interface GetOperationParameters {
709
+ config? : GetOperationConfig ;
710
+ operationName: string ;
711
+ }
712
+
689
713
// @public
690
714
export class GoogleGenAI {
691
715
constructor (options : GoogleGenAIOptions );
You can’t perform that action at this time.
0 commit comments