google-cloud-os_login-v1beta 0.17.1 → 0.17.2
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: 5cab7aa977ca1e52569c3ec7c47d23510a2b86cd4d59264fa88f9fd480bdd292
|
4
|
+
data.tar.gz: 856cf118fd1e98ec2f98c1ec08ddbb9b13364f460aeda9a8dd7daada38ded3c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 455427b5efbecb7c77478f8599e158888de42b6891bc57414b8f968e7e3f31fe9fe75c22e043191b5cf82d8513e3619ef8ac180ae59eb5d13253b36246ac34e1
|
7
|
+
data.tar.gz: 25590ab9f63a54fb51c129887f2a44e93c65cdf6240109d1c78779b7931a35d8bbb63e1f6f334ca759efffa96d8a6cb18f1822607cad9e8539ab4447a076975a
|
@@ -1037,8 +1037,8 @@ module Google
|
|
1037
1037
|
|
1038
1038
|
config_attr :endpoint, nil, ::String, nil
|
1039
1039
|
config_attr :credentials, nil do |value|
|
1040
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
1041
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
1040
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
1041
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
1042
1042
|
allowed.any? { |klass| klass === value }
|
1043
1043
|
end
|
1044
1044
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -965,7 +965,7 @@ module Google
|
|
965
965
|
|
966
966
|
config_attr :endpoint, nil, ::String, nil
|
967
967
|
config_attr :credentials, nil do |value|
|
968
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
968
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
969
969
|
allowed.any? { |klass| klass === value }
|
970
970
|
end
|
971
971
|
config_attr :scope, nil, ::String, ::Array, nil
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-os_login-v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.17.
|
4
|
+
version: 0.17.2
|
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
|
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
100
100
|
- !ruby/object:Gem::Version
|
101
101
|
version: '0'
|
102
102
|
requirements: []
|
103
|
-
rubygems_version: 3.6.
|
103
|
+
rubygems_version: 3.6.8
|
104
104
|
specification_version: 4
|
105
105
|
summary: You can use OS Login to manage access to your VM instances using IAM roles.
|
106
106
|
test_files: []
|