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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b85799df2a387d14116c2b873e1575a6db643face08a656a1badf34944af3b75
4
- data.tar.gz: aa155353e850792c3590dcc13d2a6bc11a043077371c6ee14889e6c5b4345f01
3
+ metadata.gz: e37b2d417c09b46f04a62259ed0a7889d22f139b5596bcc0d4829ad7e6a1d25a
4
+ data.tar.gz: c72edd1ccbdb5fdb1f827182087f2da946e6819d7ee5932be7ea7fde2cd5fd09
5
5
  SHA512:
6
- metadata.gz: fc8172208af17ffe9697025c082d5309a66b6377c936e7ecf00ca544d9eb37a16e2b68c652a3b2146aafbc7e788ed85c64ed9fe9bd7cf3c074a33f6f5b46c4a0
7
- data.tar.gz: e0e763dda56b8cfbdf59b92749ea66a84e7bcf7fadd501fb767b94926f65ee2a1ce776236de126943ca9cf8959f947ede2fd09012aa01265ce6df6365a861d13
6
+ metadata.gz: '08095993772ea51d0b1a15298fd049bfdba4e2898b2e15f4364bbd11c3484fb3d8c15ed6491736e2fcf6b932a719273af09de8d717423705b9a9865e607199d8'
7
+ data.tar.gz: d3b31d32b0a93a90354eb895ae3cb29279a4f42da6fb9bfe2e1cb05cdb6c840addfb223098090f87abefdb91db75a5916f0c16fac8e7419e5780735d59723022
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-firestore_v1
2
2
 
3
+ ### v0.7.0 (2021-06-17)
4
+
5
+ * Regenerated from discovery document revision 20210607
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.6.0 (2021-05-19)
4
9
 
5
10
  * Unspecified changes
@@ -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.6.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.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210426"
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 the filter set to `indexConfig.
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.6.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-05-24 00:00:00.000000000 Z
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.6.0
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: []