google-apis-firestore_v1 0.84.0 → 0.85.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: a181317fb3e443b6625ed57bdd2520533a31a43ccd84753529a9fb8291e20cc8
4
- data.tar.gz: bb94647d5256d823e1100c041622aefd29aba4c35417efcdfe9a534adc20859b
3
+ metadata.gz: 293337b320194b5de0b79684682bdc98a3727db7c7cec6119a92a085754ffa4d
4
+ data.tar.gz: a0f392dc1a596b6bd05dfab8791819358bf3f55bca2428cc794f088b83da6736
5
5
  SHA512:
6
- metadata.gz: 829086edb75f2c4fca9dec17d1b915ae6f2e5ad45c2eef091f6eb4b58ffbb9f1d03036f5c9e52352cc7fa252b00d7edea0c74ab3d6e1c1c1ef5b3dcb5e4efa6d
7
- data.tar.gz: 764f775c7ce731055d02812b17bd3ae40eaa8412513e19e49cf0287b070ef2529315bd683a6a4b1a7f4a6a8e6d31482aa1aa00a9e4c046c97c3474b509f2d865
6
+ metadata.gz: f2f743646fcfa2af4037ca34a2962ed57ea3f0d40a2f0314758d1f2560275e055a1d24049a019f6e8281f5f23d4ff8806f3de67f495dac645eb8e6c1579faf52
7
+ data.tar.gz: c9c5b7fe4e026d61dfe15d5acc9670dc396a27b5078b54c5f41bab9f214fbc5289ad8075efc344ae9e4a0aed48eb12d8fee893096253f8ec18a5a61f37097520
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firestore_v1
2
2
 
3
+ ### v0.85.0 (2025-11-16)
4
+
5
+ * Regenerated from discovery document revision 20251111
6
+
3
7
  ### v0.84.0 (2025-11-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20251026
@@ -1932,8 +1932,8 @@ module Google
1932
1932
  class GoogleFirestoreAdminV1ExportDocumentsRequest
1933
1933
  include Google::Apis::Core::Hashable
1934
1934
 
1935
- # Which collection IDs to export. Unspecified means all collections. Each
1936
- # collection ID in this list must be unique.
1935
+ # IDs of the collection groups to export. Unspecified means all collection
1936
+ # groups. Each collection group in this list must be unique.
1937
1937
  # Corresponds to the JSON property `collectionIds`
1938
1938
  # @return [Array<String>]
1939
1939
  attr_accessor :collection_ids
@@ -2216,8 +2216,9 @@ module Google
2216
2216
  class GoogleFirestoreAdminV1ImportDocumentsRequest
2217
2217
  include Google::Apis::Core::Hashable
2218
2218
 
2219
- # Which collection IDs to import. Unspecified means all collections included in
2220
- # the import. Each collection ID in this list must be unique.
2219
+ # IDs of the collection groups to import. Unspecified means all collection
2220
+ # groups that were included in the export. Each collection group in this list
2221
+ # must be unique.
2221
2222
  # Corresponds to the JSON property `collectionIds`
2222
2223
  # @return [Array<String>]
2223
2224
  attr_accessor :collection_ids
@@ -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.84.0"
19
+ GEM_VERSION = "0.85.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251026"
25
+ REVISION = "20251111"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firestore_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.84.0
4
+ version: 0.85.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.84.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.85.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1
62
62
  rdoc_options: []
63
63
  require_paths: