google-apis-cloudkms_v1 0.17.0 → 0.18.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: f9e7a9bf628a433836ffe99b2de43f8496acf463f64fd5673bb50000c4c4289d
4
+ data.tar.gz: c0638848dd8f3d12809d0371089f2f1dce15f637df007a6e97bb833805fa9083
5
5
  SHA512:
6
- metadata.gz: 2fa70620dc64d846fe35a03eccc03eb2babfde5f1917201292f541e4e5bcb41f1d3c2e841c158151c3aa562f6bba1bb016567169805e553ddafebfb3d0daf0ce
7
- data.tar.gz: 8598f9d9d0412bbb04c9f8f5cb1fcf9a6faaa78ad659b7355943a09a340e4d1407051dd16459a30f927dc644f0a0468cf77b9f70be67d65dc97f00efd74d8f74
6
+ metadata.gz: 3675f97c439089f350e4aec9781406718a04ee2c4c824d1428846b170f7920a13f5ff1792a2bef6fd5541862ad7aed042fdd1065de915935884b98d9bee925c4
7
+ data.tar.gz: dd18ff0ef0d7259b5f95564e45a3afc6e100156f027dfc2232034ab937c35e798abdfa7a93ade6d4305051514c15b55ca234af297b4763cc5f87e3d34d941e01
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudkms_v1
2
2
 
3
+ ### v0.18.0 (2022-02-13)
4
+
5
+ * Regenerated from discovery document revision 20220208
6
+
3
7
  ### v0.17.0 (2022-01-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20220122
@@ -2128,7 +2128,8 @@ module Google
2128
2128
  attr_accessor :hostname
2129
2129
 
2130
2130
  # Required. A list of leaf server certificates used to authenticate HTTPS
2131
- # connections to the EKM replica.
2131
+ # connections to the EKM replica. Currently, a maximum of 10 Certificate is
2132
+ # supported.
2132
2133
  # Corresponds to the JSON property `serverCertificates`
2133
2134
  # @return [Array<Google::Apis::CloudkmsV1::Certificate>]
2134
2135
  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.18.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 = "20220208"
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.17.0
4
+ version: 0.18.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-02-14 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.18.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: []