google-apis-dataproc_v1 0.45.0 → 0.46.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: 3dffcff4d1bf5fa008e2ceb62082bbf2b81ba79e7742e3bb85c13f4bd2638d6b
4
- data.tar.gz: 8d5e73ea6e402e23bd2b538e74c3b33f8e76864b0805f3dd83ed895f6543bdc1
3
+ metadata.gz: 3ffb8577513d9c26d4f052c06db7bbd8a9e5e765c9c826ed7284afac3c6145c9
4
+ data.tar.gz: 97ff923e1b8e248fc97ae1cdf8ff03e9985d5d16789559cbd2ea2421b905ab03
5
5
  SHA512:
6
- metadata.gz: 7bd4fbf553de4b02b98b4e61522198fdfd8946c259ac707d1c0ea4c97cf480e11b1bf14cc8419a2fd35a1439f995a1d3305925e0d7ada41f349c02321d73a3f1
7
- data.tar.gz: d3d474a77a4ff2278438be1e1a25f3e8176f3556e195c22bc6d97dba0edee459658da6fb49c798238d46274896e625a863a0630a10f254131d87581883c8e425
6
+ metadata.gz: 5afb1715552e656e900087e5c04944d9a952446e4456e1b284001f01d9d0f5d9ebf4e8c977c15417b69847df0a3b99eccefaed2be3121e1951bce9edd8142769
7
+ data.tar.gz: 3bf4dd395bd50746f9ea84d273ba91e0ba41725fd24c73a428b38f7963908a8d5933ec8fdbb0b9b681c403f8da5894666085c46026f7509fdff422f8d774d4fb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataproc_v1
2
2
 
3
+ ### v0.46.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230220
6
+
3
7
  ### v0.45.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -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]/regions/[region]/default projects/[project_id]
1456
- # /regions/[region]/default default
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.45.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 = "20230202"
25
+ REVISION = "20230220"
26
26
  end
27
27
  end
28
28
  end
@@ -1078,6 +1078,7 @@ module Google
1078
1078
  # @private
1079
1079
  class Representation < Google::Apis::Core::JsonRepresentation
1080
1080
  property :gce_pd_kms_key_name, as: 'gcePdKmsKeyName'
1081
+ property :kms_key, as: 'kmsKey'
1081
1082
  end
1082
1083
  end
1083
1084
 
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.45.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-19 00:00:00.000000000 Z
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.45.0
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: []