google-cloud-kms-inventory-v1 0.12.2 → 0.14.0

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: c43d4e24507b13c83cbe4723ba34116f9b31525f5d69e1a104b1f63a207ca974
4
- data.tar.gz: 29c774322043553c11d68923eca57d979ced2f70c31a1b39c3bc3ea8d20785fd
3
+ metadata.gz: 4ac7ca99af2defab187687ad4d039f2b7f839fc5da629a546990c8d69ba54c56
4
+ data.tar.gz: 9d4ea1fd91b79ec3388045a189914a220d716b10d10fd0a254892fc3232a8353
5
5
  SHA512:
6
- metadata.gz: 2756b0e54756aa0a1cac23db977696394ab3ea821bf3b8091b4ea09c3753da14eca65ca6f9015a4a5622d413902015cae5594531b709001a7ae96a478baa4e6d
7
- data.tar.gz: '08132374fd5c450a9eee72aace425adb712c2d0f0a64e6faad6765db62944436cd659bc505f84e51c07863538455f0d5506cddb702d02fe69d26a51d9df1dddc'
6
+ metadata.gz: '0926072530c03fcea9e552de365f0761f59b110e0de91c01dd6a833c14e8584c4ee6d14a2d57d6b41719d48d2db42f32b25b4636a51cc165757eeb3fa0aca65e'
7
+ data.tar.gz: 246e5a521af3f3f62cd8a18e51fb209552e56f6af98e10ab933c71f705ec2234ae4ff52e892d46d2701831a19939f27ed5af274f06aa2200b0c71ce4aebc2d8f
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 2.7+.
89
+ This library is supported on Ruby 3.0+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -331,6 +331,13 @@ module Google
331
331
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
332
332
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
333
333
  # * (`nil`) indicating no credentials
334
+ #
335
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
336
+ # external source for authentication to Google Cloud, you must validate it before
337
+ # providing it to a Google API client library. Providing an unvalidated credential
338
+ # configuration to Google APIs can compromise the security of your systems and data.
339
+ # For more information, refer to [Validate credential configurations from external
340
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
334
341
  # @return [::Object]
335
342
  # @!attribute [rw] scope
336
343
  # The OAuth scopes
@@ -315,6 +315,13 @@ module Google
315
315
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
316
316
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
317
317
  # * (`nil`) indicating no credentials
318
+ #
319
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
320
+ # external source for authentication to Google Cloud, you must validate it before
321
+ # providing it to a Google API client library. Providing an unvalidated credential
322
+ # configuration to Google APIs can compromise the security of your systems and data.
323
+ # For more information, refer to [Validate credential configurations from external
324
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
318
325
  # @return [::Object]
319
326
  # @!attribute [rw] scope
320
327
  # The OAuth scopes
@@ -447,6 +447,13 @@ module Google
447
447
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
448
448
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
449
449
  # * (`nil`) indicating no credentials
450
+ #
451
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
452
+ # external source for authentication to Google Cloud, you must validate it before
453
+ # providing it to a Google API client library. Providing an unvalidated credential
454
+ # configuration to Google APIs can compromise the security of your systems and data.
455
+ # For more information, refer to [Validate credential configurations from external
456
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
450
457
  # @return [::Object]
451
458
  # @!attribute [rw] scope
452
459
  # The OAuth scopes
@@ -424,6 +424,13 @@ module Google
424
424
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
425
425
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
426
426
  # * (`nil`) indicating no credentials
427
+ #
428
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
429
+ # external source for authentication to Google Cloud, you must validate it before
430
+ # providing it to a Google API client library. Providing an unvalidated credential
431
+ # configuration to Google APIs can compromise the security of your systems and data.
432
+ # For more information, refer to [Validate credential configurations from external
433
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
427
434
  # @return [::Object]
428
435
  # @!attribute [rw] scope
429
436
  # The OAuth scopes
@@ -22,7 +22,7 @@ module Google
22
22
  module Kms
23
23
  module Inventory
24
24
  module V1
25
- VERSION = "0.12.2"
25
+ VERSION = "0.14.0"
26
26
  end
27
27
  end
28
28
  end
@@ -221,6 +221,12 @@ module Google
221
221
  # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
222
  # enabled by default 1 month after launching the feature in preview
223
223
  # packages.
