google-cloud-kms-inventory-v1 0.9.0 → 0.9.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 12675fe03b03c0f628e404ff6ce806227911f996abd151bded28812146190198
|
4
|
+
data.tar.gz: 4cd971eb5c52316ad9a72bd422a347ab37f94922063ed6b4d2ac0513eeb69f3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4316138d107352631df40254d268e3d0b73546784cb6833220e3eba7327445d9193ff67e3dab95e4612e9428a32900d4d6f8466373f29370c45412e2f9c4a35
|
7
|
+
data.tar.gz: 1835021ed5d1ef8cc09bb6e32565bb6ede1377248e093d22e5d20f34764ae49ef8695e46498014dcd7701b2e03729cc4461d03e64b72a5962008de5b75935269
|
@@ -118,6 +118,10 @@ module Google
|
|
118
118
|
# @return [::String]
|
119
119
|
# Optional link to proto reference documentation. Example:
|
120
120
|
# https://cloud.google.com/pubsub/lite/docs/reference/rpc
|
121
|
+
# @!attribute [rw] rest_reference_documentation_uri
|
122
|
+
# @return [::String]
|
123
|
+
# Optional link to REST reference documentation. Example:
|
124
|
+
# https://cloud.google.com/pubsub/lite/docs/reference/rest
|
121
125
|
class Publishing
|
122
126
|
include ::Google::Protobuf::MessageExts
|
123
127
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -630,12 +630,10 @@ module Google
|
|
630
630
|
# [GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey].
|
631
631
|
# @!attribute [rw] pem
|
632
632
|
# @return [::String]
|
633
|
-
#
|
634
|
-
# [
|
635
|
-
#
|
636
|
-
#
|
637
|
-
# Considerations](https://tools.ietf.org/html/rfc7468#section-2) and [Textual
|
638
|
-
# Encoding of Subject Public Key Info]
|
633
|
+
# The public key, encoded in PEM format. For more information, see the
|
634
|
+
# [RFC 7468](https://tools.ietf.org/html/rfc7468) sections for
|
635
|
+
# [General Considerations](https://tools.ietf.org/html/rfc7468#section-2) and
|
636
|
+
# [Textual Encoding of Subject Public Key Info]
|
639
637
|
# (https://tools.ietf.org/html/rfc7468#section-13).
|
640
638
|
# @!attribute [rw] algorithm
|
641
639
|
# @return [::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionAlgorithm]
|
@@ -644,10 +642,8 @@ module Google
|
|
644
642
|
# associated with this key.
|
645
643
|
# @!attribute [rw] pem_crc32c
|
646
644
|
# @return [::Google::Protobuf::Int64Value]
|
647
|
-
# Integrity verification field
|
648
|
-
# {::Google::Cloud::Kms::V1::PublicKey#pem PublicKey.pem}.
|
649
|
-
# when [GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey]
|
650
|
-
# returns one key. An integrity check of
|
645
|
+
# Integrity verification field. A CRC32C checksum of the returned
|
646
|
+
# {::Google::Cloud::Kms::V1::PublicKey#pem PublicKey.pem}. An integrity check of
|
651
647
|
# {::Google::Cloud::Kms::V1::PublicKey#pem PublicKey.pem} can be performed by
|
652
648
|
# computing the CRC32C checksum of
|
653
649
|
# {::Google::Cloud::Kms::V1::PublicKey#pem PublicKey.pem} and comparing your
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-kms-inventory-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-04-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|