google-apis-firestore_v1 0.6.0 → 0.7.0
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/firestore_v1/gem_version.rb +3 -3
- data/lib/google/apis/firestore_v1/service.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e37b2d417c09b46f04a62259ed0a7889d22f139b5596bcc0d4829ad7e6a1d25a
|
|
4
|
+
data.tar.gz: c72edd1ccbdb5fdb1f827182087f2da946e6819d7ee5932be7ea7fde2cd5fd09
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '08095993772ea51d0b1a15298fd049bfdba4e2898b2e15f4364bbd11c3484fb3d8c15ed6491736e2fcf6b932a719273af09de8d717423705b9a9865e607199d8'
|
|
7
|
+
data.tar.gz: d3b31d32b0a93a90354eb895ae3cb29279a4f42da6fb9bfe2e1cb05cdb6c840addfb223098090f87abefdb91db75a5916f0c16fac8e7419e5780735d59723022
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module FirestoreV1
|
|
18
18
|
# Version of the google-apis-firestore_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.7.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210607"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -164,15 +164,15 @@ module Google
|
|
|
164
164
|
# Lists the field configuration and metadata for this database. Currently,
|
|
165
165
|
# FirestoreAdmin.ListFields only supports listing fields that have been
|
|
166
166
|
# explicitly overridden. To issue this query, call FirestoreAdmin.ListFields
|
|
167
|
-
# with the filter set to `indexConfig.usesAncestorConfig:false
|
|
167
|
+
# with the filter set to `indexConfig.usesAncestorConfig:false` .
|
|
168
168
|
# @param [String] parent
|
|
169
169
|
# Required. A parent name of the form `projects/`project_id`/databases/`
|
|
170
170
|
# database_id`/collectionGroups/`collection_id``
|
|
171
171
|
# @param [String] filter
|
|
172
172
|
# The filter to apply to list results. Currently, FirestoreAdmin.ListFields only
|
|
173
173
|
# supports listing fields that have been explicitly overridden. To issue this
|
|
174
|
-
# query, call FirestoreAdmin.ListFields with
|
|
175
|
-
# usesAncestorConfig:false
|
|
174
|
+
# query, call FirestoreAdmin.ListFields with a filter that includes `indexConfig.
|
|
175
|
+
# usesAncestorConfig:false` .
|
|
176
176
|
# @param [Fixnum] page_size
|
|
177
177
|
# The number of results to return.
|
|
178
178
|
# @param [String] page_token
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-firestore_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.0
|
|
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-06-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firestore_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.7.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firestore_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|