File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
generated/google-apis-firestore_v1
lib/google/apis/firestore_v1 Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-firestore_v1
22
3+ ### v0.85.0 (2025-11-16)
4+
5+ * Regenerated from discovery document revision 20251111
6+
37### v0.84.0 (2025-11-02)
48
59* Regenerated from discovery document revision 20251026
Original file line number Diff line number Diff line change @@ -1932,8 +1932,8 @@ def update!(**args)
19321932 class GoogleFirestoreAdminV1ExportDocumentsRequest
19331933 include Google ::Apis ::Core ::Hashable
19341934
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.
19371937 # Corresponds to the JSON property `collectionIds`
19381938 # @return [Array<String>]
19391939 attr_accessor :collection_ids
@@ -2216,8 +2216,9 @@ def update!(**args)
22162216 class GoogleFirestoreAdminV1ImportDocumentsRequest
22172217 include Google ::Apis ::Core ::Hashable
22182218
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.
22212222 # Corresponds to the JSON property `collectionIds`
22222223 # @return [Array<String>]
22232224 attr_accessor :collection_ids
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module FirestoreV1
1818 # Version of the google-apis-firestore_v1 gem
19- GEM_VERSION = "0.84 .0"
19+ GEM_VERSION = "0.85 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.18.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20251026 "
25+ REVISION = "20251111 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments