google-apis-cloudkms_v1 0.17.0 → 0.20.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8ec60a3216d48fdd7643cfd06b15d7c77c684906787e8f2011de2eb640bd835c
4
- data.tar.gz: e0fa9973ecbee473a9059cb5582805c2876278b4697663d1f5159c8d120377f4
3
+ metadata.gz: f0f7d0d3a818775fa8b84a51e27e29ee56c354e7ce1639f50b0c33a8dcf437fa
4
+ data.tar.gz: 1c0819c28575c90eca9fc3c98bcea828cfd7ef0697bf35b74f31adb8f2466c12
5
5
  SHA512:
6
- metadata.gz: 2fa70620dc64d846fe35a03eccc03eb2babfde5f1917201292f541e4e5bcb41f1d3c2e841c158151c3aa562f6bba1bb016567169805e553ddafebfb3d0daf0ce
7
- data.tar.gz: 8598f9d9d0412bbb04c9f8f5cb1fcf9a6faaa78ad659b7355943a09a340e4d1407051dd16459a30f927dc644f0a0468cf77b9f70be67d65dc97f00efd74d8f74
6
+ metadata.gz: 2e9f08476e2782a9b91982f5bf7304543be35807619a7ef745404737b711cc470540aeedd8ca6930e3f4441f8c7e21b95adbaa109683e676e42e8dfd2f056000
7
+ data.tar.gz: bd4824057ac1493da3049a0e5d2dfb2520597b63411d2c7480efb1ce43d3d5d27f64b968744cae57dda27dadc5e0c3f32d7983dda354f0ffdb504387652049bb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-cloudkms_v1
2
2
 
3
+ ### v0.20.0 (2022-04-08)
4
+
5
+ * Regenerated from discovery document revision 20220407
6
+
7
+ ### v0.19.0 (2022-04-01)
8
+
9
+ * Regenerated from discovery document revision 20220325
10
+
11
+ ### v0.18.0 (2022-02-13)
12
+
13
+ * Regenerated from discovery document revision 20220208
14
+
3
15
  ### v0.17.0 (2022-01-28)
4
16
 
5
17
  * Regenerated from discovery document revision 20220122
@@ -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 keys, the AAD
965
- # must be no larger than 64KiB. For HSM keys, the combined length of the
966
- # plaintext and additional_authenticated_data fields must be no larger than 8KiB.
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 keys, the
990
- # plaintext must be no larger than 64KiB. For HSM keys, the combined length of
991
- # the plaintext and additional_authenticated_data fields must be no larger than
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]
@@ -2128,7 +2129,8 @@ module Google
2128
2129
  attr_accessor :hostname
2129
2130
 
2130
2131
  # Required. A list of leaf server certificates used to authenticate HTTPS
2131
- # connections to the EKM replica.
2132
+ # connections to the EKM replica. Currently, a maximum of 10 Certificate is
2133
+ # supported.
2132
2134
  # Corresponds to the JSON property `serverCertificates`
2133
2135
  # @return [Array<Google::Apis::CloudkmsV1::Certificate>]
2134
2136
  attr_accessor :server_certificates
@@ -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.17.0"
19
+ GEM_VERSION = "0.20.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 = "20220122"
25
+ REVISION = "20220407"
26
26
  end
27
27
  end
28
28
  end
@@ -120,8 +120,8 @@ module Google
120
120
  # The resource that owns the locations collection, if applicable.
121
121
  # @param [String] filter
122
122
  # A filter to narrow down results to a preferred subset. The filtering language
123
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
124
- # AIP-160](https://google.aip.dev/160).
123
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
124
+ # in [AIP-160](https://google.aip.dev/160).
125
125
  # @param [Fixnum] page_size
126
126
  # The maximum number of results to return. If not set, the service selects a
127
127
  # default.
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.17.0
4
+ version: 0.20.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-01-31 00:00:00.000000000 Z
11
+ date: 2022-04-11 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.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.20.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: []