google-cloud-kms-v1 1.1.0 → 1.2.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: 78acc68f70663d49c3d27e38630b2e20c11d23f48d0e254de5bf6e5100c5c630
|
|
4
|
+
data.tar.gz: a694dc751a3e09c44f84040c47454cc90fb3d25e5172d278f713dee04cdfc8cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6cdacbf9544bc9bb6873a66950854f30e8285d701bb37df779ef42babbd0bb9ecc017031c65c2cfa9052d59781807d53b9e19f2b0b3c8994d6fab6bc13aff5a
|
|
7
|
+
data.tar.gz: 03d50497bc302e8dc379dd6487c1b8a55f38c7824d590b6c644687284ac0580363b27ad2da65369a09ba012f418b3bd9c54ea4c81cac42d5cc164450270be405
|
|
@@ -461,8 +461,8 @@ module Google
|
|
|
461
461
|
# {::Google::Cloud::Kms::V1::KeyHandle KeyHandles} can subsequently be obtained by
|
|
462
462
|
# including the
|
|
463
463
|
# {::Google::Cloud::Kms::V1::ListKeyHandlesResponse#next_page_token ListKeyHandlesResponse.next_page_token}
|
|
464
|
-
# in a subsequent request. If unspecified, at most
|
|
465
|
-
#
|
|
464
|
+
# in a subsequent request. If unspecified, at most 100
|
|
465
|
+
# {::Google::Cloud::Kms::V1::KeyHandle KeyHandles} will be returned.
|
|
466
466
|
# @param page_token [::String]
|
|
467
467
|
# Optional. Optional pagination token, returned earlier via
|
|
468
468
|
# {::Google::Cloud::Kms::V1::ListKeyHandlesResponse#next_page_token ListKeyHandlesResponse.next_page_token}.
|
|
@@ -442,8 +442,8 @@ module Google
|
|
|
442
442
|
# {::Google::Cloud::Kms::V1::KeyHandle KeyHandles} can subsequently be obtained by
|
|
443
443
|
# including the
|
|
444
444
|
# {::Google::Cloud::Kms::V1::ListKeyHandlesResponse#next_page_token ListKeyHandlesResponse.next_page_token}
|
|
445
|
-
# in a subsequent request. If unspecified, at most
|
|
446
|
-
#
|
|
445
|
+
# in a subsequent request. If unspecified, at most 100
|
|
446
|
+
# {::Google::Cloud::Kms::V1::KeyHandle KeyHandles} will be returned.
|
|
447
447
|
# @param page_token [::String]
|
|
448
448
|
# Optional. Optional pagination token, returned earlier via
|
|
449
449
|
# {::Google::Cloud::Kms::V1::ListKeyHandlesResponse#next_page_token ListKeyHandlesResponse.next_page_token}.
|
|
@@ -28,6 +28,9 @@ module Google
|
|
|
28
28
|
# @!attribute [rw] destinations
|
|
29
29
|
# @return [::Array<::Google::Api::ClientLibraryDestination>]
|
|
30
30
|
# The destination where API teams want this client library to be published.
|
|
31
|
+
# @!attribute [rw] selective_gapic_generation
|
|
32
|
+
# @return [::Google::Api::SelectiveGapicGeneration]
|
|
33
|
+
# Configuration for which RPCs should be generated in the GAPIC client.
|
|
31
34
|
class CommonLanguageSettings
|
|
32
35
|
include ::Google::Protobuf::MessageExts
|
|
33
36
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -212,6 +215,12 @@ module Google
|
|
|
212
215
|
# enabled. By default, asynchronous REST clients will not be generated.
|
|
213
216
|
# This feature will be enabled by default 1 month after launching the
|
|
214
217
|
# feature in preview packages.
|
|
218
|
+
# @!attribute [rw] protobuf_pythonic_types_enabled
|
|
219
|
+
# @return [::Boolean]
|
|
220
|
+
# Enables generation of protobuf code using new types that are more
|
|
221
|
+
# Pythonic which are included in `protobuf>=5.29.x`. This feature will be
|
|
222
|
+
# enabled by default 1 month after launching the feature in preview
|
|
223
|
+
# packages.
|
|
215
224
|
class ExperimentalFeatures
|
|
216
225
|
include ::Google::Protobuf::MessageExts
|
|
217
226
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -375,6 +384,17 @@ module Google
|
|
|
375
384
|
end
|
|
376
385
|
end
|
|
377
386
|
|
|
387
|
+
# This message is used to configure the generation of a subset of the RPCs in
|
|
388
|
+
# a service for client libraries.
|
|
389
|
+
# @!attribute [rw] methods
|
|
390
|
+
# @return [::Array<::String>]
|
|
391
|
+
# An allowlist of the fully qualified names of RPCs that should be included
|
|
392
|
+
# on public client surfaces.
|
|
393
|
+
class SelectiveGapicGeneration
|
|
394
|
+
include ::Google::Protobuf::MessageExts
|
|
395
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
396
|
+
end
|
|
397
|
+
|
|
378
398
|
# The organization for which the client libraries are being published.
|
|
379
399
|
# Affects the url where generated docs are published, etc.
|
|
380
400
|
module ClientLibraryOrganization
|
|
@@ -106,8 +106,8 @@ module Google
|
|
|
106
106
|
# {::Google::Cloud::Kms::V1::KeyHandle KeyHandles} can subsequently be obtained by
|
|
107
107
|
# including the
|
|
108
108
|
# {::Google::Cloud::Kms::V1::ListKeyHandlesResponse#next_page_token ListKeyHandlesResponse.next_page_token}
|
|
109
|
-
# in a subsequent request. If unspecified, at most
|
|
110
|
-
#
|
|
109
|
+
# in a subsequent request. If unspecified, at most 100
|
|
110
|
+
# {::Google::Cloud::Kms::V1::KeyHandle KeyHandles} will be returned.
|
|
111
111
|
# @!attribute [rw] page_token
|
|
112
112
|
# @return [::String]
|
|
113
113
|
# Optional. Optional pagination token, returned earlier via
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-kms-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.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-
|
|
11
|
+
date: 2024-11-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
183
183
|
- !ruby/object:Gem::Version
|
|
184
184
|
version: '0'
|
|
185
185
|
requirements: []
|
|
186
|
-
rubygems_version: 3.5.
|
|
186
|
+
rubygems_version: 3.5.22
|
|
187
187
|
signing_key:
|
|
188
188
|
specification_version: 4
|
|
189
189
|
summary: Manages keys and performs cryptographic operations in a central cloud service,
|