Skip to content

Commit ab21a62

Browse files
feat(dataproc): update the api
#### dataproc:v1 The following keys were added: - resources.projects.resources.locations.resources.batches.resources.sparkApplications.methods.accessNativeBuildInfo (Total Keys: 13) - resources.projects.resources.locations.resources.batches.resources.sparkApplications.methods.accessNativeSqlQuery (Total Keys: 16) - resources.projects.resources.locations.resources.batches.resources.sparkApplications.methods.searchNativeSqlQueries (Total Keys: 18) - resources.projects.resources.locations.resources.sessions.resources.sparkApplications.methods.accessNativeBuildInfo (Total Keys: 13) - resources.projects.resources.locations.resources.sessions.resources.sparkApplications.methods.accessNativeSqlQuery (Total Keys: 16) - resources.projects.resources.locations.resources.sessions.resources.sparkApplications.methods.searchNativeSqlQueries (Total Keys: 18) - schemas.AccessSessionSparkApplicationNativeBuildInfoResponse (Total Keys: 3) - schemas.AccessSessionSparkApplicationNativeSqlQueryResponse (Total Keys: 3) - schemas.AccessSparkApplicationNativeBuildInfoResponse (Total Keys: 3) - schemas.AccessSparkApplicationNativeSqlQueryResponse (Total Keys: 3) - schemas.AuthenticationConfig (Total Keys: 3) - schemas.ExecutionConfig.properties.authenticationConfig.$ref (Total Keys: 1) - schemas.SearchSessionSparkApplicationNativeSqlQueriesResponse (Total Keys: 6) - schemas.SearchSparkApplicationNativeSqlQueriesResponse (Total Keys: 6) - schemas.UsageMetrics.properties.milliSlotSeconds (Total Keys: 2) - schemas.UsageMetrics.properties.updateTime (Total Keys: 2) - schemas.UsageSnapshot.properties.milliSlot (Total Keys: 2)
1 parent b1e4a4f commit ab21a62

9 files changed

+685
-41
lines changed

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

