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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 769a9d82c695da9e37bf043e23d7a1933423e37f75084c17761659a0408702a3
|
4
|
+
data.tar.gz: f14b4f02b6d17b1c884789a1d2366396047f0cd367742695bdc47e121d0d12fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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:
|
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.
|
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.
|