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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/firestore_v1/classes.rb +5 -4
- data/lib/google/apis/firestore_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 293337b320194b5de0b79684682bdc98a3727db7c7cec6119a92a085754ffa4d
|
|
4
|
+
data.tar.gz: a0f392dc1a596b6bd05dfab8791819358bf3f55bca2428cc794f088b83da6736
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2f743646fcfa2af4037ca34a2962ed57ea3f0d40a2f0314758d1f2560275e055a1d24049a019f6e8281f5f23d4ff8806f3de67f495dac645eb8e6c1579faf52
|
|
7
|
+
data.tar.gz: c9c5b7fe4e026d61dfe15d5acc9670dc396a27b5078b54c5f41bab9f214fbc5289ad8075efc344ae9e4a0aed48eb12d8fee893096253f8ec18a5a61f37097520
|
data/CHANGELOG.md
CHANGED
|
@@ -1932,8 +1932,8 @@ module Google
|
|
|
1932
1932
|
class GoogleFirestoreAdminV1ExportDocumentsRequest
|
|
1933
1933
|
include Google::Apis::Core::Hashable
|
|
1934
1934
|
|
|
1935
|
-
#
|
|
1936
|
-
# collection
|
|
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
|
-
#
|
|
2220
|
-
# the
|
|
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.
|
|
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 = "
|
|
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.
|
|
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.
|
|
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:
|