google-apis-cloudkms_v1 0.47.0 → 0.49.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: 22c870daebd56b0bfdb4a3f84e63839ccac49765f42e4a4694e767ec21f59226
4
- data.tar.gz: 4b9b692401edf68a7d70da7806fe82a54f4c61b052e0fb5784b82a8177d689ba
3
+ metadata.gz: e3c6df960ac44fc2fe1f2c877c6a86a535937e5b19b82122d8643deff839b4af
4
+ data.tar.gz: fb1ade9373410988516f65a4eafaa251dc7175ad8ffae198d85a94538afce78b
5
5
  SHA512:
6
- metadata.gz: 3a59a755ce4465624f6129c9fbb691f2114a38230692955c866dd82d383dd994e271a3681db42c6780ff545e0f0eaa89c317bc6c4e0b17625caababb1ea11a81
7
- data.tar.gz: ad6257e0aa7d08c4c6d8e5461580599495eac8a8fdcbbe949f56e6b37f019c16d6080c322a03af177d85522d3482097cda625700b8efcac1f211e43b5f6b2dbd
6
+ metadata.gz: 2843adbe0050a7ca6ea127bec126cb47fbb116156e91ea3cb0fd33dd201dcf7a2716dcfcd21cea93748e2d7ba943c9f0f7d83691c5f7da82430de7c94437416c
7
+ data.tar.gz: bcc827b756985c284d38440523c8640df309faa3facd62af3b4a0ed0e4236abbdc119214f7a707877e087915c8314b2f006201dc1444a92ef31773a0b81aa59e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudkms_v1
2
2
 
3
+ ### v0.49.0 (2024-05-19)
4
+
5
+ * Regenerated from discovery document revision 20240513
6
+ * Regenerated using generator version 0.15.0
7
+
8
+ ### v0.48.0 (2024-05-12)
9
+
10
+ * Regenerated from discovery document revision 20240502
11
+
3
12
  ### v0.47.0 (2024-05-05)
4
13
 
5
14
  * Regenerated from discovery document revision 20240425
@@ -324,12 +324,13 @@ module Google
324
324
  include Google::Apis::Core::Hashable
325
325
 
326
326
  # Optional. Name of the key project, e.g. `projects/`PROJECT_ID`` or `projects/`
327
- # PROJECT_NUMBER``, where Cloud KMS Autokey will provision new CryptoKeys. On
328
- # UpdateAutokeyConfig, the caller will require `cloudkms.cryptoKeys.setIamPolicy`
329
- # permission on this key project. Once configured, for Cloud KMS Autokey to
330
- # function properly, this key project must have the Cloud KMS API activated and
331
- # the Cloud KMS Service Agent for this key project must be granted the `cloudkms.
332
- # admin` role (or pertinent permissions).
327
+ # PROJECT_NUMBER``, where Cloud KMS Autokey will provision a new CryptoKey when
328
+ # a KeyHandle is created. On UpdateAutokeyConfig, the caller will require `
329
+ # cloudkms.cryptoKeys.setIamPolicy` permission on this key project. Once
330
+ # configured, for Cloud KMS Autokey to function properly, this key project must
331
+ # have the Cloud KMS API activated and the Cloud KMS Service Agent for this key
332
+ # project must be granted the `cloudkms.admin` role (or pertinent permissions).
333
+ # A request with an empty key project field will clear the configuration.
333
334
  # Corresponds to the JSON property `keyProject`
334
335
  # @return [String]
335
336
  attr_accessor :key_project
@@ -1532,14 +1533,17 @@ module Google
1532
1533
  include Google::Apis::Core::Hashable
1533
1534
 
1534
1535
  # Output only. Name of a CryptoKey that has been provisioned for Customer
1535
- # Managed Encryption Key (CMEK) use in the KeyHandle's project and location for
1536
- # the requested resource type.
1536
+ # Managed Encryption Key (CMEK) use in the KeyHandle project and location for
1537
+ # the requested resource type. The CryptoKey project will reflect the value
1538
+ # configured in the AutokeyConfig on the resource project's ancestor folder at
1539
+ # the time of the KeyHandle creation. If more than one ancestor folder has a
1540
+ # configured AutokeyConfig, the nearest of these configurations is used.
1537
1541
  # Corresponds to the JSON property `kmsKey`
1538
1542
  # @return [String]
1539
1543
  attr_accessor :kms_key
1540
1544
 
1541
- # Output only. Identifier. Name of the [KeyHandle] resource, e.g. `projects/`
1542
- # PROJECT_ID`/locations/`LOCATION`/keyHandles/`KEY_HANDLE_ID``.
1545
+ # Identifier. Name of the KeyHandle resource, e.g. `projects/`PROJECT_ID`/
1546
+ # locations/`LOCATION`/keyHandles/`KEY_HANDLE_ID``.
1543
1547
  # Corresponds to the JSON property `name`
1544
1548
  # @return [String]
1545
1549
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudkmsV1
18
18
  # Version of the google-apis-cloudkms_v1 gem
19
- GEM_VERSION = "0.47.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240425"
25
+ REVISION = "20240513"
26
26
  end
27
27
  end
28
28
  end
@@ -85,8 +85,9 @@ module Google
85
85
 
86
86
  # Updates the AutokeyConfig for a folder. The caller must have both `cloudkms.
87
87
  # autokeyConfigs.update` permission on the parent folder and `cloudkms.
88
- # cryptoKeys.setIamPolicy` permission on the provided key project. An empty key
89
- # project may be provided to clear the configuration.
88
+ # cryptoKeys.setIamPolicy` permission on the provided key project. A KeyHandle
89
+ # creation in the folder's descendant projects will use this configuration to
90
+ # determine where to create the resulting CryptoKey.
90
91
  # @param [String] name
91
92
  # Identifier. Name of the AutokeyConfig resource, e.g. `folders/`FOLDER_NUMBER`/
92
93
  # autokeyConfig`.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudkms_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.47.0
4
+ version: 0.49.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: 2024-05-05 00:00:00.000000000 Z
11
+ date: 2024-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-cloudkms_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.47.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.49.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudkms_v1
63
63
  post_install_message:
64
64
  rdoc_options: []