google-apis-dataproc_v1 0.49.0 → 0.50.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: ff5dfb9bfc7dc43816bdd8a8acbabd7c5cdf1856e0572d799491fbbdc6a06423
4
- data.tar.gz: 0b777487c0a08a43b97f0b8a91d780f9984a6520ad3b35d87a63304a2b36580b
3
+ metadata.gz: 14f0adf5fec19ac8db7637b5c7a0e236039bde606801e1a17ae8326d7c79ca4e
4
+ data.tar.gz: c42427af4023342f02593d1fd0dcc2b36e111505786673d8375518fdbb59235d
5
5
  SHA512:
6
- metadata.gz: '049dda056e6c5e935ac9cf25ac69f1ae3dce1269f679d7f79f5a6b63a988cca972dcabc975f42314534b41e68b7886ee62cebf63642bcb74b4bf16a7069d3fdb'
7
- data.tar.gz: 1b025d2f8f3304eb1a62577846f3e4007957a1abea9fab117cf780f32c2a4a6a4135ffdb1f9cf4526305e89bfcaebe8fb49555f1c4dfa315224399a7e5cc484a
6
+ metadata.gz: 7c82a0a977e527545824f44a26328a0a2febe2b40b732d8bbf5ea0ac9522282a0365a1d19958857ccf09db51f5b5ab8bec2e0532689e01fcfdd55295ed5c72c1
7
+ data.tar.gz: 2eb717eb8f9a587c39f44f024b8b4536028e166a5c61771157811d963bb72c7ada34596163503ff96a545594efd1dc8d089c64ae97a3aa6cc368780ea67d2589
data/CHANGELOG.md CHANGED
@@ -1,8 +1,12 @@
1
1
  # Release history for google-apis-dataproc_v1
2
2
 
3
- ### v0.49.0 (2023-05-07)
3
+ ### v0.50.0 (2023-06-25)
4
4
 
5
- * Regenerated from discovery document revision 20230427
5
+ * Regenerated from discovery document revision 20230620
6
+
7
+ ### v0.49.0 (2023-05-14)
8
+
9
+ * Regenerated from discovery document revision 20230508
6
10
 
7
11
  ### v0.48.0 (2023-04-16)
8
12
 
@@ -1313,9 +1313,9 @@ module Google
1313
1313
  # batch workload. Minimum value is 10 minutes; maximum value is 14 days (see
1314
1314
  # JSON representation of Duration (https://developers.google.com/protocol-
1315
1315
  # buffers/docs/proto3#json)). Defaults to 4 hours if not set. If both ttl and
1316
- # idle_ttl are specified, the conditions are treated as OR conditions: the
1317
- # workload will be terminated when it has been idle for idle_ttl or when ttl has
1318
- # been exceed, whichever occurs first.
1316
+ # idle_ttl are specified for an interactive session, the conditions are treated
1317
+ # as OR conditions: the workload will be terminated when it has been idle for
1318
+ # idle_ttl or when ttl has been exceeded, whichever occurs first.
1319
1319
  # Corresponds to the JSON property `idleTtl`
1320
1320
  # @return [String]
1321
1321
  attr_accessor :idle_ttl
@@ -1361,12 +1361,13 @@ module Google
1361
1361
  # waiting for ongoing work to finish. If ttl is not specified for a batch
1362
1362
  # workload, the workload will be allowed to run until it exits naturally (or
1363
1363
  # runs forever without exiting). If ttl is not specified for an interactive
1364
- # session, it defaults to 24h. Minimum value is 10 minutes; maximum value is 14
1365
- # days (see JSON representation of Duration (https://developers.google.com/
1366
- # protocol-buffers/docs/proto3#json)). If both ttl and idle_ttl are specified (
1367
- # for an interactive session), the conditions are treated as OR conditions: the
1368
- # workload will be terminated when it has been idle for idle_ttl or when ttl has
1369
- # been exceeded, whichever occurs first.
1364
+ # session, it defaults to 24h. If ttl is not specified for a batch that uses 2.1+
1365
+ # runtime version, it defaults to 4h. Minimum value is 10 minutes; maximum
1366
+ # value is 14 days (see JSON representation of Duration (https://developers.
1367
+ # google.com/protocol-buffers/docs/proto3#json)). If both ttl and idle_ttl are
1368
+ # specified (for an interactive session), the conditions are treated as OR
1369
+ # conditions: the workload will be terminated when it has been idle for idle_ttl
1370
+ # or when ttl has been exceeded, whichever occurs first.
1370
1371
  # Corresponds to the JSON property `ttl`
1371
1372
  # @return [String]
1372
1373
  attr_accessor :ttl
@@ -1673,8 +1674,8 @@ module Google
1673
1674
  # Optional. The Customer Managed Encryption Key (CMEK) (https://cloud.google.com/
1674
1675
  # kubernetes-engine/docs/how-to/using-cmek) used to encrypt the boot disk
1675
1676
  # attached to each node in the node pool. Specify the key using the following
1676
- # format: projects/KEY_PROJECT_ID/locations/LOCATION /keyRings/RING_NAME/
1677
- # cryptoKeys/KEY_NAME.
1677
+ # format: projects/`project`/locations/`location`/keyRings/`key_ring`/cryptoKeys/
1678
+ # `crypto_key`
1678
1679
  # Corresponds to the JSON property `bootDiskKmsKey`
1679
1680
  # @return [String]
1680
1681
  attr_accessor :boot_disk_kms_key
@@ -2924,7 +2925,7 @@ module Google
2924
2925
  class ListBatchesResponse
2925
2926
  include Google::Apis::Core::Hashable
2926
2927
 
2927
- # The batches from the specified collection.
2928
+ # Output only. The batches from the specified collection.
2928
2929
  # Corresponds to the JSON property `batches`
2929
2930
  # @return [Array<Google::Apis::DataprocV1::Batch>]
2930
2931
  attr_accessor :batches
@@ -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.49.0"
19
+ GEM_VERSION = "0.50.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230427"
25
+ REVISION = "20230620"
26
26
  end
27
27
  end
28
28
  end
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.49.0
4
+ version: 0.50.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: 2023-05-14 00:00:00.000000000 Z
11
+ date: 2023-07-02 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.49.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.50.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: []