google-cloud-bigquery-migration-v2 0.15.0 → 0.15.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: 273c08c07a69de9a6700800fa9bd14fc4e0e985fe6915aa2fbd0c41f36e065af
|
4
|
+
data.tar.gz: ce4f84f4838f545100d7ed9dcbfe932eb3580c8b2de3f03369dc4e51298d0bd2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 002fe6f8c8eac158e8ad5e8c45c9ce1475421e35258966255c241308bb2578f350f93fc024eea622a62c3be9af39c2b5eea034bcd45b3cf53435f3bfda334662
|
7
|
+
data.tar.gz: e852c18a44ed18b2a6c2a0df5b3bd37541fe97a86b634a66547ff2c8cd73e8ccd2b874eda1e3acd9aee8fd8b614dca29831240e5aeac9386eee183b0cc08b8fc
|
@@ -957,8 +957,8 @@ module Google
|
|
957
957
|
|
958
958
|
config_attr :endpoint, nil, ::String, nil
|
959
959
|
config_attr :credentials, nil do |value|
|
960
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
961
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
960
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
961
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
962
962
|
allowed.any? { |klass| klass === value }
|
963
963
|
end
|
964
964
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -892,7 +892,7 @@ module Google
|
|
892
892
|
|
893
893
|
config_attr :endpoint, nil, ::String, nil
|
894
894
|
config_attr :credentials, nil do |value|
|
895
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
895
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
896
896
|
allowed.any? { |klass| klass === value }
|
897
897
|
end
|
898
898
|
config_attr :scope, nil, ::String, ::Array, nil
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-bigquery-migration-v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.15.
|
4
|
+
version: 0.15.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
|
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
117
117
|
- !ruby/object:Gem::Version
|
118
118
|
version: '0'
|
119
119
|
requirements: []
|
120
|
-
rubygems_version: 3.6.
|
120
|
+
rubygems_version: 3.6.8
|
121
121
|
specification_version: 4
|
122
122
|
summary: The migration service, exposing apis for migration jobs operations, and agent
|
123
123
|
management.
|