google-cloud-bigtable-admin-v2 0.6.0 → 0.6.1

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: e6208bf7bbc764f324d000b69512d95376de67b57e4dec1c11482179974678d2
4
- data.tar.gz: c81a51ae4a27cc824bafee7ec81b9fc605adceb8c69f8682d024f453f275449c
3
+ metadata.gz: ad8d418e7164973b6efd1eec3e86386fc0e0d7b20c7cd5ff9e2dda08858d263f
4
+ data.tar.gz: ba3df6c36076c53075e273c72260d7c9f12b3c680e617fb3dd543aad93a408b2
5
5
  SHA512:
6
- metadata.gz: 21daff4c8424a7a2e20097e06e5196f2735c63d03e7525e131160cfaefb2efa848085b06c5f3443e17a5938c691359aa8f23625608a186866bddeaa94dac29cf
7
- data.tar.gz: b315fb2e835ac16ba7d1220cff458d397dd1ccd8c5916b5ee7163aec704aa1419dc1491b70ec50f89f7b63b3229e2a66bbd346463b61798900fc50377067267d
6
+ metadata.gz: faec648f9cabec069931460f323bd71baf38fe0ecb388c5ccf46f4f6e3613c656cf94d4854bf4d3d36a5d653fbef8b869b0d1b4668b11598d1166a19ed5120c8
7
+ data.tar.gz: 4a55354bda8d1d3401794cb0d0e5b544028991393a12e8558824b9728d99febdffcefe10f19eaecf63a43f3fd99b71cbbf71197b59349b7657f2a068c9bee625
data/README.md CHANGED
@@ -9,7 +9,7 @@ https://github.com/googleapis/google-cloud-ruby
9
9
  This gem is a _versioned_ client. It provides basic client classes for a
10
10
  specific version of the Cloud Bigtable Admin V2 API. Most users should consider using
11
11
  the main client gem,
12
- [google-cloud-bigtable-admin](https://rubygems.org/gems/google-cloud-bigtable-admin).
12
+ [google-cloud-bigtable](https://rubygems.org/gems/google-cloud-bigtable).
13
13
  See the section below titled *Which client should I use?* for more information.
14
14
 
15
15
  ## Installation
@@ -83,7 +83,7 @@ about the Ruby support schedule.
83
83
  ## Which client should I use?
84
84
 
85
85
  Most modern Ruby client libraries for Google APIs come in two flavors: the main
86
- client library with a name such as `google-cloud-bigtable-admin`,
86
+ client library with a name such as `google-cloud-bigtable`,
87
87
  and lower-level _versioned_ client libraries with names such as
88
88
  `google-cloud-bigtable-admin-v2`.
89
89
  _In most cases, you should install the main client._
@@ -110,7 +110,7 @@ service version.
110
110
 
111
111
  We recommend that most users install the main client gem for a service. You can
112
112
  identify this gem as the one _without_ a version in its name, e.g.
113
- `google-cloud-bigtable-admin`.
113
+ `google-cloud-bigtable`.
114
114
  The main client is recommended because it will embody the best practices for
115
115
  accessing the service, and may also provide more convenient interfaces or
116
116
  tighter integration into frameworks and third-party libraries. In addition, the
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigtable
23
23
  module Admin
24
24
  module V2
25
- VERSION = "0.6.0"
25
+ VERSION = "0.6.1"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigtable-admin-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
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-08-20 00:00:00.000000000 Z
11
+ date: 2021-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -179,8 +179,7 @@ dependencies:
179
179
  description: Cloud Bigtable is a fully managed, scalable NoSQL database service for
180
180
  large analytical and operational workloads. Note that google-cloud-bigtable-admin-v2
181
181
  is a version-specific client library. For most uses, we recommend installing the
182
- main client library google-cloud-bigtable-admin instead. See the readme for more
183
- details.
182
+ main client library google-cloud-bigtable instead. See the readme for more details.
184
183
  email: googleapis-packages@google.com
185
184
  executables: []
186
185
  extensions: []