google-cloud-kms-v1 1.3.1 → 1.4.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: 8f9189a60f9d409f65867917112454f91ce4311f66fa02ff20b10bcf60ed9930
4
- data.tar.gz: 22f9c8bbf88acbfe73c48e1cf3b11d08238095197c66f3f8d5c952884a906a54
3
+ metadata.gz: 04244d79549362808410b3674381b846bd56baf17306cd5a130e54da74407e33
4
+ data.tar.gz: 2c581d982657901f4a5a20348ce96ffcaeb828df41729e562d781b2df3698fa7
5
5
  SHA512:
6
- metadata.gz: 8ae199ec85ae42a2f776d5dfbf2303ab926834248758005309bbe927f3a8a1b259ee6531be48ab257c8b0e7cfb3e5fe958a4914b9a4c98677077e4a7acf36edf
7
- data.tar.gz: fa727938f54590a56b5320625f8bbe4df8c62b23404fb109b6271f3c0fbb5106d878c81508ae1c888253433dd66265253f73ff9e6796e82a560fb6fe1048c60e
6
+ metadata.gz: 6e10ab630f80642caa959ab35e632e69829d67d133ac87aa524a383ec7e64b867b12ab5cfc6b9985f514194189c16cb87c85dec5fd716d8d5ad9d3f67eb0f82b
7
+ data.tar.gz: 4c53c170642fedb2c835bf614c4cebacca3caf4f023f91cb37895ba52fa80f37536f51f000c7492004680a93fb6718ec09d13478ad53eb14f2d3b719254e5074
data/README.md CHANGED
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
85
85
 
86
86
  ## Supported Ruby Versions
87
87
 
88
- This library is supported on Ruby 2.7+.
88
+ This library is supported on Ruby 3.0+.
89
89
 
90
90
  Google provides official support for Ruby versions that are actively supported
91
91
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -606,6 +606,13 @@ module Google
606
606
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
607
607
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
608
608
  # * (`nil`) indicating no credentials
609
+ #
610
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
611
+ # external source for authentication to Google Cloud, you must validate it before
612
+ # providing it to a Google API client library. Providing an unvalidated credential
613
+ # configuration to Google APIs can compromise the security of your systems and data.
614
+ # For more information, refer to [Validate credential configurations from external
615
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
609
616
  # @return [::Object]
610
617
  # @!attribute [rw] scope
611
618
  # The OAuth scopes
@@ -640,6 +640,13 @@ module Google
640
640
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
641
641
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
642
642
  # * (`nil`) indicating no credentials
643
+ #
644
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
645
+ # external source for authentication to Google Cloud, you must validate it before
646
+ # providing it to a Google API client library. Providing an unvalidated credential
647
+ # configuration to Google APIs can compromise the security of your systems and data.
648
+ # For more information, refer to [Validate credential configurations from external
649
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
643
650
  # @return [::Object]
644
651
  # @!attribute [rw] scope
645
652
  # The OAuth scopes
@@ -578,6 +578,13 @@ module Google
578
578
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
579
579
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
580
580
  # * (`nil`) indicating no credentials
581
+ #
582
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
583
+ # external source for authentication to Google Cloud, you must validate it before
584
+ # providing it to a Google API client library. Providing an unvalidated credential
585
+ # configuration to Google APIs can compromise the security of your systems and data.
586
+ # For more information, refer to [Validate credential configurations from external
587
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
581
588
  # @return [::Object]
582
589
  # @!attribute [rw] scope
583
590
  # The OAuth scopes
@@ -502,6 +502,13 @@ module Google
502
502
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
503
503
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
504
504
  # * (`nil`) indicating no credentials
505
+ #
506
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
507
+ # external source for authentication to Google Cloud, you must validate it before
508
+ # providing it to a Google API client library. Providing an unvalidated credential
509
+ # configuration to Google APIs can compromise the security of your systems and data.
510
+ # For more information, refer to [Validate credential configurations from external
511
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
505
512
  # @return [::Object]
506
513
  # @!attribute [rw] scope
507
514
  # The OAuth scopes
@@ -551,6 +551,13 @@ module Google
551
551
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
552
552
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
553
553
  # * (`nil`) indicating no credentials
554
+ #
555
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
556
+ # external source for authentication to Google Cloud, you must validate it before
557
+ # providing it to a Google API client library. Providing an unvalidated credential
558
+ # configuration to Google APIs can compromise the security of your systems and data.
559
+ # For more information, refer to [Validate credential configurations from external
560
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
554
561
  # @return [::Object]
555
562
  # @!attribute [rw] scope
556
563
  # The OAuth scopes
@@ -523,6 +523,13 @@ module Google
523
523
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
524
524
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
525
525
  # * (`nil`) indicating no credentials
526
+ #
527
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
528
+ # external source for authentication to Google Cloud, you must validate it before
529
+ # providing it to a Google API client library. Providing an unvalidated credential
530
+ # configuration to Google APIs can compromise the security of your systems and data.
531
+ # For more information, refer to [Validate credential configurations from external
532
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
526
533
  # @return [::Object]
527
534
  # @!attribute [rw] scope
528
535
  # The OAuth scopes
@@ -931,6 +931,13 @@ module Google
931
931
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
932
932
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
933
933
  # * (`nil`) indicating no credentials
