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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: edcbfe4f40b66f4f49dfc85b55972da04f5514b383541ded7abe4fd73ed2985b
|
4
|
+
data.tar.gz: 9ba38745a5ffb1eb1cdd943fb4da82df07a9f8752568abcfa8702e0f86ef464b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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:
|
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.
|
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.
|