Skip to content

Commit e7fe9ce

Browse files
IvanLHcopybara-github
authored andcommitted
chore: Add the autogenerated Operations code
PiperOrigin-RevId: 741239277
1 parent 0d896e6 commit e7fe9ce

File tree

6 files changed

+608
-0
lines changed

6 files changed

+608
-0
lines changed

api-report/genai-node.api.md

+24
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,19 @@ export interface ExecutableCode {
350350
language?: Language;
351351
}
352352

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+
353366
// @public
354367
interface File_2 {
355368
createTime?: string;
@@ -686,6 +699,17 @@ export interface GetFileParameters {
686699
name: string;
687700
}
688701

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+
689713
// @public
690714
export class GoogleGenAI {
691715
constructor(options: GoogleGenAIOptions);

api-report/genai-web.api.md

+24
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,19 @@ export interface ExecutableCode {
350350
language?: Language;
351351
}
352352

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+
353366
// @public
354367
interface File_2 {
355368
createTime?: string;
@@ -686,6 +699,17 @@ export interface GetFileParameters {
686699
name: string;
687700
}
688701

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+
689713
// @public
690714
export class GoogleGenAI {
691715
constructor(options: GoogleGenAIOptions);

api-report/genai.api.md

+24
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,19 @@ export interface ExecutableCode {
350350
language?: Language;
351351
}
352352

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+
353366
// @public
354367
interface File_2 {
355368
createTime?: string;
@@ -686,6 +699,17 @@ export interface GetFileParameters {
686699
name: string;
687700
}
688701

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+
689713
// @public
690714
export class GoogleGenAI {
691715
constructor(options: GoogleGenAIOptions);

0 commit comments

Comments
 (0)