google-cloud-org_policy-v2 1.4.0 → 1.4.1

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: 247a32d651f2d58e00d338500840ea0b0c59badd243e1644d177978a57a37458
4
- data.tar.gz: d76a748a4d1e82f4385f2d403a5222699dafa12a7bc06287256168f7c3fe673a
3
+ metadata.gz: edcbfe4f40b66f4f49dfc85b55972da04f5514b383541ded7abe4fd73ed2985b
4
+ data.tar.gz: 9ba38745a5ffb1eb1cdd943fb4da82df07a9f8752568abcfa8702e0f86ef464b
5
5
  SHA512:
6
- metadata.gz: 3000f743b70e9874121d9fd64d7a4a0fcd969e0917b69ce49df1733eea5ee2de197c071ad903d70a08bab2b244bec5e24b18467cef923cd6d5548bc8d18594d2
7
- data.tar.gz: 27acef4e7a5d174b7ba8cb1a1b6036033a2dd0e643d95a2772b51685b3a4b37c3a8583d4ccd2db8802ad92b430c57083e34c0fa9fa2aaeef0a809222186ac11d
6
+ metadata.gz: 44b5fc0369a967ee40c6ba8e009d81a3a29fe225b3a52dede5d9ea7cf157ca3aa9e5117eecb5c950ab5553450f6622c43a84b5d9b377ba3919275cbc4ab37543
7
+ data.tar.gz: a6b4bc1e077b19d0348c77861ba4b74cb635407a8509a73041a0e17ce7b286a113a447ad43ad70f7e3d028e32226a22b356da15e9f83693415fa705b550c08d4
@@ -1511,8 +1511,8 @@ module Google
1511
1511
 
1512
1512
  config_attr :endpoint, nil, ::String, nil
1513
1513
  config_attr :credentials, nil do |value|
1514
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1515
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1514
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1515
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1516
1516
  allowed.any? { |klass| klass === value }
1517
1517
  end
1518
1518
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1411,7 +1411,7 @@ module Google
1411
1411
 
1412
1412
  config_attr :endpoint, nil, ::String, nil
1413
1413
  config_attr :credentials, nil do |value|
1414
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1414
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1415
1415
  allowed.any? { |klass| klass === value }
1416
1416
  end
1417
1417
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module OrgPolicy
23
23
  module V2
24
- VERSION = "1.4.0"
24
+ VERSION = "1.4.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-org_policy-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-21 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  - !ruby/object:Gem::Version
103
103
  version: '0'
104
104
  requirements: []
105
- rubygems_version: 3.6.5
105
+ rubygems_version: 3.6.8
106
106
  specification_version: 4
107
107
  summary: The Organization Policy API allows users to configure governance rules on
108
108
  their Google Cloud resources across the resource hierarchy.