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: a68aa567c8e9f4b5e06f18516359b7fa49126ebe986d57e2637dfa3b82aa63e9
4
- data.tar.gz: f1b8d7cb483a3370e7acbff1a06294781a7f3bef6289e38a92efa1eed917d6d6
3
+ metadata.gz: f33dcff93cdc7994aa6b510e957fa89244d74fa076dd18266c4e13dc670b6a53
4
+ data.tar.gz: dbea1d961b441a8eacd4430c04df2eab78d392c7030657fc530bf87079bd8d6f
5
5
  SHA512:
6
- metadata.gz: 4d82cbcb9cbf200e61e47f815a4a54f79d964fabd7295b2d0d972a53847589b674e96bcaf90b459ed61776f6eb5a24ba2604a283945fd2e8652af823c2f072ec
7
- data.tar.gz: '08286df2135476669576cef5e550503e28b01dd909708d710934233b975448bfa2a0eb013bf9f79e7904730bd808702c0bfd40f799d194b26b66d665b990fbb1'
6
+ metadata.gz: 69194198ff1164a7aef4d568fb34858eef2c0797d473d01d3a4ddd81eafe1782e785e2364f2eef133ee9bc9343a888b16fafc1f61fbb23f75e9d5d6532f2e49e
7
+ data.tar.gz: '099ef7338ec3ce228d98b7b7ec3d818d485321308b36fb39f7fdbcb3e35db3dc65e173b1b43f1cd9a8a93f52641719f1c9c3821f287ee6002feb760a53bd92c0'
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Kms
23
23
  module V1
24
- VERSION = "0.25.0"
24
+ VERSION = "0.25.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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
- # A public key encoded in PEM format, populated only when
634
- # {::Google::Cloud::Kms::V1::KeyManagementService::Client#get_public_key GetPublicKey}
635
- # returns one key. For more information, see the [RFC
636
- # 7468](https://tools.ietf.org/html/rfc7468) sections for [General
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: A CRC32C checksum of the returned
648
- # {::Google::Cloud::Kms::V1::PublicKey#pem PublicKey.pem}. It is only populated
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.0
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-02-26 00:00:00.000000000 Z
11
+ date: 2024-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common