google-cloud-bigquery-reservation-v1 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: de0f00be44de7ae11a7209e2e58559fcc0d442c394cade7aeec58997b7b61a08
|
4
|
+
data.tar.gz: e1a814bd4d6b2f51c9befbfb4ae78fdd0806435cd41f10db2e4148339d3ee7bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2fc5f5b8cb2433eee1b89269cec04f19cb28d55ba60051758811b6565e05ebb77d1dafd161e21a60f82d82cc975fb9ed30f84afc11a89fec7783fd65094283cf
|
7
|
+
data.tar.gz: ca78f2116ca349b947b47b2854ed8e7f20673debab8475bbf632017f7466c6388e8c1f5001daf54623c8759285b66efe93070f25cc4f4223c0a0854b2026b0bb
|
@@ -2539,8 +2539,8 @@ module Google
|
|
2539
2539
|
|
2540
2540
|
config_attr :endpoint, nil, ::String, nil
|
2541
2541
|
config_attr :credentials, nil do |value|
|
2542
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
2543
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
2542
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
2543
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
2544
2544
|
allowed.any? { |klass| klass === value }
|
2545
2545
|
end
|
2546
2546
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -2367,7 +2367,7 @@ module Google
|
|
2367
2367
|
|
2368
2368
|
config_attr :endpoint, nil, ::String, nil
|
2369
2369
|
config_attr :credentials, nil do |value|
|
2370
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
2370
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
2371
2371
|
allowed.any? { |klass| klass === value }
|
2372
2372
|
end
|
2373
2373
|
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-reservation-v1
|
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
|
@@ -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: A service to modify your BigQuery flat-rate reservations.
|
106
106
|
test_files: []
|