google-cloud-bigtable 2.6.3 → 2.6.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/google/cloud/bigtable/version.rb +1 -1
- data/lib/google/cloud/bigtable.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 83e79b42ef5cdbe0e1b17a923846eba7bf73402af9e67d8ca398e4eefbbf13ce
|
4
|
+
data.tar.gz: b5ab019828e6bc129b29170def6d1a45da0116e279bf63be815b4946ee315f0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62b5ffd4a7b2151390609c595552236682f5d13c8c88ef31843ca3183560c51cb002046279d0dbfd2f5468fe33acce64d0810a5e0406e9d3c23fbe460cef2cde
|
7
|
+
data.tar.gz: 36197fa14297e02abb093436723e58aa57c8a3643bd840cb68eb4f34e446efbb206eb7b87d830cc8c7a80a4ee3a645dde815f036934bd01831baf5d5c82da5c7
|
data/CHANGELOG.md
CHANGED
@@ -109,6 +109,8 @@ module Google
|
|
109
109
|
# parameter `keyfile` is considered deprecated, but may also be used.)
|
110
110
|
# * `scope` - (String, Array<String>) The OAuth 2.0 scopes controlling
|
111
111
|
# the set of resources and operations that the connection can access.
|
112
|
+
# * `quota_project` - (String) The project ID for a project that can be
|
113
|
+
# used by client libraries for quota and billing purposes.
|
112
114
|
# * `timeout` - (Integer) Default timeout to use in requests.
|
113
115
|
# * `endpoint` - (String) Override of the endpoint host name, or `nil`
|
114
116
|
# to use the default endpoint.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-bigtable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.6.
|
4
|
+
version: 2.6.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-10-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-bigtable-admin-v2
|