google-apis-cloudkms_v1 0.18.0 → 0.19.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/classes.rb +8 -7
- data/lib/google/apis/cloudkms_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a271436fef9b61b3065aa6614609c69cc75f04a36b5f13f07e5c44fe87721614
|
|
4
|
+
data.tar.gz: 3bfc94b59d82a12e6e6e21038c12f85f1632ee9a32cc72d95db650fe77268a00
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7886bb4294eb2c34b90d3e074c4e399eeb43228cf7929ef4bbf2b672f236f0e23b16269221994d0ec82075ac053f4e9cea336d6e1b4d1f3e3f40a86ddff75b8
|
|
7
|
+
data.tar.gz: 1c1a826806918a7fa0ccdb13d1fababa5f325255313b33153b0f94a187f8189300dc2e9ae80923dd71205f58dcff613c91b9576f68ace027579a1df5d1dfa7f4
|
data/CHANGELOG.md
CHANGED
|
@@ -961,9 +961,10 @@ module Google
|
|
|
961
961
|
|
|
962
962
|
# Optional. Optional data that, if specified, must also be provided during
|
|
963
963
|
# decryption through DecryptRequest.additional_authenticated_data. The maximum
|
|
964
|
-
# size depends on the key version's protection_level. For SOFTWARE
|
|
965
|
-
# must be no larger than 64KiB. For HSM keys, the
|
|
966
|
-
# plaintext and additional_authenticated_data fields must
|
|
964
|
+
# size depends on the key version's protection_level. For SOFTWARE, EXTERNAL,
|
|
965
|
+
# and EXTERNAL_VPC keys the AAD must be no larger than 64KiB. For HSM keys, the
|
|
966
|
+
# combined length of the plaintext and additional_authenticated_data fields must
|
|
967
|
+
# be no larger than 8KiB.
|
|
967
968
|
# Corresponds to the JSON property `additionalAuthenticatedData`
|
|
968
969
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
|
969
970
|
# @return [String]
|
|
@@ -986,10 +987,10 @@ module Google
|
|
|
986
987
|
attr_accessor :additional_authenticated_data_crc32c
|
|
987
988
|
|
|
988
989
|
# Required. The data to encrypt. Must be no larger than 64KiB. The maximum size
|
|
989
|
-
# depends on the key version's protection_level. For SOFTWARE
|
|
990
|
-
# plaintext must be no larger than 64KiB. For HSM keys,
|
|
991
|
-
# the plaintext and additional_authenticated_data fields
|
|
992
|
-
# 8KiB.
|
|
990
|
+
# depends on the key version's protection_level. For SOFTWARE, EXTERNAL, and
|
|
991
|
+
# EXTERNAL_VPC keys, the plaintext must be no larger than 64KiB. For HSM keys,
|
|
992
|
+
# the combined length of the plaintext and additional_authenticated_data fields
|
|
993
|
+
# must be no larger than 8KiB.
|
|
993
994
|
# Corresponds to the JSON property `plaintext`
|
|
994
995
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
|
995
996
|
# @return [String]
|
|
@@ -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.19.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220325"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.19.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: 2022-
|
|
11
|
+
date: 2022-04-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudkms_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.19.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudkms_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|