google-cloud-bigtable-v2 1.6.0 → 1.6.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: d61e4875c382dbb7c2096d4c7af7ab51735c70c76381f021e413b8c2381c71c6
4
- data.tar.gz: fcdc67baace5610aaf8810f84e7f6992231bf905aaa2d94f90797e21b4d1f464
3
+ metadata.gz: 769a9d82c695da9e37bf043e23d7a1933423e37f75084c17761659a0408702a3
4
+ data.tar.gz: f14b4f02b6d17b1c884789a1d2366396047f0cd367742695bdc47e121d0d12fb
5
5
  SHA512:
6
- metadata.gz: a1254377aa56c542e282ff17a04da2c97850f4303f6169de7f415cc0cc9c1be747a3e27e93b3a5b69b619bc4c9f852a4e35ffffa0e4d280ac4f8e9ea5da62ce9
7
- data.tar.gz: d5065095c4a2e322ecc468a356f612941619969e0877ff8c71875002d27e7a7a6bf68b73abda7a929ab5281bf02eee7d68a494df7c8dfa04d6f88af7b9ddedf2
6
+ metadata.gz: c37d0d961905572a817c70a8fae4449ddd3f893349a3e35b88304078379d920a7d1749187ec41d3baee3f85992d8c3bd7246aad5af85246b6069cbda39a529ef
7
+ data.tar.gz: d88ba853ae1a5b5503eb88ca3bf0dbb62f4d2506dfb4954d52bac5f4cc15b5e43b1c05956047c906cd9416cab18cfce72afc2390d5d2a0efef57b86cc7e5610a
@@ -1621,8 +1621,8 @@ module Google
1621
1621
 
1622
1622
  config_attr :endpoint, nil, ::String, nil
1623
1623
  config_attr :credentials, nil do |value|
1624
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1625
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1624
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1625
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1626
1626
  allowed.any? { |klass| klass === value }
1627
1627
  end
1628
1628
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Bigtable
23
23
  module V2
24
- VERSION = "1.6.0"
24
+ VERSION = "1.6.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigtable-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-12 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
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  - !ruby/object:Gem::Version
108
108
  version: '0'
109
109
  requirements: []
110
- rubygems_version: 3.6.5
110
+ rubygems_version: 3.6.8
111
111
  specification_version: 4
112
112
  summary: API for reading and writing the contents of Bigtable tables associated with
113
113
  a Google Cloud project.