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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -112,7 +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
+
"idleTtl": "A String", # Optional. The duration to keep the session alive while it's idling. Passing this threshold will cause the session 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)).
116
116
"kmsKey": "A String", # Optional. The Cloud KMS key to use for encryption.
117
117
"networkTags": [ # Optional. Tags used for network traffic control.
118
118
"A String",
@@ -283,7 +283,7 @@ <h3>Method Details</h3>
283
283
"creator": "A String", # Output only. The email address of the user who created the batch.
284
284
"environmentConfig": { # Environment configuration for a workload. # Optional. Environment configuration for the batch execution.
285
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)).
286
+
"idleTtl": "A String", # Optional. The duration to keep the session alive while it's idling. Passing this threshold will cause the session 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)).
287
287
"kmsKey": "A String", # Optional. The Cloud KMS key to use for encryption.
288
288
"networkTags": [ # Optional. Tags used for network traffic control.
289
289
"A String",
@@ -410,7 +410,7 @@ <h3>Method Details</h3>
410
410
"creator": "A String", # Output only. The email address of the user who created the batch.
411
411
"environmentConfig": { # Environment configuration for a workload. # Optional. Environment configuration for the batch execution.
412
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)).
413
+
"idleTtl": "A String", # Optional. The duration to keep the session alive while it's idling. Passing this threshold will cause the session 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)).
414
414
"kmsKey": "A String", # Optional. The Cloud KMS key to use for encryption.
415
415
"networkTags": [ # Optional. Tags used for network traffic control.
0 commit comments