google-cloud-kms-v1 0.25.0 → 0.25.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: f33dcff93cdc7994aa6b510e957fa89244d74fa076dd18266c4e13dc670b6a53
|
4
|
+
data.tar.gz: dbea1d961b441a8eacd4430c04df2eab78d392c7030657fc530bf87079bd8d6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz: '
|
6
|
+
metadata.gz: 69194198ff1164a7aef4d568fb34858eef2c0797d473d01d3a4ddd81eafe1782e785e2364f2eef133ee9bc9343a888b16fafc1f61fbb23f75e9d5d6532f2e49e
|
7
|
+
data.tar.gz: '099ef7338ec3ce228d98b7b7ec3d818d485321308b36fb39f7fdbcb3e35db3dc65e173b1b43f1cd9a8a93f52641719f1c9c3821f287ee6002feb760a53bd92c0'
|
@@ -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
|
# {::Google::Cloud::Kms::V1::KeyManagementService::Client#get_public_key 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 {::Google::Cloud::Kms::V1::KeyManagementService::Client#get_public_key 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-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.25.
|
4
|
+
version: 0.25.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
|