google-cloud-kms-inventory-v1 0.9.0 → 0.10.0

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: 0efeb50138dd50d5317c31ae48144e32df32ad2d2b7021f90c3605be1dd33e9e
4
+ data.tar.gz: ce5cbf8a11958b55e59ed3059859242650e56011b880643e9db80fbfca75f0c5
5
5
  SHA512:
6
- metadata.gz: f2b48f4c00e5ceb7d809f1230367651c4704e4152ed0a764f14c1ac6e9dbfe4ce58cc55cd3645f7d91f4c642a823390c6b38aff8c0cb56a55e7f4d0890dbd450
7
- data.tar.gz: b92114603a9aac10af36246ff42071a15564e2727e0e9a0e1bc600d0c9840288274144a64e809f3f92d3cd6d2fbaee965fe3bde6d01b1b78af394328cfcd4d18
6
+ metadata.gz: 48bcca9288df0e488247f1b4ec1e32f0b93adf6047a0bb0f820a35443fc10b847ded950908d84a41284d1dc7d41eb5f860948d3fc431715aaab402790213913e
7
+ data.tar.gz: 2781247baff2b2bd8f15854447ef1ddedba200804f6d04f4d56af80c991dd68a2bb1c991118237f2936bbb63947365bbb785376fe5c4dabde87e68a6f28e7be1
@@ -31,6 +31,9 @@ module Google
31
31
  # Provides a cross-region view of all Cloud KMS keys in a given Cloud project.
32
32
  #
33
33
  class Client
34
+ # @private
35
+ API_VERSION = ""
36
+
34
37
  # @private
35
38
  DEFAULT_ENDPOINT_TEMPLATE = "kmsinventory.$UNIVERSE_DOMAIN$"
36
39
 
@@ -232,10 +235,11 @@ module Google
232
235
  # Customize the options with defaults
233
236
  metadata = @config.rpcs.list_crypto_keys.metadata.to_h
234
237
 
235
- # Set x-goog-api-client and x-goog-user-project headers
238
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
236
239
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
237
240
  lib_name: @config.lib_name, lib_version: @config.lib_version,
238
241
  gapic_version: ::Google::Cloud::Kms::Inventory::V1::VERSION
242
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
239
243
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
240
244
 
241
245
  header_params = {}
@@ -33,6 +33,9 @@ module Google
33
33
  # Provides a cross-region view of all Cloud KMS keys in a given Cloud project.
34
34
  #
35
35
  class Client
36
+ # @private
37
+ API_VERSION = ""
38
+
36
39
  # @private
37
40
  DEFAULT_ENDPOINT_TEMPLATE = "kmsinventory.$UNIVERSE_DOMAIN$"
38
41
 
@@ -224,12 +227,13 @@ module Google
224
227
  # Customize the options with defaults
225
228
  call_metadata = @config.rpcs.list_crypto_keys.metadata.to_h
226
229
 
227
- # Set x-goog-api-client and x-goog-user-project headers
230
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
228
231
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
229
232
  lib_name: @config.lib_name, lib_version: @config.lib_version,
230
233
  gapic_version: ::Google::Cloud::Kms::Inventory::V1::VERSION,
231
234
  transports_version_send: [:rest]
232
235
 
236
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
233
237
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
234
238
 
235
239
  options.apply_defaults timeout: @config.rpcs.list_crypto_keys.timeout,
@@ -32,6 +32,9 @@ module Google
32
32
  # given Cloud KMS key via CMEK.
33
33
  #
34
34
  class Client
35
+ # @private
36
+ API_VERSION = ""
37
+
35
38
  # @private
36
39
  DEFAULT_ENDPOINT_TEMPLATE = "kmsinventory.$UNIVERSE_DOMAIN$"
37
40
 
@@ -226,10 +229,11 @@ module Google
226
229
  # Customize the options with defaults
227
230
  metadata = @config.rpcs.get_protected_resources_summary.metadata.to_h
228
231
 
229
- # Set x-goog-api-client and x-goog-user-project headers
232
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
230
233
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
231
234
  lib_name: @config.lib_name, lib_version: @config.lib_version,
232
235
  gapic_version: ::Google::Cloud::Kms::Inventory::V1::VERSION
236
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
233
237
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
234
238
 
235
239
  header_params = {}
@@ -348,10 +352,11 @@ module Google
348
352
  # Customize the options with defaults
349
353
  metadata = @config.rpcs.search_protected_resources.metadata.to_h
350
354
 
351
- # Set x-goog-api-client and x-goog-user-project headers
355
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
352
356
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
353
357
  lib_name: @config.lib_name, lib_version: @config.lib_version,
354
358
  gapic_version: ::Google::Cloud::Kms::Inventory::V1::VERSION
359
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
355
360
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
356
361
 
357
362
  header_params = {}
@@ -34,6 +34,9 @@ module Google
34
34
  # given Cloud KMS key via CMEK.
35
35
  #
36
36
  class Client
37
+ # @private
38
+ API_VERSION = ""
39
+
37
40
  # @private
38
41
  DEFAULT_ENDPOINT_TEMPLATE = "kmsinventory.$UNIVERSE_DOMAIN$"
39
42
 
@@ -218,12 +221,13 @@ module Google
218
221
  # Customize the options with defaults
219
222
  call_metadata = @config.rpcs.get_protected_resources_summary.metadata.to_h
220
223
 
221
- # Set x-goog-api-client and x-goog-user-project headers
224
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
222
225
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
223
226
  lib_name: @config.lib_name, lib_version: @config.lib_version,
224
227
  gapic_version: ::Google::Cloud::Kms::Inventory::V1::VERSION,
225
228
  transports_version_send: [:rest]
226
229
 
230
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
227
231
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
228
232
 
229
233
  options.apply_defaults timeout: @config.rpcs.get_protected_resources_summary.timeout,
@@ -333,12 +337,13 @@ module Google
333
337
  # Customize the options with defaults
334
338
  call_metadata = @config.rpcs.search_protected_resources.metadata.to_h
335
339
 
336
- # Set x-goog-api-client and x-goog-user-project headers
340
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
337
341
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
338
342
  lib_name: @config.lib_name, lib_version: @config.lib_version,
339
343
  gapic_version: ::Google::Cloud::Kms::Inventory::V1::VERSION,
340
344
  transports_version_send: [:rest]
341
345
 
346
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
342
347
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
343
348
 
344
349
  options.apply_defaults timeout: @config.rpcs.search_protected_resources.timeout,
@@ -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.10.0"
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
@@ -516,6 +516,9 @@ module Google
516
516
  # https://cloud.google.com/kms/docs/create-validate-signatures#ecdsa_support_for_other_hash_algorithms
517
517
  EC_SIGN_SECP256K1_SHA256 = 31
518
518
 
519
+ # EdDSA on the Curve25519 in pure mode (taking data as input).
520
+ EC_SIGN_ED25519 = 40
521
+
519
522
  # HMAC-SHA256 signing with a 256 bit key.
520
523
  HMAC_SHA256 = 32
521
524
 
@@ -630,12 +633,10 @@ module Google
630
633
  # [GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey].
631
634
  # @!attribute [rw] pem
632
635
  # @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]
636
+ # The public key, encoded in PEM format. For more information, see the
637
+ # [RFC 7468](https://tools.ietf.org/html/rfc7468) sections for
638
+ # [General Considerations](https://tools.ietf.org/html/rfc7468#section-2) and
639
+ # [Textual Encoding of Subject Public Key Info]
639
640
  # (https://tools.ietf.org/html/rfc7468#section-13).
640
641
  # @!attribute [rw] algorithm
641
642
  # @return [::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionAlgorithm]
@@ -644,10 +645,8 @@ module Google
644
645
  # associated with this key.
645
646
  # @!attribute [rw] pem_crc32c
646
647
  # @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
648
+ # Integrity verification field. A CRC32C checksum of the returned
649
+ # {::Google::Cloud::Kms::V1::PublicKey#pem PublicKey.pem}. An integrity check of
651
650
  # {::Google::Cloud::Kms::V1::PublicKey#pem PublicKey.pem} can be performed by
652
651
  # computing the CRC32C checksum of
653
652
  # {::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.10.0
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-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common