google-apis-firestore_v1 0.83.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: 1093811b044c3294360a3f7af1193acacdaddb66ae16961a194df9124b9d875f
4
- data.tar.gz: 0fc4b37443f343020decabb2ce14b632a7585f3b03a66848b35bc3e980939934
3
+ metadata.gz: 293337b320194b5de0b79684682bdc98a3727db7c7cec6119a92a085754ffa4d
4
+ data.tar.gz: a0f392dc1a596b6bd05dfab8791819358bf3f55bca2428cc794f088b83da6736
5
5
  SHA512:
6
- metadata.gz: 3ccc5998a45f1e6ba7d7e6d9ed244b3a896fba94d05723cdf19c95d6caba3bd90158139a84abf16749d8ace32cfb6628e8cef6cf8f29da3e54175e59c0b9d707
7
- data.tar.gz: 5e6cfd041213eee01739aa164ee2fe618879030a191dfb19428825591bf28ef9452c32129ab35ddd01d4995536ec318a432ac8427ec9c8ac29a0a01a5225702f
6
+ metadata.gz: f2f743646fcfa2af4037ca34a2962ed57ea3f0d40a2f0314758d1f2560275e055a1d24049a019f6e8281f5f23d4ff8806f3de67f495dac645eb8e6c1579faf52
7
+ data.tar.gz: c9c5b7fe4e026d61dfe15d5acc9670dc396a27b5078b54c5f41bab9f214fbc5289ad8075efc344ae9e4a0aed48eb12d8fee893096253f8ec18a5a61f37097520
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.84.0 (2025-11-02)
8
+
9
+ * Regenerated from discovery document revision 20251026
10
+
3
11
  ### v0.83.0 (2025-10-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20251001
@@ -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.83.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 = "20251001"
25
+ REVISION = "20251111"
26
26
  end
27
27
  end
28
28
  end
@@ -2020,8 +2020,8 @@ module Google
2020
2020
  # @param [String] name
2021
2021
  # The resource that owns the locations collection, if applicable.
2022
2022
  # @param [Array<String>, String] extra_location_types
2023
- # Optional. Unless explicitly documented otherwise, don't use this unsupported
2024
- # field which is primarily intended for internal usage.
2023
+ # Optional. Do not use this field. It is unsupported and is ignored unless
2024
+ # explicitly documented otherwise. This is primarily for internal usage.
2025
2025
  # @param [String] filter
2026
2026
  # A filter to narrow down results to a preferred subset. The filtering language
2027
2027
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
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.83.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.83.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: