Skip to content

Commit 57e629a

Browse files
feat(dataproc): update the api
#### dataproc:v1 The following keys were added: - schemas.Job.properties.trinoJob.$ref (Total Keys: 1) - schemas.OrderedJob.properties.trinoJob.$ref (Total Keys: 1) - schemas.TrinoJob (Total Keys: 11)
1 parent 114c935 commit 57e629a

File tree

5 files changed

+516
-5
lines changed

5 files changed

+516
-5
lines changed

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

Lines changed: 3 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 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+
&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 30 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
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;,
@@ -283,7 +283,7 @@ <h3>Method Details</h3>
283283
&quot;creator&quot;: &quot;A String&quot;, # Output only. The email address of the user who created the batch.
284284
&quot;environmentConfig&quot;: { # Environment configuration for a workload. # Optional. Environment configuration for the batch execution.
285285
&quot;executionConfig&quot;: { # Execution configuration for a workload. # Optional. Execution configuration for a workload.
286-
&quot;idleTtl&quot;: &quot;A String&quot;, # 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+
&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 30 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
287287
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key to use for encryption.
288288
&quot;networkTags&quot;: [ # Optional. Tags used for network traffic control.
289289
&quot;A String&quot;,
@@ -410,7 +410,7 @@ <h3>Method Details</h3>
410410
&quot;creator&quot;: &quot;A String&quot;, # Output only. The email address of the user who created the batch.
411411
&quot;environmentConfig&quot;: { # Environment configuration for a workload. # Optional. Environment configuration for the batch execution.
412412
&quot;executionConfig&quot;: { # Execution configuration for a workload. # Optional. Execution configuration for a workload.
413-
&quot;idleTtl&quot;: &quot;A String&quot;, # 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+
&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 30 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
414414
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key to use for encryption.
415415
&quot;networkTags&quot;: [ # Optional. Tags used for network traffic control.
416416
&quot;A String&quot;,

0 commit comments

Comments
 (0)