google-apis-dataproc_v1 0.45.0 → 0.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ffb8577513d9c26d4f052c06db7bbd8a9e5e765c9c826ed7284afac3c6145c9
|
|
4
|
+
data.tar.gz: 97ff923e1b8e248fc97ae1cdf8ff03e9985d5d16789559cbd2ea2421b905ab03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5afb1715552e656e900087e5c04944d9a952446e4456e1b284001f01d9d0f5d9ebf4e8c977c15417b69847df0a3b99eccefaed2be3121e1951bce9edd8142769
|
|
7
|
+
data.tar.gz: 3bf4dd395bd50746f9ea84d273ba91e0ba41725fd24c73a428b38f7963908a8d5933ec8fdbb0b9b681c403f8da5894666085c46026f7509fdff422f8d774d4fb
|
data/CHANGELOG.md
CHANGED
|
@@ -1220,6 +1220,12 @@ module Google
|
|
|
1220
1220
|
# @return [String]
|
|
1221
1221
|
attr_accessor :gce_pd_kms_key_name
|
|
1222
1222
|
|
|
1223
|
+
# Optional. The Cloud KMS key name to use for encrypting customer core content
|
|
1224
|
+
# and cluster PD disk for all instances in the cluster.
|
|
1225
|
+
# Corresponds to the JSON property `kmsKey`
|
|
1226
|
+
# @return [String]
|
|
1227
|
+
attr_accessor :kms_key
|
|
1228
|
+
|
|
1223
1229
|
def initialize(**args)
|
|
1224
1230
|
update!(**args)
|
|
1225
1231
|
end
|
|
@@ -1227,6 +1233,7 @@ module Google
|
|
|
1227
1233
|
# Update properties of this object
|
|
1228
1234
|
def update!(**args)
|
|
1229
1235
|
@gce_pd_kms_key_name = args[:gce_pd_kms_key_name] if args.key?(:gce_pd_kms_key_name)
|
|
1236
|
+
@kms_key = args[:kms_key] if args.key?(:kms_key)
|
|
1230
1237
|
end
|
|
1231
1238
|
end
|
|
1232
1239
|
|
|
@@ -1452,8 +1459,8 @@ module Google
|
|
|
1452
1459
|
# it exists. Cannot be a "Custom Subnet Network" (see Using Subnetworks (https://
|
|
1453
1460
|
# cloud.google.com/compute/docs/subnetworks) for more information).A full URL,
|
|
1454
1461
|
# partial URI, or short name are valid. Examples: https://www.googleapis.com/
|
|
1455
|
-
# compute/v1/projects/[project_id]/
|
|
1456
|
-
# /
|
|
1462
|
+
# compute/v1/projects/[project_id]/global/networks/default projects/[project_id]/
|
|
1463
|
+
# global/networks/default default
|
|
1457
1464
|
# Corresponds to the JSON property `networkUri`
|
|
1458
1465
|
# @return [String]
|
|
1459
1466
|
attr_accessor :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.
|
|
19
|
+
GEM_VERSION = "0.46.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 = "20230220"
|
|
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.46.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-02-
|
|
11
|
+
date: 2023-02-26 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.46.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: []
|