google-apis-cloudkms_v1 0.60.0 → 0.61.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: 50783e5d4ebbe75fb988e3470732f2b6d5ba79ba74284f8f83e512b9390c574c
|
4
|
+
data.tar.gz: 6af0eef91acad11e82d3043938eaeb34193a453ef6cad806b2a12248d6ac52d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99ea2cc549d16925cab6feda38db9d45ae7acbcbe1fb0c6656ddc055c0a302a0f2b3d48fc7f8ba386c7ce1c820c5f96d77ea60086786f93b1a8799386022c721
|
7
|
+
data.tar.gz: 59ed13f9d55af870b37e12fed4e1cdc286901a2c1ee47d537839176ad26fcd6ba2fc4211a75cb1a4b59e1fc474675a0c3b83adce57c015cfb932c3d30c655c9d
|
data/CHANGELOG.md
CHANGED
@@ -319,7 +319,7 @@ module Google
|
|
319
319
|
end
|
320
320
|
end
|
321
321
|
|
322
|
-
# Cloud KMS Autokey configuration for a folder.
|
322
|
+
# Cloud KMS Autokey configuration for a folder or project.
|
323
323
|
class AutokeyConfig
|
324
324
|
include Google::Apis::Core::Hashable
|
325
325
|
|
@@ -344,7 +344,7 @@ module Google
|
|
344
344
|
attr_accessor :key_project
|
345
345
|
|
346
346
|
# Identifier. Name of the AutokeyConfig resource, e.g. `folders/`FOLDER_NUMBER`/
|
347
|
-
# autokeyConfig`.
|
347
|
+
# autokeyConfig` `projects/`PROJECT_NUMBER`/autokeyConfig`.
|
348
348
|
# Corresponds to the JSON property `name`
|
349
349
|
# @return [String]
|
350
350
|
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.
|
19
|
+
GEM_VERSION = "0.61.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 = "20250818"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -121,7 +121,7 @@ module Google
|
|
121
121
|
# determine where to create the resulting CryptoKey.
|
122
122
|
# @param [String] name
|
123
123
|
# Identifier. Name of the AutokeyConfig resource, e.g. `folders/`FOLDER_NUMBER`/
|
124
|
-
# autokeyConfig`.
|
124
|
+
# autokeyConfig` `projects/`PROJECT_NUMBER`/autokeyConfig`.
|
125
125
|
# @param [Google::Apis::CloudkmsV1::AutokeyConfig] autokey_config_object
|
126
126
|
# @param [String] update_mask
|
127
127
|
# Required. Masks which fields of the AutokeyConfig to update, e.g. `keyProject`.
|
@@ -526,8 +526,8 @@ module Google
|
|
526
526
|
# @param [String] name
|
527
527
|
# The resource that owns the locations collection, if applicable.
|
528
528
|
# @param [Array<String>, String] extra_location_types
|
529
|
-
# Optional.
|
530
|
-
#
|
529
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
530
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
531
531
|
# @param [String] filter
|
532
532
|
# A filter to narrow down results to a preferred subset. The filtering language
|
533
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.61.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.61.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:
|