google-apis-cloudkms_v1 0.70.0 → 0.71.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: 4a049071d852dfd4803c66f5fd5630ab5ced0ecf42cdbe2b842645ae8d9d8e5f
|
|
4
|
+
data.tar.gz: 822674cb26dbf1ce71eed8bb406545d45ad17a4cc1403f1b592f24b422e19804
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb0b17657c333dc1492e539175bccc50b80a8b134c88cedf00d986213ec03f2aa92633a89c66f179b0c2d5c659210fad766d21e0ac9bf86da96aba976349ffc3
|
|
7
|
+
data.tar.gz: c154d285059b62b7e28383f3d2fc459ffae2f6b4c1170d41ede8d0789897b9572ff436cb2bad90b89838a31b3cfc76bd81abf5f3fa45628a93d502d8f2c6291d
|
data/CHANGELOG.md
CHANGED
|
@@ -1256,6 +1256,14 @@ module Google
|
|
|
1256
1256
|
class Digest
|
|
1257
1257
|
include Google::Apis::Core::Hashable
|
|
1258
1258
|
|
|
1259
|
+
# A message digest produced with SHAKE-256, to be used with ML-DSA external-μ
|
|
1260
|
+
# algorithms only. See "message representative" note in section 6.2, algorithm 7
|
|
1261
|
+
# of the FIPS-204 standard: https://doi.org/10.6028/nist.fips.204
|
|
1262
|
+
# Corresponds to the JSON property `externalMu`
|
|
1263
|
+
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
|
1264
|
+
# @return [String]
|
|
1265
|
+
attr_accessor :external_mu
|
|
1266
|
+
|
|
1259
1267
|
# A message digest produced with the SHA-256 algorithm.
|
|
1260
1268
|
# Corresponds to the JSON property `sha256`
|
|
1261
1269
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
|
@@ -1280,6 +1288,7 @@ module Google
|
|
|
1280
1288
|
|
|
1281
1289
|
# Update properties of this object
|
|
1282
1290
|
def update!(**args)
|
|
1291
|
+
@external_mu = args[:external_mu] if args.key?(:external_mu)
|
|
1283
1292
|
@sha256 = args[:sha256] if args.key?(:sha256)
|
|
1284
1293
|
@sha384 = args[:sha384] if args.key?(:sha384)
|
|
1285
1294
|
@sha512 = args[:sha512] if args.key?(:sha512)
|
|
@@ -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.71.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260213"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -831,6 +831,7 @@ module Google
|
|
|
831
831
|
class Digest
|
|
832
832
|
# @private
|
|
833
833
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
834
|
+
property :external_mu, :base64 => true, as: 'externalMu'
|
|
834
835
|
property :sha256, :base64 => true, as: 'sha256'
|
|
835
836
|
property :sha384, :base64 => true, as: 'sha384'
|
|
836
837
|
property :sha512, :base64 => true, as: 'sha512'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.71.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudkms_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.71.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudkms_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|