google-apis-cloudkms_v1 0.77.0 → 0.79.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: a20cdbd02ab5103e435ba523ecf516e75785e6d43c3b522c75f9c3aa9144a211
4
- data.tar.gz: ad070b4df2ad24a2ba362332b71f8218ca1267865f9c9cfe261ed853f5c19f11
3
+ metadata.gz: 5e3b0bd9426264e826e0c4b456ce76387336b263539f2f5ed41905e4e9a91bc8
4
+ data.tar.gz: 816997c39cf5879fb8c4272ac874c8f3adcfad6940dbe3f90b5013469b5a28b8
5
5
  SHA512:
6
- metadata.gz: edb2500c6beb545cfb6388f352e49c542e7ade602122f6e7d4881ef142697af759159be5e4e4a8ffc927e7526ab2a9fd637c90c70e9dbb7c5dff000fb91f9e21
7
- data.tar.gz: 7df052adaba45fbbac5061f6086c2fa47e2dc42a8b5f8993a3223c622ee1549f9e0abddb100c5986dc417dd243207fbbb985a462e4f65a9935debfd7822e49d0
6
+ metadata.gz: 34939791ef5a880a9e5b9e55f681a6646a799031962007e7debee8a106755fb385877626a4f8f75452dc437a1b6e6985638b2a8edec9d0a18bcae6ff7ff24df4
7
+ data.tar.gz: 749e467e643995825d608c121998f19aac5bcef10e88a3bd0e8e04e5120929cbb0e32bfb217fa93485ff027415a3f14ecb3b0599d2631cf168f5e64f1a7ca712
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudkms_v1
2
2
 
3
+ ### v0.79.0 (2026-09-06)
4
+
5
+ * Regenerated from discovery document revision 20260827
6
+
7
+ ### v0.78.0 (2026-08-23)
8
+
9
+ * Regenerated from discovery document revision 20260814
10
+
3
11
  ### v0.77.0 (2026-07-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20260709
@@ -379,7 +379,7 @@ module Google
379
379
  end
380
380
  end
381
381
 
382
- # Cloud KMS Autokey configuration for a folder.
382
+ # Cloud KMS Autokey configuration for a project or folder.
383
383
  class AutokeyConfig
384
384
  include Google::Apis::Core::Hashable
385
385
 
@@ -967,10 +967,10 @@ module Google
967
967
  # @return [String]
968
968
  attr_accessor :state
969
969
 
970
- # Immutable. Field indicating that the key may be wrapped by a trusted key. This
971
- # field can be set for all key purposes except ENCRYPT_DECRYPT, and is only
972
- # valid for keys with protection level HSM_SINGLE_TENANT. This field can only be
973
- # set at creation or import time via CreateCryptoKeyVersion, or
970
+ # Optional. Immutable. Field indicating that the key may be wrapped by a trusted
971
+ # key. This field can be set for all key purposes except ENCRYPT_DECRYPT, and is
972
+ # only valid for keys with protection level HSM_SINGLE_TENANT. This field can
973
+ # only be set at creation or import time via CreateCryptoKeyVersion, or
974
974
  # ImportCryptoKeyVersion.
975
975
  # Corresponds to the JSON property `trustedWrappingEnabled`
976
976
  # @return [Boolean]
@@ -1703,7 +1703,7 @@ module Google
1703
1703
 
1704
1704
  # Optional. The resource name of the backend environment where the key material
1705
1705
  # of CryptoKeyVersions is associated with. Setting this field overrides the
1706
- # CryptoKeyBackend. This field may be set when CryptoKeyVersions is set to
1706
+ # crypto_key_backend. This field may be set when CryptoKeyVersions is set to
1707
1707
  # EXTERNAL_VPC. Format: `projects/*/locations/*/ekmConnections/*`.
1708
1708
  # Corresponds to the JSON property `ekmConnectionBackendOverride`
1709
1709
  # @return [String]
@@ -3860,7 +3860,7 @@ module Google
3860
3860
  end
3861
3861
  end
3862
3862
 
3863
- # Response message for ShowEffectiveAutokeyConfig.
3863
+ # Response message for ShowEffectiveAutokeyConfig
3864
3864
  class ShowEffectiveAutokeyConfigResponse
3865
3865
  include Google::Apis::Core::Hashable
3866
3866
 
