google-cloud-bigquery-connection-v1 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 70a840d1be7fc8043dad6771046c4f0aa2050e9b7a82a241a96c39f06f32cbc4
|
4
|
+
data.tar.gz: f23dcbd2f25aca457c52db745b90dff2699ed705d03c3e3a9a0c407b3275528f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19f008186f45285c5c852c86fe681f90d7cc1e71264c6f2ef18d955d48ca32e34731f261f0856df9ff324b35b3f6087ad48df5a214562a2818109ed8fd8701ec
|
7
|
+
data.tar.gz: a1110f221c6d8bf151d9fd951c2709e21ddf5b4a51b066a1482142d143e43519d5a181732beaddcc645af34439f1ce873b5acc8c2ac91070a1102e9f500b8f03
|
@@ -838,7 +838,7 @@ module Google
|
|
838
838
|
|
839
839
|
config_attr :endpoint, "bigqueryconnection.googleapis.com", ::String
|
840
840
|
config_attr :credentials, nil do |value|
|
841
|
-
allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
841
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
842
842
|
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
843
843
|
allowed.any? { |klass| klass === value }
|
844
844
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-bigquery-connection-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-08-
|
11
|
+
date: 2020-08-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|