Skip to content

Commit f9b16e5

Browse files
feat(dataproc): update the api
#### dataproc:v1 The following keys were added: - schemas.ExecutionConfig.properties.idleTtl (Total Keys: 2)
1 parent 67081e0 commit f9b16e5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +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)).
115116
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key to use for encryption.
116117
&quot;networkTags&quot;: [ # Optional. Tags used for network traffic control.
117118
&quot;A String&quot;,
@@ -282,6 +283,7 @@ <h3>Method Details</h3>
282283
&quot;creator&quot;: &quot;A String&quot;, # Output only. The email address of the user who created the batch.
283284
&quot;environmentConfig&quot;: { # Environment configuration for a workload. # Optional. Environment configuration for the batch execution.
284285
&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)).
285287
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key to use for encryption.
286288
&quot;networkTags&quot;: [ # Optional. Tags used for network traffic control.
287289
&quot;A String&quot;,
@@ -408,6 +410,7 @@ <h3>Method Details</h3>
408410
&quot;creator&quot;: &quot;A String&quot;, # Output only. The email address of the user who created the batch.
409411
&quot;environmentConfig&quot;: { # Environment configuration for a workload. # Optional. Environment configuration for the batch execution.
410412
&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)).
411414
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key to use for encryption.
412415
&quot;networkTags&quot;: [ # Optional. Tags used for network traffic control.
413416
&quot;A String&quot;,

googleapiclient/discovery_cache/documents/dataproc.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2444,7 +2444,7 @@
24442444
}
24452445
}
24462446
},
2447-
"revision": "20220804",
2447+
"revision": "20220814",
24482448
"rootUrl": "https://dataproc.googleapis.com/",
24492449
"schemas": {
24502450
"AcceleratorConfig": {
@@ -3250,6 +3250,11 @@
32503250
"description": "Execution configuration for a workload.",
32513251
"id": "ExecutionConfig",
32523252
"properties": {
3253+
"idleTtl": {
3254+
"description": "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)).",
3255+
"format": "google-duration",
3256+
"type": "string"
3257+
},
32533258
"kmsKey": {
32543259
"description": "Optional. The Cloud KMS key to use for encryption.",
32553260
"type": "string"

0 commit comments

Comments
 (0)