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: 9796ba5742059807523db6f022488acf64e63b6eae8b4d507e633e0c60b246b5
4
- data.tar.gz: 01b4d1d60bbc0fb165103d70e1c8f77bc3bb54521ed03cb49b8a0ce0e66fe785
3
+ metadata.gz: 12675fe03b03c0f628e404ff6ce806227911f996abd151bded28812146190198
4
+ data.tar.gz: 4cd971eb5c52316ad9a72bd422a347ab37f94922063ed6b4d2ac0513eeb69f3c
5
5
  SHA512:
6
- metadata.gz: f2b48f4c00e5ceb7d809f1230367651c4704e4152ed0a764f14c1ac6e9dbfe4ce58cc55cd3645f7d91f4c642a823390c6b38aff8c0cb56a55e7f4d0890dbd450
7
- data.tar.gz: b92114603a9aac10af36246ff42071a15564e2727e0e9a0e1bc600d0c9840288274144a64e809f3f92d3cd6d2fbaee965fe3bde6d01b1b78af394328cfcd4d18
6
+ metadata.gz: e4316138d107352631df40254d268e3d0b73546784cb6833220e3eba7327445d9193ff67e3dab95e4612e9428a32900d4d6f8466373f29370c45412e2f9c4a35
7
+ data.tar.gz: 1835021ed5d1ef8cc09bb6e32565bb6ede1377248e093d22e5d20f34764ae49ef8695e46498014dcd7701b2e03729cc4461d03e64b72a5962008de5b75935269
@@ -22,7 +22,7 @@ module Google
22
22
  module Kms
23
23
  module Inventory
24
24
  module V1
25
- VERSION = "0.9.0"
25
+ VERSION = "0.9.1"
26
26
  end
27
27
  end
28
28
  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
  # [GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey].
631
631
  # @!attribute [rw] pem
632
632
  # @return [::String]
633
- # A public key encoded in PEM format, populated only when
634
- # [GetPublicKey][google.cloud.kms.v1.KeyManagementService.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 [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.0
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-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