google-apis-dataproc_v1 0.33.0 → 0.34.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b0e465a23ae0db855e69270428b992810027d6e4faad3edd11d30dcecb99eef6
4
- data.tar.gz: 1f29f727da26018afe44d02d564f3b3473a37c6965763f543db4eaddef63e6af
3
+ metadata.gz: 707a6795afff3f834dbe8fa7b1e5c3c158889eb37c942b533ec9c81439cf6ce1
4
+ data.tar.gz: 05c1c9d155e54cfdf3c51e2d3538592e0416bc33d4ed084c91897673e015f467
5
5
  SHA512:
6
- metadata.gz: 2242e49201eaf9a289de7c68ef8db8c617950b5d3adfd814ae15f523537dcf238acef8f7152761f3b287eb35569f8b7ffee342f34f60a1a3811c32a314859d68
7
- data.tar.gz: d6f8c1a8456851453061630fad829b6b2bd0e01fd40c0f0085241e11b91044c5d1564b6d15efa83019964f73aa1353e4837448f3a111833a36691c509ce8f48d
6
+ metadata.gz: 7bbe610d13a5474c474cf8fe7af858efc3153c61ffd880aaa3d4653317ec372330ec80a8a89869e434c19efd0cce895e4dbf1c6da45342e4c82f794c172e5f74
7
+ data.tar.gz: 706177a26f777f6acbd7241cabc667d4ad63331c35a9b80628729e4e4ce248c04b81f7035ecd334a2a7fb52100840c0c97e68ee97254f5967b9f1390617efdc7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataproc_v1
2
2
 
3
+ ### v0.34.0 (2022-08-18)
4
+
5
+ * Regenerated from discovery document revision 20220814
6
+
3
7
  ### v0.33.0 (2022-08-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20220804
@@ -1203,6 +1203,14 @@ module Google
1203
1203
  class ExecutionConfig
1204
1204
  include Google::Apis::Core::Hashable
1205
1205
 
1206
+ # Optional. The duration to keep the underlying cluster alive while idling
1207
+ # Passing this threshold will cause the cluster to be terminated. Minimum value
1208
+ # is 30 minutes; maximum value is 14 days (see JSON representation of Duration (
1209
+ # https://developers.google.com/protocol-buffers/docs/proto3#json)).
1210
+ # Corresponds to the JSON property `idleTtl`
1211
+ # @return [String]
1212
+ attr_accessor :idle_ttl
1213
+
1206
1214
  # Optional. The Cloud KMS key to use for encryption.
1207
1215
  # Corresponds to the JSON property `kmsKey`
1208
1216
  # @return [String]
@@ -1234,6 +1242,7 @@ module Google
1234
1242
 
1235
1243
  # Update properties of this object
1236
1244
  def update!(**args)
1245
+ @idle_ttl = args[:idle_ttl] if args.key?(:idle_ttl)
1237
1246
  @kms_key = args[:kms_key] if args.key?(:kms_key)
1238
1247
  @network_tags = args[:network_tags] if args.key?(:network_tags)
1239
1248
  @network_uri = args[:network_uri] if args.key?(:network_uri)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DataprocV1
18
18
  # Version of the google-apis-dataproc_v1 gem
19
- GEM_VERSION = "0.33.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220804"
25
+ REVISION = "20220814"
26
26
  end
27
27
  end
28
28
  end
@@ -1025,6 +1025,7 @@ module Google
1025
1025
  class ExecutionConfig
1026
1026
  # @private
1027
1027
  class Representation < Google::Apis::Core::JsonRepresentation
1028
+ property :idle_ttl, as: 'idleTtl'
1028
1029
  property :kms_key, as: 'kmsKey'
1029
1030
  collection :network_tags, as: 'networkTags'
1030
1031
  property :network_uri, as: 'networkUri'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataproc_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.34.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-15 00:00:00.000000000 Z
11
+ date: 2022-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataproc_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.34.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataproc_v1
63
63
  post_install_message:
64
64
  rdoc_options: []