google-cloud-firestore-admin-v1 0.3.3 → 0.3.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: 811771792ab77e7740746b25d753ca630f44501b2a93a018d898500e291a2086
4
- data.tar.gz: 9dbe0031231fe01eecbc2ebfcdfb3908680384b8c6231139d06b67a5766e2934
3
+ metadata.gz: 6ec94329da44cbf69fb8da7da4798527b1c69a211e05c997ccc06023c5ecb1cc
4
+ data.tar.gz: 2a3d672da358618d579b438cd9dce22a575b8a1e49702aa414d68db54328e337
5
5
  SHA512:
6
- metadata.gz: 1406b238c2dea98ee2f76747d40ab579e3e88bd01a64d169b591a58da60545af0b8bf7ea663fa5660d99c77c731ff0ac7af8cdbfde5bc9dbf76d79ea8958648a
7
- data.tar.gz: 5b76876967602556bba577bac971ad539b46ca43bcf9750bb382a97d0a7c3574663e3568c5b8c12147b417d272a8aa7e4cd734c44c1c57997c0eec609790a7c8
6
+ metadata.gz: b6ec3dbb8c0dbf5043fc3e7628b087d844b2e135bfdf1812e00b0fe3f81b3061a6b1bb50b13fed4ed7ed7d69037bb3767377e23319c44f7601a022120b495d6c
7
+ data.tar.gz: 79ca4ac5e22154f033042fae357d25e39e6f23a7faa077b054a3c1683be9197f26a7d35b93c6d9c9c0a982b7019d91c157dd22ef134ebf09ba80f3ebb57fd3bc
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 Firestore Admin V1 API. Most users should consider using
11
11
  the main client gem,
12
- [google-cloud-firestore-admin](https://rubygems.org/gems/google-cloud-firestore-admin).
12
+ [google-cloud-firestore](https://rubygems.org/gems/google-cloud-firestore).
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-firestore-admin`,
86
+ client library with a name such as `google-cloud-firestore`,
87
87
  and lower-level _versioned_ client libraries with names such as
88
88
  `google-cloud-firestore-admin-v1`.
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-firestore-admin`.
113
+ `google-cloud-firestore`.
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 Firestore
23
23
  module Admin
24
24
  module V1
25
- VERSION = "0.3.3"
25
+ VERSION = "0.3.4"
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-firestore-admin-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.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-08-11 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
@@ -159,8 +159,7 @@ dependencies:
159
159
  description: Cloud Firestore is a NoSQL document database built for automatic scaling,
160
160
  high performance, and ease of application development. Note that google-cloud-firestore-admin-v1
161
161
  is a version-specific client library. For most uses, we recommend installing the
162
- main client library google-cloud-firestore-admin instead. See the readme for more
163
- details.
162
+ main client library google-cloud-firestore instead. See the readme for more details.
164
163
  email: googleapis-packages@google.com
165
164
  executables: []
166
165
  extensions: []