@@ -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.77.0"
19
+ GEM_VERSION = "0.79.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260709"
25
+ REVISION = "20260827"
26
26
  end
27
27
  end
28
28
  end
@@ -116,11 +116,14 @@ module Google
116
116
  end
117
117
 
118
118
  # Returns the effective Cloud KMS Autokey configuration for a given project or
119
- # folder.
119
+ # folder. Note on permissions: - If called on a project (`projects/`project``),
120
+ # requires `cloudkms.projects.showEffectiveAutokeyConfig`. - If called on a
121
+ # folder (`folders/`folder``), requires `cloudkms.folders.
122
+ # showEffectiveAutokeyConfig`.
120
123
  # @param [String] parent
121
124
  # Required. Name of the resource project or folder to show the effective Cloud
122
- # KMS Autokey configuration for. This may be helpful for interrogating the
123
- # effect of nested folder configurations on a given resource project. Format: *
125
+ # KMS Autokey configuration for. This may be helpful for evaluating the effect
126
+ # of nested folder configurations on a given resource project. Format: *
124
127
  # projects/`project` * folders/`folder`
125
128
  # @param [String] fields
126
129
  # Selector specifying which fields to include in a partial response.
@@ -364,11 +367,14 @@ module Google
364
367
  end
365
368
 
366
369
  # Returns the effective Cloud KMS Autokey configuration for a given project or
367
- # folder.
370
+ # folder. Note on permissions: - If called on a project (`projects/`project``),
371
+ # requires `cloudkms.projects.showEffectiveAutokeyConfig`. - If called on a
372
+ # folder (`folders/`folder``), requires `cloudkms.folders.
373
+ # showEffectiveAutokeyConfig`.
368
374
  # @param [String] parent
369
375
  # Required. Name of the resource project or folder to show the effective Cloud
370
- # KMS Autokey configuration for. This may be helpful for interrogating the
371
- # effect of nested folder configurations on a given resource project. Format: *
376
+ # KMS Autokey configuration for. This may be helpful for evaluating the effect
377
+ # of nested folder configurations on a given resource project. Format: *
372
378
  # projects/`project` * folders/`folder`
373
379
  # @param [String] fields
374
380
  # Selector specifying which fields to include in a partial response.
@@ -1319,6 +1325,39 @@ module Google
1319
1325
  execute_or_queue_command(command, &block)
1320
1326
  end
1321
1327
 
1328
+ # Permanently deletes the given KeyRing. All child resources of the KeyRing must
1329
+ # have been previously deleted using their corresponding Delete operations. The
1330
+ # specified key ring will be immediately and permanently deleted upon calling
1331
+ # this method. This action cannot be undone.
1332
+ # @param [String] name
1333
+ # Required. The name of the KeyRing to delete.
1334
+ # @param [String] fields
1335
+ # Selector specifying which fields to include in a partial response.
1336
+ # @param [String] quota_user
1337
+ # Available to use for quota purposes for server-side applications. Can be any
1338
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1339
+ # @param [Google::Apis::RequestOptions] options
1340
+ # Request-specific options
1341
+ #
1342
+ # @yield [result, err] Result & error if block supplied
1343
+ # @yieldparam result [Google::Apis::CloudkmsV1::Operation] parsed result object
1344
+ # @yieldparam err [StandardError] error object if request failed
1345
+ #
1346
+ # @return [Google::Apis::CloudkmsV1::Operation]
1347
+ #
1348
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1349
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1350
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1351
+ def delete_project_location_key_ring(name, fields: nil, quota_user: nil, options: nil, &block)
1352
+ command = make_simple_command(:delete, 'v1/{+name}', options)
1353
+ command.response_representation = Google::Apis::CloudkmsV1::Operation::Representation
1354
+ command.response_class = Google::Apis::CloudkmsV1::Operation
1355
+ command.params['name'] = name unless name.nil?
1356
+ command.query['fields'] = fields unless fields.nil?
1357
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1358
+ execute_or_queue_command(command, &block)
1359
+ end
1360
+
1322
1361
  # Returns metadata for a given KeyRing.
1323
1362
  # @param [String] name
1324
1363
  # Required. The name of the KeyRing to get.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudkms_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.77.0
4
+ version: 0.79.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudkms_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.77.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.79.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudkms_v1
62
62
  rdoc_options: []
63
63
  require_paths: