google-cloud-kms-inventory-v1 0.11.2 → 0.11.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0368cff55fb1419b276c47f084ff061a605ba94192d2d2f33dcad6b431f5c159'
4
- data.tar.gz: 99d1d1c3c5e996a44f86c915a23835783e1faa7c1975286a3b2e783386070e0f
3
+ metadata.gz: ba7e11a7bb79902f4b5f2a0d1a64961008483acf276c73b50147e8360416e234
4
+ data.tar.gz: 7d077c91e157ea83815637ef6314c10d81b0cec8183ba271bb2bb2324d26bdc6
5
5
  SHA512:
6
- metadata.gz: dd0b9fef1c042dd94cd4bd11dc8940d533cad033e85a6c333003df1a18bce58fa376d2652b53c2d87457cb98dc3cbf80de6b6858e7710792669be404fb410c4a
7
- data.tar.gz: dd5e5383547ed1ad6c9a3425c7433677e2eabbc3daf1d44eedc77aefc4e54ae5a14387e08171eeaec0a936057dc5c9a7226751d0b3c8b5fcf1421233749d3b56
6
+ metadata.gz: 3e99bc2a58d084c6cdc299b5020b26cdbf709a13d89b583a5b8b22d1bae378480ce5fd929a56d5d2c0296c1627a399a571f0094cfdbbbc0fbbb5e968ceec09d6
7
+ data.tar.gz: c41e6a697b164f75bc0f83b8d137378420235e83fc4b8bee69efb2e5ba0fd67d5d5c0e725851cb2da4322c4b9ed44ecb2d2e819fe878196e67acfd1fee30e323
@@ -22,7 +22,7 @@ module Google
22
22
  module Kms
23
23
  module Inventory
24
24
  module V1
25
- VERSION = "0.11.2"
25
+ VERSION = "0.11.3"
26
26
  end
27
27
  end
28
28
  end
@@ -28,6 +28,9 @@ module Google
28
28
  # @!attribute [rw] destinations
29
29
  # @return [::Array<::Google::Api::ClientLibraryDestination>]
30
30
  # The destination where API teams want this client library to be published.
31
+ # @!attribute [rw] selective_gapic_generation
32
+ # @return [::Google::Api::SelectiveGapicGeneration]
33
+ # Configuration for which RPCs should be generated in the GAPIC client.
31
34
  class CommonLanguageSettings
32
35
  include ::Google::Protobuf::MessageExts
33
36
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -212,6 +215,12 @@ module Google
212
215
  # enabled. By default, asynchronous REST clients will not be generated.
213
216
  # This feature will be enabled by default 1 month after launching the
214
217
  # feature in preview packages.
218
+ # @!attribute [rw] protobuf_pythonic_types_enabled
219
+ # @return [::Boolean]
220
+ # Enables generation of protobuf code using new types that are more
221
+ # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
+ # enabled by default 1 month after launching the feature in preview
223
+ # packages.
215
224
  class ExperimentalFeatures
216
225
  include ::Google::Protobuf::MessageExts
217
226
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -375,6 +384,17 @@ module Google
375
384
  end
376
385
  end
377
386
 
387
+ # This message is used to configure the generation of a subset of the RPCs in
388
+ # a service for client libraries.
389
+ # @!attribute [rw] methods
390
+ # @return [::Array<::String>]
391
+ # An allowlist of the fully qualified names of RPCs that should be included
392
+ # on public client surfaces.
393
+ class SelectiveGapicGeneration
394
+ include ::Google::Protobuf::MessageExts
395
+ extend ::Google::Protobuf::MessageExts::ClassMethods
396
+ end
397
+
378
398
  # The organization for which the client libraries are being published.
379
399
  # Affects the url where generated docs are published, etc.
380
400
  module ClientLibraryOrganization
@@ -429,6 +429,8 @@ module Google
429
429
  # The suffix following `HMAC_` corresponds to the hash algorithm being used
430
430
  # (eg. SHA256).
431
431
  #
432
+ # Algorithms beginning with `PQ_` are post-quantum.
433
+ #
432
434
  # For more information, see [Key purposes and algorithms]
433
435
  # (https://cloud.google.com/kms/docs/algorithms).
434
436
  module CryptoKeyVersionAlgorithm
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.11.2
4
+ version: 0.11.3
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-09-30 00:00:00.000000000 Z
11
+ date: 2024-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -129,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
129
  - !ruby/object:Gem::Version
130
130
  version: '0'
131
131
  requirements: []
132
- rubygems_version: 3.5.6
132
+ rubygems_version: 3.5.22
133
133
  signing_key:
134
134
  specification_version: 4
135
135
  summary: API Client library for the KMS Inventory V1 API