Skip to content

Commit

Permalink
feat(dataproc): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Dec 13, 2022
1 parent 1b55a02 commit 952d0d1
Show file tree
Hide file tree
Showing 7 changed files with 1,387 additions and 70 deletions.
21 changes: 18 additions & 3 deletions docs/dyn/dataproc_v1.projects.locations.batches.html
Expand Up @@ -112,7 +112,7 @@ <h3>Method Details</h3>
&quot;creator&quot;: &quot;A String&quot;, # Output only. The email address of the user who created the batch.
&quot;environmentConfig&quot;: { # Environment configuration for a workload. # Optional. Environment configuration for the batch execution.
&quot;executionConfig&quot;: { # Execution configuration for a workload. # Optional. Execution configuration for a workload.
&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.
&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.
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key to use for encryption.
&quot;networkTags&quot;: [ # Optional. Tags used for network traffic control.
&quot;A String&quot;,
Expand Down Expand Up @@ -163,6 +163,11 @@ <h3>Method Details</h3>
&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)).
&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)).
},
&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.
&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)).
&quot;shuffleStorageGb&quot;: &quot;A String&quot;, # Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
&quot;snapshotTime&quot;: &quot;A String&quot;, # Optional. The timestamp of the usage snapshot.
},
&quot;diagnosticOutputUri&quot;: &quot;A String&quot;, # Output only. A URI pointing to the location of the diagnostics tarball.
&quot;endpoints&quot;: { # Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down Expand Up @@ -287,7 +292,7 @@ <h3>Method Details</h3>
&quot;creator&quot;: &quot;A String&quot;, # Output only. The email address of the user who created the batch.
&quot;environmentConfig&quot;: { # Environment configuration for a workload. # Optional. Environment configuration for the batch execution.
&quot;executionConfig&quot;: { # Execution configuration for a workload. # Optional. Execution configuration for a workload.
&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.
&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.
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key to use for encryption.
&quot;networkTags&quot;: [ # Optional. Tags used for network traffic control.
&quot;A String&quot;,
Expand Down Expand Up @@ -338,6 +343,11 @@ <h3>Method Details</h3>
&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)).
&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)).
},
&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.
&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)).
&quot;shuffleStorageGb&quot;: &quot;A String&quot;, # Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
&quot;snapshotTime&quot;: &quot;A String&quot;, # Optional. The timestamp of the usage snapshot.
},
&quot;diagnosticOutputUri&quot;: &quot;A String&quot;, # Output only. A URI pointing to the location of the diagnostics tarball.
&quot;endpoints&quot;: { # Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down Expand Up @@ -418,7 +428,7 @@ <h3>Method Details</h3>
&quot;creator&quot;: &quot;A String&quot;, # Output only. The email address of the user who created the batch.
&quot;environmentConfig&quot;: { # Environment configuration for a workload. # Optional. Environment configuration for the batch execution.
&quot;executionConfig&quot;: { # Execution configuration for a workload. # Optional. Execution configuration for a workload.
&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.
&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.
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key to use for encryption.
&quot;networkTags&quot;: [ # Optional. Tags used for network traffic control.
&quot;A String&quot;,
Expand Down Expand Up @@ -469,6 +479,11 @@ <h3>Method Details</h3>
&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)).
&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)).
},
&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.
&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)).
&quot;shuffleStorageGb&quot;: &quot;A String&quot;, # Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
&quot;snapshotTime&quot;: &quot;A String&quot;, # Optional. The timestamp of the usage snapshot.
},
&quot;diagnosticOutputUri&quot;: &quot;A String&quot;, # Output only. A URI pointing to the location of the diagnostics tarball.
&quot;endpoints&quot;: { # Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down

0 comments on commit 952d0d1

Please sign in to comment.