google-apis-firestore_v1 0.88.0 → 0.89.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 07720ac5103c58446787eb54d5433096285f4f0c2452b9d0bf747ea537c1397c
|
|
4
|
+
data.tar.gz: e3c11d9d3e9a42503919eb8a329927863fb292c0edf239f26e307a3cc65a735b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dbd4eed81b1ba2348705a9df962bac3c3f01a6e6132e97c3c0ca595d3d4cf8b707f1818b4b541221bcc50481f68dce952f31d2bebc4687b803684774a5d01bf6
|
|
7
|
+
data.tar.gz: a77701f186e8d348737fc438f37a452480ff95579913debb947dbe8b0aab5f07fcb07afc4c2cf2b48d18d874ab0e5635d5b214a187d95394275d8e22550d204a
|
data/CHANGELOG.md
CHANGED
|
@@ -2189,10 +2189,11 @@ module Google
|
|
|
2189
2189
|
|
|
2190
2190
|
# The TTL (time-to-live) configuration for documents that have this `Field` set.
|
|
2191
2191
|
# Storing a timestamp value into a TTL-enabled field will be treated as the
|
|
2192
|
-
# document's absolute expiration time.
|
|
2193
|
-
#
|
|
2194
|
-
#
|
|
2195
|
-
#
|
|
2192
|
+
# document's absolute expiration time. For Enterprise edition databases, the
|
|
2193
|
+
# timestamp value may also be stored in an array value in the TTL-enabled field.
|
|
2194
|
+
# Timestamp values in the past indicate that the document is eligible for
|
|
2195
|
+
# immediate expiration. Using any other data type or leaving the field absent
|
|
2196
|
+
# will disable expiration for the individual document.
|
|
2196
2197
|
# Corresponds to the JSON property `ttlConfig`
|
|
2197
2198
|
# @return [Google::Apis::FirestoreV1::GoogleFirestoreAdminV1TtlConfig]
|
|
2198
2199
|
attr_accessor :ttl_config
|
|
@@ -3107,10 +3108,11 @@ module Google
|
|
|
3107
3108
|
|
|
3108
3109
|
# The TTL (time-to-live) configuration for documents that have this `Field` set.
|
|
3109
3110
|
# Storing a timestamp value into a TTL-enabled field will be treated as the
|
|
3110
|
-
# document's absolute expiration time.
|
|
3111
|
-
#
|
|
3112
|
-
#
|
|
3113
|
-
#
|
|
3111
|
+
# document's absolute expiration time. For Enterprise edition databases, the
|
|
3112
|
+
# timestamp value may also be stored in an array value in the TTL-enabled field.
|
|
3113
|
+
# Timestamp values in the past indicate that the document is eligible for
|
|
3114
|
+
# immediate expiration. Using any other data type or leaving the field absent
|
|
3115
|
+
# will disable expiration for the individual document.
|
|
3114
3116
|
class GoogleFirestoreAdminV1TtlConfig
|
|
3115
3117
|
include Google::Apis::Core::Hashable
|
|
3116
3118
|
|
|
@@ -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.89.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 = "20260130"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2051,7 +2051,11 @@ module Google
|
|
|
2051
2051
|
execute_or_queue_command(command, &block)
|
|
2052
2052
|
end
|
|
2053
2053
|
|
|
2054
|
-
# Lists information about the supported locations for this service.
|
|
2054
|
+
# Lists information about the supported locations for this service. This method
|
|
2055
|
+
# can be called in two ways: * **List all public locations:** Use the path `GET /
|
|
2056
|
+
# v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
|
|
2057
|
+
# projects/`project_id`/locations`. This may include public locations as well as
|
|
2058
|
+
# private or other locations specifically visible to the project.
|
|
2055
2059
|
# @param [String] name
|
|
2056
2060
|
# The resource that owns the locations collection, if applicable.
|
|
2057
2061
|
# @param [Array<String>, String] extra_location_types
|
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.89.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.89.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:
|