Skip to content

Commit 952d0d1

Browse files
feat(dataproc): update the api
#### dataproc:v1 The following keys were added: - resources.projects.resources.regions.resources.clusters.resources.nodeGroups.methods.get (Total Keys: 11) - resources.projects.resources.regions.resources.clusters.resources.nodeGroups.methods.resize (Total Keys: 12) - schemas.AuxiliaryNodeGroup (Total Keys: 4) - schemas.ClusterConfig.properties.auxiliaryNodeGroups (Total Keys: 2) - schemas.DriverSchedulingConfig (Total Keys: 6) - schemas.Job.properties.driverSchedulingConfig.$ref (Total Keys: 1) - schemas.NodeGroup (Total Keys: 8) - schemas.ResizeNodeGroupRequest (Total Keys: 7) - schemas.RuntimeInfo.properties.currentUsage (Total Keys: 2) - schemas.UsageSnapshot (Total Keys: 8)
1 parent 1b55a02 commit 952d0d1

7 files changed

+1387
-70
lines changed

docs/dyn/dataproc_v1.projects.locations.batches.html

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h3>Method Details</h3>
112112
&quot;creator&quot;: &quot;A String&quot;, # Output only. The email address of the user who created the batch.
113113
&quot;environmentConfig&quot;: { # Environment configuration for a workload. # Optional. Environment configuration for the batch execution.
114114
&quot;executionConfig&quot;: { # Execution configuration for a workload. # Optional. Execution configuration for a workload.
115-
&quot;idleTtl&quot;: &quot;A String&quot;, # Optional. The duration to keep the session alive while it&#x27;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+
&quot;idleTtl&quot;: &quot;A String&quot;, # Optional. The duration to keep the session alive while it&#x27;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.
116116
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key to use for encryption.
117117
&quot;networkTags&quot;: [ # Optional. Tags used for network traffic control.
118118
&quot;A String&quot;,
@@ -163,6 +163,11 @@ <h3>Method Details</h3>
163163
&quot;milliDcuSeconds&quot;: &quot;A String&quot;, # Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
164164
&quot;shuffleStorageGbSeconds&quot;: &quot;A String&quot;, # Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
165165
},
166+
&quot;currentUsage&quot;: { # The usage snaphot represents the resources consumed by a workload at a specified time. # Output only. Snapshot of current workload resource usage.
167+
&quot;milliDcu&quot;: &quot;A String&quot;, # Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
168+
&quot;shuffleStorageGb&quot;: &quot;A String&quot;, # Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
169+
&quot;snapshotTime&quot;: &quot;A String&quot;, # Optional. The timestamp of the usage snapshot.
170+
},
166171
&quot;diagnosticOutputUri&quot;: &quot;A String&quot;, # Output only. A URI pointing to the location of the diagnostics tarball.
167172
&quot;endpoints&quot;: { # Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
168173
&quot;a_key&quot;: &quot;A String&quot;,
@@ -287,7 +292,7 @@ <h3>Method Details</h3>
287292
&quot;creator&quot;: &quot;A String&quot;, # Output only. The email address of the user who created the batch.
288293
&quot;environmentConfig&quot;: { # Environment configuration for a workload. # Optional. Environment configuration for the batch execution.
289294
&quot;executionConfig&quot;: { # Execution configuration for a workload. # Optional. Execution configuration for a workload.
290-
&quot;idleTtl&quot;: &quot;A String&quot;, # Optional. The duration to keep the session alive while it&#x27;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+
&quot;idleTtl&quot;: &quot;A String&quot;, # Optional. The duration to keep the session alive while it&#x27;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.
291296
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key to use for encryption.
292297
&quot;networkTags&quot;: [ # Optional. Tags used for network traffic control.
293298
&quot;A String&quot;,
@@ -338,6 +343,11 @@ <h3>Method Details</h3>
338343
&quot;milliDcuSeconds&quot;: &quot;A String&quot;, # Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
339344
&quot;shuffleStorageGbSeconds&quot;: &quot;A String&quot;, # Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
340345
},
346+
&quot;currentUsage&quot;: { # The usage snaphot represents the resources consumed by a workload at a specified time. # Output only. Snapshot of current workload resource usage.
347+
&quot;milliDcu&quot;: &quot;A String&quot;, # Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
348+
&quot;shuffleStorageGb&quot;: &quot;A String&quot;, # Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
349+
&quot;snapshotTime&quot;: &quot;A String&quot;, # Optional. The timestamp of the usage snapshot.
350+
},
341351
&quot;diagnosticOutputUri&quot;: &quot;A String&quot;, # Output only. A URI pointing to the location of the diagnostics tarball.
342352
&quot;endpoints&quot;: { # Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
343353
&quot;a_key&quot;: &quot;A String&quot;,
@@ -418,7 +428,7 @@ <h3>Method Details</h3>
418428
&quot;creator&quot;: &quot;A String&quot;, # Output only. The email address of the user who created the batch.
419429
&quot;environmentConfig&quot;: { # Environment configuration for a workload. # Optional. Environment configuration for the batch execution.
420430
&quot;executionConfig&quot;: { # Execution configuration for a workload. # Optional. Execution configuration for a workload.
421-
&quot;idleTtl&quot;: &quot;A String&quot;, # Optional. The duration to keep the session alive while it&#x27;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+
&quot;idleTtl&quot;: &quot;A String&quot;, # Optional. The duration to keep the session alive while it&#x27;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.
422432
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key to use for encryption.
423433
&quot;networkTags&quot;: [ # Optional. Tags used for network traffic control.
424434
&quot;A String&quot;,
@@ -469,6 +479,11 @@ <h3>Method Details</h3>
469479
&quot;milliDcuSeconds&quot;: &quot;A String&quot;, # Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
470480
&quot;shuffleStorageGbSeconds&quot;: &quot;A String&quot;, # Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
471481
},
482+
&quot;currentUsage&quot;: { # The usage snaphot represents the resources consumed by a workload at a specified time. # Output only. Snapshot of current workload resource usage.
483+
&quot;milliDcu&quot;: &quot;A String&quot;, # Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
484+
&quot;shuffleStorageGb&quot;: &quot;A String&quot;, # Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
485+
&quot;snapshotTime&quot;: &quot;A String&quot;, # Optional. The timestamp of the usage snapshot.
486+
},
472487
&quot;diagnosticOutputUri&quot;: &quot;A String&quot;, # Output only. A URI pointing to the location of the diagnostics tarball.
473488
&quot;endpoints&quot;: { # Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
474489
&quot;a_key&quot;: &quot;A String&quot;,

0 commit comments

Comments
 (0)