You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -3490,8 +3490,135 @@ export class GenerateVideosResponse {
3490
3490
raiMediaFilteredReasons?: string[];
3491
3491
}
3492
3492
3493
-
/** Optional parameters for tunings.get method. */
3494
-
exportdeclareinterfaceGetTuningJobConfig{
3493
+
/** A long-running operation. */
3494
+
exportdeclareinterfaceOperation<T>{
3495
+
/** The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`. */
3496
+
name?: string;
3497
+
/** Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any. */
3498
+
metadata?: Record<string,unknown>;
3499
+
/** If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available. */
3500
+
done?: boolean;
3501
+
/** The error result of the operation in case of failure or cancellation. */
3502
+
error?: Record<string,unknown>;
3503
+
/** The response if the operation is successful. */
3504
+
response?: T;
3505
+
/**
3506
+
* Instantiates an Operation of the same type as the one being called with the fields set from the API response.
/** The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`. */
3520
+
name?: string;
3521
+
/** Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any. */
3522
+
metadata?: Record<string,unknown>;
3523
+
/** If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available. */
3524
+
done?: boolean;
3525
+
/** The error result of the operation in case of failure or cancellation. */
3526
+
error?: Record<string,unknown>;
3527
+
/** The generated videos. */
3528
+
response?: GenerateVideosResponse;
3529
+
/** The full HTTP response. */
3530
+
sdkHttpResponse?: HttpResponse;
3531
+
/**
3532
+
* Instantiates an Operation of the same type as the one being called with the fields set from the API response.
/** The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`. */
5079
-
name?: string;
5080
-
/** Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any. */
5081
-
metadata?: Record<string,unknown>;
5082
-
/** If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available. */
5083
-
done?: boolean;
5084
-
/** The error result of the operation in case of failure or cancellation. */
5085
-
error?: Record<string,unknown>;
5086
-
/** The response if the operation is successful. */
5087
-
response?: T;
5088
-
/**
5089
-
* Instantiates an Operation of the same type as the one being called with the fields set from the API response.
/** The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`. */
5103
-
name?: string;
5104
-
/** Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any. */
5105
-
metadata?: Record<string,unknown>;
5106
-
/** If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available. */
5107
-
done?: boolean;
5108
-
/** The error result of the operation in case of failure or cancellation. */
5109
-
error?: Record<string,unknown>;
5110
-
/** The response if the operation is successful. */
5111
-
response?: GenerateVideosResponse;
5112
-
/** The full HTTP response. */
5113
-
sdkHttpResponse?: HttpResponse;
5114
-
5115
-
/**
5116
-
* Instantiates an Operation of the same type as the one being called with the fields set from the API response.
0 commit comments