224
+ # @!attribute [rw] unversioned_package_disabled
225
+ # @return [::Boolean]
226
+ # Disables generation of an unversioned Python package for this client
227
+ # library. This means that the module names will need to be versioned in
228
+ # import statements. For example `import google.cloud.library_v2` instead
229
+ # of `import google.cloud.library`.
224
230
  class ExperimentalFeatures
225
231
  include ::Google::Protobuf::MessageExts
226
232
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -409,6 +415,14 @@ module Google
409
415
  # @return [::Array<::String>]
410
416
  # An allowlist of the fully qualified names of RPCs that should be included
411
417
  # on public client surfaces.
418
+ # @!attribute [rw] generate_omitted_as_internal
419
+ # @return [::Boolean]
420
+ # Setting this to true indicates to the client generators that methods
421
+ # that would be excluded from the generation should instead be generated
422
+ # in a way that indicates these methods should not be consumed by
423
+ # end users. How this is expressed is up to individual language
424
+ # implementations to decide. Some examples may be: added annotations,
425
+ # obfuscated identifiers, or other language idiomatic patterns.
412
426
  class SelectiveGapicGeneration
413
427
  include ::Google::Protobuf::MessageExts
414
428
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -547,6 +547,14 @@ module Google
547
547
 
548
548
  # Algorithm representing symmetric encryption by an external key manager.
549
549
  EXTERNAL_SYMMETRIC_ENCRYPTION = 18
550
+
551
+ # The post-quantum Module-Lattice-Based Digital Signature Algorithm, at
552
+ # security level 3. Randomized version.
553
+ PQ_SIGN_ML_DSA_65 = 56
554
+
555
+ # The post-quantum stateless hash-based digital signature algorithm, at
556
+ # security level 1. Randomized version.
557
+ PQ_SIGN_SLH_DSA_SHA2_128S = 57
550
558
  end
551
559
 
552
560
  # The state of a {::Google::Cloud::Kms::V1::CryptoKeyVersion CryptoKeyVersion},
@@ -639,6 +647,31 @@ module Google
639
647
  end
640
648
  end
641
649
 
650
+ # Data with integrity verification field.
651
+ # @!attribute [rw] data
652
+ # @return [::String]
653
+ # Raw Data.
654
+ # @!attribute [rw] crc32c_checksum
655
+ # @return [::Google::Protobuf::Int64Value]
656
+ # Integrity verification field. A CRC32C
657
+ # checksum of the returned
658
+ # {::Google::Cloud::Kms::V1::ChecksummedData#data ChecksummedData.data}. An
659
+ # integrity check of
660
+ # {::Google::Cloud::Kms::V1::ChecksummedData#data ChecksummedData.data} can be
661
+ # performed by computing the CRC32C checksum of
662
+ # {::Google::Cloud::Kms::V1::ChecksummedData#data ChecksummedData.data} and
663
+ # comparing your results to this field. Discard the response in case of
664
+ # non-matching checksum values, and perform a limited number of retries. A
665
+ # persistent mismatch may indicate an issue in your computation of the CRC32C
666
+ # checksum. Note: This field is defined as int64 for reasons of compatibility
667
+ # across different languages. However, it is a non-negative integer, which
668
+ # will never exceed `2^32-1`, and can be safely downconverted to uint32 in
669
+ # languages that support this type.
670
+ class ChecksummedData
671
+ include ::Google::Protobuf::MessageExts
672
+ extend ::Google::Protobuf::MessageExts::ClassMethods
673
+ end
674
+
642
675
  # The public keys for a given
643
676
  # {::Google::Cloud::Kms::V1::CryptoKeyVersion CryptoKeyVersion}. Obtained via
644
677
  # [GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey].
@@ -666,8 +699,8 @@ module Google
666
699
  # mismatch may indicate an issue in your computation of the CRC32C checksum.
667
700
  # Note: This field is defined as int64 for reasons of compatibility across
668
701
  # different languages. However, it is a non-negative integer, which will
669
- # never exceed 2^32-1, and can be safely downconverted to uint32 in languages
670
- # that support this type.
702
+ # never exceed `2^32-1`, and can be safely downconverted to uint32 in
703
+ # languages that support this type.
671
704
  #
672
705
  # NOTE: This field is in Beta.
