google-cloud-cloud_controls_partner-v1 1.2.0 → 1.3.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: 7fb9c2dafdf467f747311bea04dc53c7c849090b5d41c95ad44a244df160da3a
4
- data.tar.gz: 825174d196114870447bf8061a22485ba0c7e71fb29f5fa61a5807034e86b647
3
+ metadata.gz: 45883390e3818578e9725b1dd570746043db89f2ae25b0b748849e80c25efdcd
4
+ data.tar.gz: 299600c1104ed382732c0fa771351280c2dfae5eeecdc787a6cff60bf69548ac
5
5
  SHA512:
6
- metadata.gz: 71240c2c5fe13e5f6682ab01880823f5e9b350893aa4badf9767c499d42d3cd07f3e616df1bc63c553b03d91c08d3d60e79679381eb8cc0ea061a4fbaa438aa3
7
- data.tar.gz: b69e57dcf1234435290d322071817751c037f0eb7b65f992af4a50201d2d7094ddbfc8331a3c2621f88db053703d5daf177809276e3e8cc6ef2ee10d40d48cda
6
+ metadata.gz: 07ec2ce17fe3b238833186a2e2fb87a2aaf25ce5864b397a299383c1d401607030db66218928e2fd14294aa217c271716af711f9ad997d61657d776336da8ac7
7
+ data.tar.gz: 8bf9fc4d2b4b4d584c0d217dfb47005651130a1c4793694adf22cf38ed3fa7dbbcff3b67109b8688b6db0cb50bb25ef84a8d3b5491cc21b3159626c2c03ac01a
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
@@ -1005,6 +1005,13 @@ module Google
1005
1005
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1006
1006
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1007
1007
  # * (`nil`) indicating no credentials
1008
+ #
1009
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1010
+ # external source for authentication to Google Cloud, you must validate it before
1011
+ # providing it to a Google API client library. Providing an unvalidated credential
1012
+ # configuration to Google APIs can compromise the security of your systems and data.
1013
+ # For more information, refer to [Validate credential configurations from external
1014
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1008
1015
  # @return [::Object]
1009
1016
  # @!attribute [rw] scope
1010
1017
  # The OAuth scopes
@@ -932,6 +932,13 @@ module Google
932
932
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
933
933
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
934
934
  # * (`nil`) indicating no credentials
935
+ #
936
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
937
+ # external source for authentication to Google Cloud, you must validate it before
938
+ # providing it to a Google API client library. Providing an unvalidated credential
939
+ # configuration to Google APIs can compromise the security of your systems and data.
940
+ # For more information, refer to [Validate credential configurations from external
941
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
935
942
  # @return [::Object]
936
943
  # @!attribute [rw] scope
937
944
  # The OAuth scopes
@@ -436,6 +436,13 @@ module Google
436
436
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
437
437
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
438
438
  # * (`nil`) indicating no credentials
439
+ #
440
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
441
+ # external source for authentication to Google Cloud, you must validate it before
442
+ # providing it to a Google API client library. Providing an unvalidated credential
443
+ # configuration to Google APIs can compromise the security of your systems and data.
444
+ # For more information, refer to [Validate credential configurations from external
445
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
439
446
  # @return [::Object]
440
447
  # @!attribute [rw] scope
441
448
  # The OAuth scopes
@@ -411,6 +411,13 @@ module Google
411
411
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
412
412
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
413
413
  # * (`nil`) indicating no credentials
414
+ #
415
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
416
+ # external source for authentication to Google Cloud, you must validate it before
417
+ # providing it to a Google API client library. Providing an unvalidated credential
418
+ # configuration to Google APIs can compromise the security of your systems and data.
419
+ # For more information, refer to [Validate credential configurations from external
420
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
414
421
  # @return [::Object]
415
422
  # @!attribute [rw] scope
416
423
  # The OAuth scopes
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module CloudControlsPartner
23
23
  module V1
24
- VERSION = "1.2.0"
24
+ VERSION = "1.3.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-cloud_controls_partner-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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
@@ -109,7 +108,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
109
108
  licenses:
110
109
  - Apache-2.0
111
110
  metadata: {}
112
- post_install_message:
113
111
  rdoc_options: []
114
112
  require_paths:
115
113
  - lib
@@ -117,15 +115,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
117
115
  requirements:
118
116
  - - ">="
119
117
  - !ruby/object:Gem::Version
120
- version: '2.7'
118
+ version: '3.0'
121
119
  required_rubygems_version: !ruby/object:Gem::Requirement
122
120
  requirements:
123
121
  - - ">="
124
122
  - !ruby/object:Gem::Version
125
123
  version: '0'
126
124
  requirements: []
127
- rubygems_version: 3.5.23
128
- signing_key:
125
+ rubygems_version: 3.6.2
129
126
  specification_version: 4
130
127
  summary: Provides insights about your customers and their Assured Workloads based
131
128
  on your Sovereign Controls by Partners offering.