|
1212 | 1212 | "location": "query",
|
1213 | 1213 | "type": "string"
|
1214 | 1214 | },
|
| 1215 | + "gracefulTerminationTimeout": { |
| 1216 | + "description": "Optional. The graceful termination timeout for the deletion of the cluster. Indicate the time the request will wait to complete the running jobs on the cluster before its forceful deletion. Default value is 0 indicating that the user has not enabled the graceful termination. Value can be between 60 second and 6 Hours, in case the graceful termination is enabled. (There is no separate flag to check the enabling or disabling of graceful termination, it can be checked by the values in the field).", |
| 1217 | + "format": "google-duration", |
| 1218 | + "location": "query", |
| 1219 | + "type": "string" |
| 1220 | + }, |
1215 | 1221 | "projectId": {
|
1216 | 1222 | "description": "Required. The ID of the Google Cloud Platform project that the cluster belongs to.",
|
1217 | 1223 | "location": "path",
|
|
2671 | 2677 | }
|
2672 | 2678 | }
|
2673 | 2679 | },
|
2674 |
| - "revision": "20230726", |
| 2680 | + "revision": "20230804", |
2675 | 2681 | "rootUrl": "https://dataproc.googleapis.com/",
|
2676 | 2682 | "schemas": {
|
2677 | 2683 | "AcceleratorConfig": {
|
|
4115 | 4121 | "description": "Optional. Specifies the minimum cpu platform for the Instance Group. See Dataproc -> Minimum CPU Platform (https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).",
|
4116 | 4122 | "type": "string"
|
4117 | 4123 | },
|
| 4124 | + "minNumInstances": { |
| 4125 | + "description": "Optional. The minimum number of instances to create. If min_num_instances is set, min_num_instances is used for a criteria to decide the cluster. Cluster creation will be failed by being an error state if the total number of instances created is less than the min_num_instances. For example, given that num_instances = 5 and min_num_instances = 3, * if 4 instances are created and then registered successfully but one instance is failed, the failed VM will be deleted and the cluster will be resized to 4 instances in running state. * if 2 instances are created successfully and 3 instances are failed, the cluster will be in an error state and does not delete failed VMs for debugging. * if 2 instance are created and then registered successfully but 3 instances are failed to initialize, the cluster will be in an error state and does not delete failed VMs for debugging. NB: This can only be set for primary workers now.", |
| 4126 | + "format": "int32", |
| 4127 | + "type": "integer" |
| 4128 | + }, |
4118 | 4129 | "numInstances": {
|
4119 | 4130 | "description": "Optional. The number of VM instances in the instance group. For HA cluster master_config groups, must be set to 3. For standard cluster master_config groups, must be set to 1.",
|
4120 | 4131 | "format": "int32",
|
|
5046 | 5057 | "description": "Properties of the object. Contains field @type with type URL.",
|
5047 | 5058 | "type": "any"
|
5048 | 5059 | },
|
5049 |
| - "description": "The normal response of the operation in case of success. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is standard Get/Create/Update, the response should be the resource. For other methods, the response should have the type XxxResponse, where Xxx is the original method name. For example, if the original method name is TakeSnapshot(), the inferred response type is TakeSnapshotResponse.", |
| 5060 | + "description": "The normal, successful response of the operation. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is standard Get/Create/Update, the response should be the resource. For other methods, the response should have the type XxxResponse, where Xxx is the original method name. For example, if the original method name is TakeSnapshot(), the inferred response type is TakeSnapshotResponse.", |
5050 | 5061 | "type": "object"
|
5051 | 5062 | }
|
5052 | 5063 | },
|
|
0 commit comments