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: 8a8c3f1c1210a32a5ebe2656fa034c2366363574c187737321d0accc23b364b2
4
- data.tar.gz: cfb7785d35f7531695aa25ede48911cf4dd00b9522caa1757d668b40a1e26c42
3
+ metadata.gz: 273c08c07a69de9a6700800fa9bd14fc4e0e985fe6915aa2fbd0c41f36e065af
4
+ data.tar.gz: ce4f84f4838f545100d7ed9dcbfe932eb3580c8b2de3f03369dc4e51298d0bd2
5
5
  SHA512:
6
- metadata.gz: 71795a698c0c5c3bef0286972204ee5d2c4f5456997c50498e27cf73fcb334e5b5452ef9baf52ce4793fb5e4c35c336eae0b9506d81e87d7e09c66c420607943
7
- data.tar.gz: 2fcb0328ae83bf55d86d5c0203cf09dda30c455d519fbbe9cd9d73667e1bd6a2468afdaa6163481723a5f00d6e5531152f3ad6898b5dacdfec53af77f7ede349
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
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module Migration
24
24
  module V2
25
- VERSION = "0.15.0"
25
+ VERSION = "0.15.1"
26
26
  end
27
27
  end
28
28
  end
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.0
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: 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
@@ -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.5
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.