934
+ #
935
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
936
+ # external source for authentication to Google Cloud, you must validate it before
937
+ # providing it to a Google API client library. Providing an unvalidated credential
938
+ # configuration to Google APIs can compromise the security of your systems and data.
939
+ # For more information, refer to [Validate credential configurations from external
940
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
934
941
  # @return [::Object]
935
942
  # @!attribute [rw] scope
936
943
  # The OAuth scopes
@@ -875,6 +875,13 @@ module Google
875
875
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
876
876
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
877
877
  # * (`nil`) indicating no credentials
878
+ #
879
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
880
+ # external source for authentication to Google Cloud, you must validate it before
881
+ # providing it to a Google API client library. Providing an unvalidated credential
882
+ # configuration to Google APIs can compromise the security of your systems and data.
883
+ # For more information, refer to [Validate credential configurations from external
884
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
878
885
  # @return [::Object]
879
886
  # @!attribute [rw] scope
880
887
  # The OAuth scopes
@@ -3555,6 +3555,13 @@ module Google
3555
3555
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
3556
3556
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
3557
3557
  # * (`nil`) indicating no credentials
3558
+ #
3559
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
3560
+ # external source for authentication to Google Cloud, you must validate it before
3561
+ # providing it to a Google API client library. Providing an unvalidated credential
3562
+ # configuration to Google APIs can compromise the security of your systems and data.
3563
+ # For more information, refer to [Validate credential configurations from external
3564
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
3558
3565
  # @return [::Object]
3559
3566
  # @!attribute [rw] scope
3560
3567
  # The OAuth scopes
@@ -3352,6 +3352,13 @@ module Google
3352
3352
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
3353
3353
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
3354
3354
  # * (`nil`) indicating no credentials
3355
+ #
3356
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
3357
+ # external source for authentication to Google Cloud, you must validate it before
3358
+ # providing it to a Google API client library. Providing an unvalidated credential
3359
+ # configuration to Google APIs can compromise the security of your systems and data.
3360
+ # For more information, refer to [Validate credential configurations from external
3361
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
3355
3362
  # @return [::Object]
3356
3363
  # @!attribute [rw] scope
3357
3364
  # The OAuth scopes
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Kms
23
23
  module V1
24
- VERSION = "1.3.1"
24
+ VERSION = "1.4.0"
25
25
  end
26
26
  end
27
27
  end
@@ -429,7 +429,6 @@ 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
433
  # For more information, see [Key purposes and algorithms]
435
434
  # (https://cloud.google.com/kms/docs/algorithms).
@@ -1640,12 +1640,18 @@ module Google
1640
1640
  # @!attribute [rw] sha256
1641
1641
  # @return [::String]
1642
1642
  # A message digest produced with the SHA-256 algorithm.
1643
+ #
1644
+ # Note: The following fields are mutually exclusive: `sha256`, `sha384`, `sha512`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1643
1645
  # @!attribute [rw] sha384
1644
1646
  # @return [::String]
1645
1647
  # A message digest produced with the SHA-384 algorithm.
1648
+ #
1649
+ # Note: The following fields are mutually exclusive: `sha384`, `sha256`, `sha512`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1646
1650
  # @!attribute [rw] sha512
1647
1651
  # @return [::String]
1648
1652
  # A message digest produced with the SHA-512 algorithm.
1653
+ #
1654
+ # Note: The following fields are mutually exclusive: `sha512`, `sha256`, `sha384`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1649
1655
  class Digest
1650
1656
  include ::Google::Protobuf::MessageExts
1651
1657
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -40,6 +40,8 @@ module Google
40
40
  # @!attribute [rw] error
41
41
  # @return [::Google::Rpc::Status]
42
42
  # The error result of the operation in case of failure or cancellation.
43
+ #
44
+ # Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
43
45
  # @!attribute [rw] response
44
46
  # @return [::Google::Protobuf::Any]
45
47
  # The normal, successful response of the operation. If the original
@@ -50,6 +52,8 @@ module Google
50
52
  # is the original method name. For example, if the original method name
51
53
  # is `TakeSnapshot()`, the inferred response type is
52
54
  # `TakeSnapshotResponse`.
55
+ #
56
+ # Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
53
57
  class Operation
54
58
  include ::Google::Protobuf::MessageExts
55
59
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-kms-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-01-08 00:00:00.000000000 Z
10
+ date: 2025-01-29 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.24.0
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -168,7 +167,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
168
167
  licenses:
169
168
  - Apache-2.0
170
169
  metadata: {}
171
- post_install_message:
172
170
  rdoc_options: []
173
171
  require_paths:
174
172
  - lib
@@ -176,15 +174,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
176
174
  requirements:
177
175
  - - ">="
178
176
  - !ruby/object:Gem::Version
179
- version: '2.7'
177
+ version: '3.0'
180
178
  required_rubygems_version: !ruby/object:Gem::Requirement
181
179
  requirements:
182
180
  - - ">="
183
181
  - !ruby/object:Gem::Version
184
182
  version: '0'
185
183
  requirements: []
186
- rubygems_version: 3.5.23
187
- signing_key:
184
+ rubygems_version: 3.6.2
188
185
  specification_version: 4
189
186
  summary: Manages keys and performs cryptographic operations in a central cloud service,
190
187
  for direct use by other cloud resources and applications.