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
+18-3Lines changed: 18 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 session alive while it's idling. Passing this threshold will cause the session to be terminated. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). Defaults to 10 minutes if not set.
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 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). Defaults to 4 hours if not set.
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",
@@ -163,6 +163,11 @@ <h3>Method Details</h3>
163
163
"milliDcuSeconds": "A String", # Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
164
164
"shuffleStorageGbSeconds": "A String", # Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
165
165
},
166
+
"currentUsage": { # The usage snaphot represents the resources consumed by a workload at a specified time. # Output only. Snapshot of current workload resource usage.
167
+
"milliDcu": "A String", # Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
168
+
"shuffleStorageGb": "A String", # Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
169
+
"snapshotTime": "A String", # Optional. The timestamp of the usage snapshot.
170
+
},
166
171
"diagnosticOutputUri": "A String", # Output only. A URI pointing to the location of the diagnostics tarball.
167
172
"endpoints": { # Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
168
173
"a_key": "A String",
@@ -287,7 +292,7 @@ <h3>Method Details</h3>
287
292
"creator": "A String", # Output only. The email address of the user who created the batch.
288
293
"environmentConfig": { # Environment configuration for a workload. # Optional. Environment configuration for the batch execution.
289
294
"executionConfig": { # Execution configuration for a workload. # Optional. Execution configuration for a workload.
290
-
"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 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). Defaults to 10 minutes if not set.
295
+
"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 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). Defaults to 4 hours if not set.
291
296
"kmsKey": "A String", # Optional. The Cloud KMS key to use for encryption.
292
297
"networkTags": [ # Optional. Tags used for network traffic control.
293
298
"A String",
@@ -338,6 +343,11 @@ <h3>Method Details</h3>
338
343
"milliDcuSeconds": "A String", # Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
339
344
"shuffleStorageGbSeconds": "A String", # Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
340
345
},
346
+
"currentUsage": { # The usage snaphot represents the resources consumed by a workload at a specified time. # Output only. Snapshot of current workload resource usage.
347
+
"milliDcu": "A String", # Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
348
+
"shuffleStorageGb": "A String", # Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
349
+
"snapshotTime": "A String", # Optional. The timestamp of the usage snapshot.
350
+
},
341
351
"diagnosticOutputUri": "A String", # Output only. A URI pointing to the location of the diagnostics tarball.
342
352
"endpoints": { # Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
343
353
"a_key": "A String",
@@ -418,7 +428,7 @@ <h3>Method Details</h3>
418
428
"creator": "A String", # Output only. The email address of the user who created the batch.
419
429
"environmentConfig": { # Environment configuration for a workload. # Optional. Environment configuration for the batch execution.
420
430
"executionConfig": { # Execution configuration for a workload. # Optional. Execution configuration for a workload.
421
-
"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 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). Defaults to 10 minutes if not set.
431
+
"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 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). Defaults to 4 hours if not set.
422
432
"kmsKey": "A String", # Optional. The Cloud KMS key to use for encryption.
423
433
"networkTags": [ # Optional. Tags used for network traffic control.
424
434
"A String",
@@ -469,6 +479,11 @@ <h3>Method Details</h3>
469
479
"milliDcuSeconds": "A String", # Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
470
480
"shuffleStorageGbSeconds": "A String", # Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
471
481
},
482
+
"currentUsage": { # The usage snaphot represents the resources consumed by a workload at a specified time. # Output only. Snapshot of current workload resource usage.
483
+
"milliDcu": "A String", # Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
484
+
"shuffleStorageGb": "A String", # Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
485
+
"snapshotTime": "A String", # Optional. The timestamp of the usage snapshot.
486
+
},
472
487
"diagnosticOutputUri": "A String", # Output only. A URI pointing to the location of the diagnostics tarball.
473
488
"endpoints": { # Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
0 commit comments