google-cloud-kms-inventory-v1 0.8.0 → 0.8.2

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: 67d45287f38ea46c6ed4989e0e6c65a7241e073cbcf0527243f4dc1bd4d24ec7
4
- data.tar.gz: 8b97e49e63f9bedd2a0bca43463b6142588159af08a9ff37417e152954828045
3
+ metadata.gz: '01911ccdf16661bf825d050471ee80c3919656378e0a71a3e9146e9a3fd3957b'
4
+ data.tar.gz: 6eb3ae33e785dc1121df1e30111008a84c3b6970aa1cc6cc566893f172934e53
5
5
  SHA512:
6
- metadata.gz: c4beccf52c903c93c7130008da3802266e09e450a9498bc908357c055ff2907d4ad16d8603d71e56db3ed3eca32afae67090f4b93058fe321533491a38e7d983
7
- data.tar.gz: 6901ce27821196e81225b2c0bd170255307eba5cd65391338738815fd55a2070d82c317e2d9b08f41765fb76e1a465ac40a8919988abe6c1897d46ad0b8e9145
6
+ metadata.gz: 6350dc926a0adbc57a14702af2b4d2f458263e8ada9b960303f48741c6a5452d58ebd7aa54e7c172641b5b6d33a7162b2239ab54059a2ba66df4d4f447d7288c
7
+ data.tar.gz: 9039512ca032e7692785343c32f944d0df232e9be4ec500075a2fec415ec84a931ccfca12ba72945f5fe2448890346da98b3837625a36bdded0dd47347544959
@@ -53,6 +53,15 @@ module Google
53
53
  @client_stub.universe_domain
54
54
  end
55
55
 
56
+ ##
57
+ # The effective endpoint
58
+ #
59
+ # @return [String]
60
+ #
61
+ def endpoint
62
+ @client_stub.endpoint
63
+ end
64
+
56
65
  ##
57
66
  # Baseline implementation for the list_crypto_keys REST call
58
67
  #
@@ -53,6 +53,15 @@ module Google
53
53
  @client_stub.universe_domain
54
54
  end
55
55
 
56
+ ##
57
+ # The effective endpoint
58
+ #
59
+ # @return [String]
60
+ #
61
+ def endpoint
62
+ @client_stub.endpoint
63
+ end
64
+
56
65
  ##
57
66
  # Baseline implementation for the get_protected_resources_summary REST call
58
67
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module Kms
23
23
  module Inventory
24
24
  module V1
25
- VERSION = "0.8.0"
25
+ VERSION = "0.8.2"
26
26
  end
27
27
  end
28
28
  end
@@ -625,15 +625,17 @@ module Google
625
625
  end
626
626
  end
627
627
 
628
- # The public key for a given
628
+ # The public keys for a given
629
629
  # {::Google::Cloud::Kms::V1::CryptoKeyVersion CryptoKeyVersion}. Obtained via
630
630
  # [GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey].
631
631
  # @!attribute [rw] pem
632
632
  # @return [::String]
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]
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]
637
639
  # (https://tools.ietf.org/html/rfc7468#section-13).
638
640
  # @!attribute [rw] algorithm
639
641
  # @return [::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionAlgorithm]
@@ -642,8 +644,10 @@ module Google
642
644
  # associated with this key.
643
645
  # @!attribute [rw] pem_crc32c
644
646
  # @return [::Google::Protobuf::Int64Value]
645
- # Integrity verification field. A CRC32C checksum of the returned
646
- # {::Google::Cloud::Kms::V1::PublicKey#pem PublicKey.pem}. An integrity check of
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
647
651
  # {::Google::Cloud::Kms::V1::PublicKey#pem PublicKey.pem} can be performed by
648
652
  # computing the CRC32C checksum of
649
653
  # {::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.8.0
4
+ version: 0.8.2
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-01-11 00:00:00.000000000 Z
11
+ date: 2024-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common