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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d5d6fdd59208f51aa50479e83129f8689ecac860ae17f2abe04d525392f5a595
4
- data.tar.gz: 1aa4c9cd7b7fb605d538cbf70bb6adb1f4210e60302cf600db4ccc33594e77de
3
+ metadata.gz: 83e79b42ef5cdbe0e1b17a923846eba7bf73402af9e67d8ca398e4eefbbf13ce
4
+ data.tar.gz: b5ab019828e6bc129b29170def6d1a45da0116e279bf63be815b4946ee315f0a
5
5
  SHA512:
6
- metadata.gz: 5bd7202000a07744b619c074784d318295370063275a2b3ac28aa287c1ac3718874f26f70bffddf9853cf71a34530dee0d9753a28091f1e2e4fb7ec836efd74c
7
- data.tar.gz: ce6d9e219982b4e1f9c908f5f320b4b0d4b472b304e4c9cff654469c8610bf4734090ee4abb864e6f22b841fd7671776d98efe242ba941e167346ba5fdd0884a
6
+ metadata.gz: 62b5ffd4a7b2151390609c595552236682f5d13c8c88ef31843ca3183560c51cb002046279d0dbfd2f5468fe33acce64d0810a5e0406e9d3c23fbe460cef2cde
7
+ data.tar.gz: 36197fa14297e02abb093436723e58aa57c8a3643bd840cb68eb4f34e446efbb206eb7b87d830cc8c7a80a4ee3a645dde815f036934bd01831baf5d5c82da5c7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 2.6.4 / 2021-10-21
4
+
5
+ #### Documentation
6
+
7
+ * Add documentation for quota_project Configuration attribute
8
+
3
9
  ### 2.6.3 / 2021-09-21
4
10
 
5
11
  #### Documentation
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Bigtable
19
- VERSION = "2.6.3".freeze
19
+ VERSION = "2.6.4".freeze
20
20
  end
21
21
  end
22
22
  end
@@ -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.3
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-09-22 00:00:00.000000000 Z
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