Skip to content

Commit 97a8553

Browse files
feat: Automated regeneration of firestore v1 client (#25001)
Auto-created at 2025-11-16 10:33:08 +0000 using the toys pull request generator.
1 parent 2383ab4 commit 97a8553

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

generated/google-apis-firestore_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

generated/google-apis-firestore_v1/lib/google/apis/firestore_v1/classes.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

generated/google-apis-firestore_v1/lib/google/apis/firestore_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2828
end

0 commit comments

Comments
 (0)