google-iam-v2 0.7.0 → 0.8.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: 3bb33dd2d324db645bd9448b8b1c6fba86f1e6f96bd335fc25c7d8c3acb7bedc
4
- data.tar.gz: e0620271b616d7d0a81f1758ae4e4be785ffb483b74628329ba6514882f0dbf4
3
+ metadata.gz: c8a4fae3d4e18f401b0144bc76271d3b10c8c1892bb9e6d71351bcacb2d25b2a
4
+ data.tar.gz: 3cfc551e3c0cdd7950417dae678ed5db20a7c11b514f4ce86b6dbbf42a2feb9a
5
5
  SHA512:
6
- metadata.gz: 8aaddae04373d0b2310a73276ccac976b5a7c3fa5c52d0e849ab736e8f1ea84a2c36e75615b9fbe51023ffa5d1d4771374f5d283b9bb1cc1afe219d0639d4297
7
- data.tar.gz: 58c28591974193b873f0f42036f8b17b54e70d7ca950577327fad169805f7d4ba1f0b1ea19d17b87c25e91cd578acd79505aa6d66a540c77e4a315e4b3b5733e
6
+ metadata.gz: a1e79423f6695e8d02f09569539f082aa42863a3777f3786c1d2ce6e47d8eeba2dc40f99d543f2e2668e14d601c5da658d066b402afb9e678c712b813d2c43de
7
+ data.tar.gz: ca3bb939efe4d624427f90292089b559a2db05659479cd7921c4f011860bafb776ca67ae759580a2e5730423c08c87b4e357c321a009ec5460cec97817b532ab
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
@@ -798,6 +798,13 @@ module Google
798
798
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
799
799
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
800
800
  # * (`nil`) indicating no credentials
801
+ #
802
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
803
+ # external source for authentication to Google Cloud, you must validate it before
804
+ # providing it to a Google API client library. Providing an unvalidated credential
805
+ # configuration to Google APIs can compromise the security of your systems and data.
806
+ # For more information, refer to [Validate credential configurations from external
807
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
801
808
  # @return [::Object]
802
809
  # @!attribute [rw] scope
803
810
  # The OAuth scopes
@@ -639,6 +639,13 @@ module Google
639
639
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
640
640
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
641
641
  # * (`nil`) indicating no credentials
642
+ #
643
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
644
+ # external source for authentication to Google Cloud, you must validate it before
645
+ # providing it to a Google API client library. Providing an unvalidated credential
646
+ # configuration to Google APIs can compromise the security of your systems and data.
647
+ # For more information, refer to [Validate credential configurations from external
648
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
642
649
  # @return [::Object]
643
650
  # @!attribute [rw] scope
644
651
  # The OAuth scopes
@@ -754,6 +754,13 @@ module Google
754
754
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
755
755
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
756
756
  # * (`nil`) indicating no credentials
757
+ #
758
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
759
+ # external source for authentication to Google Cloud, you must validate it before
760
+ # providing it to a Google API client library. Providing an unvalidated credential
761
+ # configuration to Google APIs can compromise the security of your systems and data.
762
+ # For more information, refer to [Validate credential configurations from external
763
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
757
764
  # @return [::Object]
758
765
  # @!attribute [rw] scope
759
766
  # The OAuth scopes
@@ -501,6 +501,13 @@ module Google
501
501
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
502
502
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
503
503
  # * (`nil`) indicating no credentials
504
+ #
505
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
506
+ # external source for authentication to Google Cloud, you must validate it before
507
+ # providing it to a Google API client library. Providing an unvalidated credential
508
+ # configuration to Google APIs can compromise the security of your systems and data.
509
+ # For more information, refer to [Validate credential configurations from external
510
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
504
511
  # @return [::Object]
505
512
  # @!attribute [rw] scope
506
513
  # The OAuth scopes
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Iam
22
22
  module V2
23
- VERSION = "0.7.0"
23
+ VERSION = "0.8.0"
24
24
  end
25
25
  end
26
26
  end
@@ -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-iam-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 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
@@ -90,7 +89,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
90
89
  licenses:
91
90
  - Apache-2.0
92
91
  metadata: {}
93
- post_install_message:
94
92
  rdoc_options: []
95
93
  require_paths:
96
94
  - lib
@@ -98,15 +96,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
98
96
  requirements:
99
97
  - - ">="
100
98
  - !ruby/object:Gem::Version
101
- version: '2.7'
99
+ version: '3.0'
102
100
  required_rubygems_version: !ruby/object:Gem::Requirement
103
101
  requirements:
104
102
  - - ">="
105
103
  - !ruby/object:Gem::Version
106
104
  version: '0'
107
105
  requirements: []
108
- rubygems_version: 3.5.23
109
- signing_key:
106
+ rubygems_version: 3.6.2
110
107
  specification_version: 4
111
108
  summary: Manages identity and access control for Google Cloud Platform resources,
112
109
  including the creation of service accounts, which you can use to authenticate to