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
Copy file name to clipboardExpand all lines: docs/dyn/dataproc_v1.projects.locations.batches.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,7 @@ <h3>Method Details</h3>
112
112
"creator": "A String", # Output only. The email address of the user who created the batch.
113
113
"environmentConfig": { # Environment configuration for a workload. # Optional. Environment configuration for the batch execution.
114
114
"executionConfig": { # Execution configuration for a workload. # Optional. Execution configuration for a workload.
115
+
"idleTtl": "A String", # Optional. The duration to keep the underlying cluster alive while idling Passing this threshold will cause the cluster to be terminated. Minimum value is 30 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
115
116
"kmsKey": "A String", # Optional. The Cloud KMS key to use for encryption.
116
117
"networkTags": [ # Optional. Tags used for network traffic control.
117
118
"A String",
@@ -282,6 +283,7 @@ <h3>Method Details</h3>
282
283
"creator": "A String", # Output only. The email address of the user who created the batch.
283
284
"environmentConfig": { # Environment configuration for a workload. # Optional. Environment configuration for the batch execution.
284
285
"executionConfig": { # Execution configuration for a workload. # Optional. Execution configuration for a workload.
286
+
"idleTtl": "A String", # Optional. The duration to keep the underlying cluster alive while idling Passing this threshold will cause the cluster to be terminated. Minimum value is 30 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
285
287
"kmsKey": "A String", # Optional. The Cloud KMS key to use for encryption.
286
288
"networkTags": [ # Optional. Tags used for network traffic control.
287
289
"A String",
@@ -408,6 +410,7 @@ <h3>Method Details</h3>
408
410
"creator": "A String", # Output only. The email address of the user who created the batch.
409
411
"environmentConfig": { # Environment configuration for a workload. # Optional. Environment configuration for the batch execution.
410
412
"executionConfig": { # Execution configuration for a workload. # Optional. Execution configuration for a workload.
413
+
"idleTtl": "A String", # Optional. The duration to keep the underlying cluster alive while idling Passing this threshold will cause the cluster to be terminated. Minimum value is 30 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
411
414
"kmsKey": "A String", # Optional. The Cloud KMS key to use for encryption.
412
415
"networkTags": [ # Optional. Tags used for network traffic control.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/dataproc.v1.json
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2444,7 +2444,7 @@
2444
2444
}
2445
2445
}
2446
2446
},
2447
-
"revision": "20220804",
2447
+
"revision": "20220814",
2448
2448
"rootUrl": "https://dataproc.googleapis.com/",
2449
2449
"schemas": {
2450
2450
"AcceleratorConfig": {
@@ -3250,6 +3250,11 @@
3250
3250
"description": "Execution configuration for a workload.",
3251
3251
"id": "ExecutionConfig",
3252
3252
"properties": {
3253
+
"idleTtl": {
3254
+
"description": "Optional. The duration to keep the underlying cluster alive while idling Passing this threshold will cause the cluster to be terminated. Minimum value is 30 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).",
3255
+
"format": "google-duration",
3256
+
"type": "string"
3257
+
},
3253
3258
"kmsKey": {
3254
3259
"description": "Optional. The Cloud KMS key to use for encryption.",
0 commit comments