673
706
  # @!attribute [rw] name
@@ -681,9 +714,47 @@ module Google
681
714
  # @return [::Google::Cloud::Kms::V1::ProtectionLevel]
682
715
  # The {::Google::Cloud::Kms::V1::ProtectionLevel ProtectionLevel} of the
683
716
  # {::Google::Cloud::Kms::V1::CryptoKeyVersion CryptoKeyVersion} public key.
717
+ # @!attribute [rw] public_key_format
718
+ # @return [::Google::Cloud::Kms::V1::PublicKey::PublicKeyFormat]
719
+ # The {::Google::Cloud::Kms::V1::PublicKey PublicKey} format specified by the
720
+ # customer through the
721
+ # [public_key_format][google.cloud.kms.v1.GetPublicKeyRequest.public_key_format]
722
+ # field.
723
+ # @!attribute [rw] public_key
724
+ # @return [::Google::Cloud::Kms::V1::ChecksummedData]
725
+ # This field contains the public key (with integrity verification), formatted
726
+ # according to the
727
+ # {::Google::Cloud::Kms::V1::PublicKey#public_key_format public_key_format} field.
684
728
  class PublicKey
685
729
  include ::Google::Protobuf::MessageExts
686
730
  extend ::Google::Protobuf::MessageExts::ClassMethods
731
+
732
+ # The supported {::Google::Cloud::Kms::V1::PublicKey PublicKey} formats.
733
+ module PublicKeyFormat
734
+ # If the
735
+ # [public_key_format][google.cloud.kms.v1.GetPublicKeyRequest.public_key_format]
736
+ # field is not specified:
737
+ # - For PQC algorithms, an error will be returned.
738
+ # - For non-PQC algorithms, the default format is PEM, and the field
739
+ # {::Google::Cloud::Kms::V1::PublicKey#pem pem} will be populated.
740
+ #
741
+ # Otherwise, the public key will be exported through the
742
+ # {::Google::Cloud::Kms::V1::PublicKey#public_key public_key} field in the
743
+ # requested format.
744
+ PUBLIC_KEY_FORMAT_UNSPECIFIED = 0
745
+
746
+ # The returned public key will be encoded in PEM format.
747
+ # See the [RFC7468](https://tools.ietf.org/html/rfc7468) sections for
748
+ # [General Considerations](https://tools.ietf.org/html/rfc7468#section-2)
749
+ # and [Textual Encoding of Subject Public Key Info]
750
+ # (https://tools.ietf.org/html/rfc7468#section-13) for more information.
751
+ PEM = 1
752
+
753
+ # This is supported only for PQC algorithms.
754
+ # The key material is returned in the format defined by NIST PQC
755
+ # standards (FIPS 203, FIPS 204, and FIPS 205).
756
+ NIST_PQC = 3
757
+ end
687
758
  end
688
759
 
689
760
  # An {::Google::Cloud::Kms::V1::ImportJob ImportJob} can be used to create
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-kms-inventory-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.2
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-10 00:00:00.000000000 Z
10
+ date: 2025-02-25 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -15,7 +15,7 @@ dependencies:
15
15
  requirements:
16
16
  - - ">="
17
17
  - !ruby/object:Gem::Version
18
- version: 0.24.0
18
+ version: 0.25.0
19
19
  - - "<"
20
20
  - !ruby/object:Gem::Version
21
21
  version: 2.a
@@ -25,7 +25,7 @@ dependencies:
25
25
  requirements:
26
26
  - - ">="
27
27
  - !ruby/object:Gem::Version
28
- version: 0.24.0
28
+ version: 0.25.0
29
29
  - - "<"
30
30
  - !ruby/object:Gem::Version
31
31
  version: 2.a
@@ -120,14 +120,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
120
120
  requirements:
121
121
  - - ">="
122
122
  - !ruby/object:Gem::Version
123
- version: '2.7'
123
+ version: '3.0'
124
124
  required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  requirements:
126
126
  - - ">="
127
127
  - !ruby/object:Gem::Version
128
128
  version: '0'
129
129
  requirements: []
130
- rubygems_version: 3.6.2
130
+ rubygems_version: 3.6.5
131
131
  specification_version: 4
132
132
  summary: API Client library for the KMS Inventory V1 API
133
133
  test_files: []