google-apis-cloudkms_v1 0.63.0 → 0.64.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudkms_v1/gem_version.rb +2 -2
- data/lib/google/apis/cloudkms_v1/service.rb +4 -76
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 515a4d0f102388b80922b16cc15ac64a3753f997983d43c08ef1dc96b5c5733a
|
|
4
|
+
data.tar.gz: 0d734e6a1f4d3e2b7bfe199c25848a0a789f6ff5d203c3ca177032136a06e7de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00f620a62a036a6d4ee40aa685c166ebba5bf83af7978de30a048e7e0147067ba4d53be63b5a059caffdc77b8c870f6775e47f01959bf8a5aea2967dbfe847d6
|
|
7
|
+
data.tar.gz: d67178db50b2884732813e4e6d6b2680aa7a9f204d34436ef61e4c0a58d065a965c99e5b577f3a7f7b7e401fcfea1f4db04ca4adbed88deab6c5feedcc2300dd
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.64.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251023"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -52,10 +52,10 @@ module Google
|
|
|
52
52
|
@batch_path = 'batch'
|
|
53
53
|
end
|
|
54
54
|
|
|
55
|
-
# Returns the AutokeyConfig for a folder
|
|
55
|
+
# Returns the AutokeyConfig for a folder.
|
|
56
56
|
# @param [String] name
|
|
57
57
|
# Required. Name of the AutokeyConfig resource, e.g. `folders/`FOLDER_NUMBER`/
|
|
58
|
-
# autokeyConfig
|
|
58
|
+
# autokeyConfig`.
|
|
59
59
|
# @param [String] fields
|
|
60
60
|
# Selector specifying which fields to include in a partial response.
|
|
61
61
|
# @param [String] quota_user
|
|
@@ -262,37 +262,6 @@ module Google
|
|
|
262
262
|
execute_or_queue_command(command, &block)
|
|
263
263
|
end
|
|
264
264
|
|
|
265
|
-
# Returns the AutokeyConfig for a folder or project.
|
|
266
|
-
# @param [String] name
|
|
267
|
-
# Required. Name of the AutokeyConfig resource, e.g. `folders/`FOLDER_NUMBER`/
|
|
268
|
-
# autokeyConfig` or `projects/`PROJECT_NUMBER`/autokeyConfig`.
|
|
269
|
-
# @param [String] fields
|
|
270
|
-
# Selector specifying which fields to include in a partial response.
|
|
271
|
-
# @param [String] quota_user
|
|
272
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
273
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
274
|
-
# @param [Google::Apis::RequestOptions] options
|
|
275
|
-
# Request-specific options
|
|
276
|
-
#
|
|
277
|
-
# @yield [result, err] Result & error if block supplied
|
|
278
|
-
# @yieldparam result [Google::Apis::CloudkmsV1::AutokeyConfig] parsed result object
|
|
279
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
280
|
-
#
|
|
281
|
-
# @return [Google::Apis::CloudkmsV1::AutokeyConfig]
|
|
282
|
-
#
|
|
283
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
284
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
285
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
286
|
-
def get_project_autokey_config(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
287
|
-
command = make_simple_command(:get, 'v1/{+name}', options)
|
|
288
|
-
command.response_representation = Google::Apis::CloudkmsV1::AutokeyConfig::Representation
|
|
289
|
-
command.response_class = Google::Apis::CloudkmsV1::AutokeyConfig
|
|
290
|
-
command.params['name'] = name unless name.nil?
|
|
291
|
-
command.query['fields'] = fields unless fields.nil?
|
|
292
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
293
|
-
execute_or_queue_command(command, &block)
|
|
294
|
-
end
|
|
295
|
-
|
|
296
265
|
# Gets the KeyAccessJustificationsPolicyConfig for a given organization, folder,
|
|
297
266
|
# or project.
|
|
298
267
|
# @param [String] name
|
|
@@ -420,47 +389,6 @@ module Google
|
|
|
420
389
|
execute_or_queue_command(command, &block)
|
|
421
390
|
end
|
|
422
391
|
|
|
423
|
-
# Updates the AutokeyConfig for a folder. The caller must have both `cloudkms.
|
|
424
|
-
# autokeyConfigs.update` permission on the parent folder and `cloudkms.
|
|
425
|
-
# cryptoKeys.setIamPolicy` permission on the provided key project. A KeyHandle
|
|
426
|
-
# creation in the folder's descendant projects will use this configuration to
|
|
427
|
-
# determine where to create the resulting CryptoKey.
|
|
428
|
-
# @param [String] name
|
|
429
|
-
# Identifier. Name of the AutokeyConfig resource, e.g. `folders/`FOLDER_NUMBER`/
|
|
430
|
-
# autokeyConfig` `projects/`PROJECT_NUMBER`/autokeyConfig`.
|
|
431
|
-
# @param [Google::Apis::CloudkmsV1::AutokeyConfig] autokey_config_object
|
|
432
|
-
# @param [String] update_mask
|
|
433
|
-
# Required. Masks which fields of the AutokeyConfig to update, e.g. `keyProject`.
|
|
434
|
-
# @param [String] fields
|
|
435
|
-
# Selector specifying which fields to include in a partial response.
|
|
436
|
-
# @param [String] quota_user
|
|
437
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
438
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
439
|
-
# @param [Google::Apis::RequestOptions] options
|
|
440
|
-
# Request-specific options
|
|
441
|
-
#
|
|
442
|
-
# @yield [result, err] Result & error if block supplied
|
|
443
|
-
# @yieldparam result [Google::Apis::CloudkmsV1::AutokeyConfig] parsed result object
|
|
444
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
445
|
-
#
|
|
446
|
-
# @return [Google::Apis::CloudkmsV1::AutokeyConfig]
|
|
447
|
-
#
|
|
448
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
449
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
450
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
451
|
-
def update_project_autokey_config(name, autokey_config_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
452
|
-
command = make_simple_command(:patch, 'v1/{+name}', options)
|
|
453
|
-
command.request_representation = Google::Apis::CloudkmsV1::AutokeyConfig::Representation
|
|
454
|
-
command.request_object = autokey_config_object
|
|
455
|
-
command.response_representation = Google::Apis::CloudkmsV1::AutokeyConfig::Representation
|
|
456
|
-
command.response_class = Google::Apis::CloudkmsV1::AutokeyConfig
|
|
457
|
-
command.params['name'] = name unless name.nil?
|
|
458
|
-
command.query['updateMask'] = update_mask unless update_mask.nil?
|
|
459
|
-
command.query['fields'] = fields unless fields.nil?
|
|
460
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
461
|
-
execute_or_queue_command(command, &block)
|
|
462
|
-
end
|
|
463
|
-
|
|
464
392
|
# Updates the KeyAccessJustificationsPolicyConfig for a given organization,
|
|
465
393
|
# folder, or project.
|
|
466
394
|
# @param [String] name
|
|
@@ -598,8 +526,8 @@ module Google
|
|
|
598
526
|
# @param [String] name
|
|
599
527
|
# The resource that owns the locations collection, if applicable.
|
|
600
528
|
# @param [Array<String>, String] extra_location_types
|
|
601
|
-
# Optional.
|
|
602
|
-
#
|
|
529
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
|
530
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
|
603
531
|
# @param [String] filter
|
|
604
532
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
605
533
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
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.
|
|
4
|
+
version: 0.64.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.64.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:
|