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: d6a42a397ec9718f290d9324e5873ecea8ebc0205702074c5968dc87c63dc886
4
- data.tar.gz: 9095cbda49229ab48ffbf3734e2b0f6f14c23c3d2b1afd0e34fbc0228f4efbec
3
+ metadata.gz: de0f00be44de7ae11a7209e2e58559fcc0d442c394cade7aeec58997b7b61a08
4
+ data.tar.gz: e1a814bd4d6b2f51c9befbfb4ae78fdd0806435cd41f10db2e4148339d3ee7bd
5
5
  SHA512:
6
- metadata.gz: fec49ce6019f568996ba2f4a80a69ea99dfe5161078f2760a60b17a9752536e2f76108d024b5834e810c6e3877fcbcf67f1ce4551fad9f1815225ea3d933eaf5
7
- data.tar.gz: f4832909f023dbf0242851f99e7796d35b295c73c783b6644f282ed46e3e375a04069e22af9b958d0021c50b1d5d95b0c98d5047aaa2b8288a8df579adcd22cb
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
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module Reservation
24
24
  module V1
25
- VERSION = "1.4.0"
25
+ VERSION = "1.4.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-reservation-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
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: 2025-03-04 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
@@ -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.5
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: []