google-apis-cloudkms_v1 0.77.0 → 0.78.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: 5ac33a5fed9ddc0b30d9da12e4567a8bdbc0baa6c9c31198ca9b9264e99c219e
|
|
4
|
+
data.tar.gz: 43868a95bf08872353d280b919e3bf88e3e8f40bb89c9312c8c819d7e8b8445a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84922340dbe4896876a51640d1403f0bbada13ce01af4a1bbda35c831b251a29aa0d50ea3cddf355d68ae1a1dd71e73e0f724835590d10ee76c1a42e60903dc8
|
|
7
|
+
data.tar.gz: 11bd30287c7b15865a9bb1ca10d081396bd040c093d563ca855f38da05dba977853da90f720ccb9a3d7baf4ad45a99d493099a8179eca80ac5ea482db8253e33
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
|
@@ -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
|
-
#
|
|
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.
|
|
19
|
+
GEM_VERSION = "0.78.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 = "
|
|
25
|
+
REVISION = "20260814"
|
|
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
|
|
123
|
-
#
|
|
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
|
|
371
|
-
#
|
|
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.
|
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.78.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.78.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:
|