google-apis-cloudkms_v1 0.23.0 → 0.24.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 +3 -3
- 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: ee86aa2a4701a8e8131f2478b65b434e22fb004ccea5cbb1fb109e247f951b11
|
|
4
|
+
data.tar.gz: da6d5285b3f3f2b698c118c248e4a8ba0db47fa1c9437b967dc7c4fc349f706e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69e37d81f5a902ab342282feb816cbb6c479d93b63122239998dfeaa72c97901f4996375defa96fed091cb6da855a2e5b40aee38abb05b409ad66bfd45d2480e
|
|
7
|
+
data.tar.gz: 9016e6225d3f85868b4ef469a47afccaec7e1160494347c2c825e4e862e03d23712b7d0dec80df27119dac6dcb14a1a10fb6c5152b06fff0e67858f32666fdc8
|
data/CHANGELOG.md
CHANGED
|
@@ -922,9 +922,9 @@ module Google
|
|
|
922
922
|
# @return [String]
|
|
923
923
|
attr_accessor :create_time
|
|
924
924
|
|
|
925
|
-
# This checksum is computed by the server based on the value of other
|
|
926
|
-
# and may be sent on update requests to ensure the client has an up-to-
|
|
927
|
-
# value before proceeding.
|
|
925
|
+
# Optional. This checksum is computed by the server based on the value of other
|
|
926
|
+
# fields, and may be sent on update requests to ensure the client has an up-to-
|
|
927
|
+
# date value before proceeding.
|
|
928
928
|
# Corresponds to the JSON property `etag`
|
|
929
929
|
# @return [String]
|
|
930
930
|
attr_accessor :etag
|
|
@@ -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.24.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 = "20220513"
|
|
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.24.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-05-
|
|
11
|
+
date: 2022-05-23 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.24.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: []
|