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 +4 -4
- data/CHANGELOG.md +6 -2
- data/lib/google/apis/dataproc_v1/classes.rb +13 -12
- data/lib/google/apis/dataproc_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14f0adf5fec19ac8db7637b5c7a0e236039bde606801e1a17ae8326d7c79ca4e
|
4
|
+
data.tar.gz: c42427af4023342f02593d1fd0dcc2b36e111505786673d8375518fdbb59235d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
3
|
+
### v0.50.0 (2023-06-25)
|
4
4
|
|
5
|
-
* Regenerated from discovery document revision
|
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
|
1317
|
-
# workload will be terminated when it has been idle for
|
1318
|
-
# been
|
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.
|
1365
|
-
#
|
1366
|
-
#
|
1367
|
-
#
|
1368
|
-
#
|
1369
|
-
# been
|
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
|
1677
|
-
#
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|