+18
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ <h3>Method Details</h3>
162162
&quot;creator&quot;: &quot;A String&quot;, # Output only. The email address of the user who created the batch.
163163
&quot;environmentConfig&quot;: { # Environment configuration for a workload. # Optional. Environment configuration for the batch execution.
164164
&quot;executionConfig&quot;: { # Execution configuration for a workload. # Optional. Execution configuration for a workload.
165+
&quot;authenticationConfig&quot;: { # Authentication configuration for a workload is used to set the default identity for the workload execution. The config specifies the type of identity (service account or user) that will be used by workloads to access resources on the project(s). # Optional. Authentication configuration used to set the default identity for the workload execution. The config specifies the type of identity (service account or user) that will be used by workloads to access resources on the project(s).
166+
&quot;userWorkloadAuthenticationType&quot;: &quot;A String&quot;, # Optional. Authentication type for the user workload running in containers.
167+
},
165168
&quot;idleTtl&quot;: &quot;A String&quot;, # Optional. Applies to sessions only. The duration to keep the session alive while it&#x27;s idling. Exceeding this threshold causes the session to terminate. This field cannot be set on a batch workload. 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 1 hour if not set. If both ttl and idle_ttl are specified for an interactive session, the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idle_ttl or when ttl has been exceeded, whichever occurs first.
166169
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key to use for encryption.
167170
&quot;networkTags&quot;: [ # Optional. Tags used for network traffic control.
@@ -226,13 +229,16 @@ <h3>Method Details</h3>
226229
&quot;acceleratorType&quot;: &quot;A String&quot;, # Optional. Accelerator type being used, if any
227230
&quot;milliAcceleratorSeconds&quot;: &quot;A String&quot;, # Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
228231
&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)).
232+
&quot;milliSlotSeconds&quot;: &quot;A String&quot;, # Optional. Slot usage in (milliSlot x seconds).
229233
&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)).
234+
&quot;updateTime&quot;: &quot;A String&quot;, # Optional. The timestamp of the usage metrics.
230235
},
231236
&quot;currentUsage&quot;: { # The usage snapshot represents the resources consumed by a workload at a specified time. # Output only. Snapshot of current workload resource usage.
232237
&quot;acceleratorType&quot;: &quot;A String&quot;, # Optional. Accelerator type being used, if any
233238
&quot;milliAccelerator&quot;: &quot;A String&quot;, # Optional. Milli (one-thousandth) accelerator. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
234239
&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)).
235240
&quot;milliDcuPremium&quot;: &quot;A String&quot;, # Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
241+
&quot;milliSlot&quot;: &quot;A String&quot;, # Optional. Milli (one-thousandth) Slot usage of the workload.
236242
&quot;shuffleStorageGb&quot;: &quot;A String&quot;, # Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
237243
&quot;shuffleStorageGbPremium&quot;: &quot;A String&quot;, # Optional. Shuffle Storage in gigabytes (GB) charged at premium tier. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
238244
&quot;snapshotTime&quot;: &quot;A String&quot;, # Optional. The timestamp of the usage snapshot.
@@ -361,6 +367,9 @@ <h3>Method Details</h3>
361367
&quot;creator&quot;: &quot;A String&quot;, # Output only. The email address of the user who created the batch.
362368
&quot;environmentConfig&quot;: { # Environment configuration for a workload. # Optional. Environment configuration for the batch execution.
363369
&quot;executionConfig&quot;: { # Execution configuration for a workload. # Optional. Execution configuration for a workload.
370+
&quot;authenticationConfig&quot;: { # Authentication configuration for a workload is used to set the default identity for the workload execution. The config specifies the type of identity (service account or user) that will be used by workloads to access resources on the project(s). # Optional. Authentication configuration used to set the default identity for the workload execution. The config specifies the type of identity (service account or user) that will be used by workloads to access resources on the project(s).
371+
&quot;userWorkloadAuthenticationType&quot;: &quot;A String&quot;, # Optional. Authentication type for the user workload running in containers.
372+
},
364373
&quot;idleTtl&quot;: &quot;A String&quot;, # Optional. Applies to sessions only. The duration to keep the session alive while it&#x27;s idling. Exceeding this threshold causes the session to terminate. This field cannot be set on a batch workload. 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 1 hour if not set. If both ttl and idle_ttl are specified for an interactive session, the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idle_ttl or when ttl has been exceeded, whichever occurs first.
365374
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key to use for encryption.
366375
&quot;networkTags&quot;: [ # Optional. Tags used for network traffic control.
@@ -425,13 +434,16 @@ <h3>Method Details</h3>
425434
&quot;acceleratorType&quot;: &quot;A String&quot;, # Optional. Accelerator type being used, if any
426435
&quot;milliAcceleratorSeconds&quot;: &quot;A String&quot;, # Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
427436
&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)).
437+
&quot;milliSlotSeconds&quot;: &quot;A String&quot;, # Optional. Slot usage in (milliSlot x seconds).
428438
&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)).
439+
&quot;updateTime&quot;: &quot;A String&quot;, # Optional. The timestamp of the usage metrics.
429440
},
430441
&quot;currentUsage&quot;: { # The usage snapshot represents the resources consumed by a workload at a specified time. # Output only. Snapshot of current workload resource usage.
431442
&quot;acceleratorType&quot;: &quot;A String&quot;, # Optional. Accelerator type being used, if any
432443
&quot;milliAccelerator&quot;: &quot;A String&quot;, # Optional. Milli (one-thousandth) accelerator. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
433444
&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)).
434445
&quot;milliDcuPremium&quot;: &quot;A String&quot;, # Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
446+
&quot;milliSlot&quot;: &quot;A String&quot;, # Optional. Milli (one-thousandth) Slot usage of the workload.
435447
&quot;shuffleStorageGb&quot;: &quot;A String&quot;, # Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
436448
&quot;shuffleStorageGbPremium&quot;: &quot;A String&quot;, # Optional. Shuffle Storage in gigabytes (GB) charged at premium tier. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
437449
&quot;snapshotTime&quot;: &quot;A String&quot;, # Optional. The timestamp of the usage snapshot.
@@ -518,6 +530,9 @@ <h3>Method Details</h3>
518530
&quot;creator&quot;: &quot;A String&quot;, # Output only. The email address of the user who created the batch.
519531
&quot;environmentConfig&quot;: { # Environment configuration for a workload. # Optional. Environment configuration for the batch execution.
520532
&quot;executionConfig&quot;: { # Execution configuration for a workload. # Optional. Execution configuration for a workload.
533+
&quot;authenticationConfig&quot;: { # Authentication configuration for a workload is used to set the default identity for the workload execution. The config specifies the type of identity (service account or user) that will be used by workloads to access resources on the project(s). # Optional. Authentication configuration used to set the default identity for the workload execution. The config specifies the type of identity (service account or user) that will be used by workloads to access resources on the project(s).
534+
&quot;userWorkloadAuthenticationType&quot;: &quot;A String&quot;, # Optional. Authentication type for the user workload running in containers.
535+
},
521536
&quot;idleTtl&quot;: &quot;A String&quot;, # Optional. Applies to sessions only. The duration to keep the session alive while it&#x27;s idling. Exceeding this threshold causes the session to terminate. This field cannot be set on a batch workload. 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 1 hour if not set. If both ttl and idle_ttl are specified for an interactive session, the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idle_ttl or when ttl has been exceeded, whichever occurs first.
522537
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key to use for encryption.
523538
&quot;networkTags&quot;: [ # Optional. Tags used for network traffic control.
@@ -582,13 +597,16 @@ <h3>Method Details</h3>
582597
&quot;acceleratorType&quot;: &quot;A String&quot;, # Optional. Accelerator type being used, if any
583598
&quot;milliAcceleratorSeconds&quot;: &quot;A String&quot;, # Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
584599
&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)).
600+
&quot;milliSlotSeconds&quot;: &quot;A String&quot;, # Optional. Slot usage in (milliSlot x seconds).
585601
&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)).
602+
&quot;updateTime&quot;: &quot;A String&quot;, # Optional. The timestamp of the usage metrics.
586603
},
587604
&quot;currentUsage&quot;: { # The usage snapshot represents the resources consumed by a workload at a specified time. # Output only. Snapshot of current workload resource usage.
588605
&quot;acceleratorType&quot;: &quot;A String&quot;, # Optional. Accelerator type being used, if any
589606
&quot;milliAccelerator&quot;: &quot;A String&quot;, # Optional. Milli (one-thousandth) accelerator. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
590607
&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)).
591608
&quot;milliDcuPremium&quot;: &quot;A String&quot;, # Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
609+
&quot;milliSlot&quot;: &quot;A String&quot;, # Optional. Milli (one-thousandth) Slot usage of the workload.
592610
&quot;shuffleStorageGb&quot;: &quot;A String&quot;, # Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
593611
&quot;shuffleStorageGbPremium&quot;: &quot;A String&quot;, # Optional. Shuffle Storage in gigabytes (GB) charged at premium tier. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
594612
&quot;snapshotTime&quot;: &quot;A String&quot;, # Optional. The timestamp of the usage snapshot.

0 commit comments

Comments
 (0)