google-apis-firestore_v1beta1 0.29.0 → 0.30.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: 40d2c244899625804a7518d0f9450d6dd206ff9440a674e3ca23cd50a66059cc
|
4
|
+
data.tar.gz: 561c0b71e8b1ab00fd7f560f7585c71ed5a5b2b382df9af5591cbdf4608d2d11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a2b3ed19c928bdbd4b9d8ce99d5c00423892f699aab91ff8f2f96980b52060121b4177ac3701db910888cd3433032a0f3f87d28ce0902258ae59c37c1480089
|
7
|
+
data.tar.gz: c130f7221c7f3d451ae663eabd5f82ac949758d1d05e0acbaac09c9519aa79a1273a339c6be6b20457772e1d61fd9ef10b75932c8a89e42e2f3fb4fa428db9a0
|
data/CHANGELOG.md
CHANGED
@@ -122,8 +122,9 @@ module Google
|
|
122
122
|
# @return [Google::Apis::FirestoreV1beta1::TransactionOptions]
|
123
123
|
attr_accessor :new_transaction
|
124
124
|
|
125
|
-
# Reads documents as they were at the given time. This
|
126
|
-
#
|
125
|
+
# Reads documents as they were at the given time. This must be a microsecond
|
126
|
+
# precision timestamp within the past one hour, or if Point-in-Time Recovery is
|
127
|
+
# enabled, can additionally be a whole minute timestamp within the past 7 days.
|
127
128
|
# Corresponds to the JSON property `readTime`
|
128
129
|
# @return [String]
|
129
130
|
attr_accessor :read_time
|
@@ -1488,8 +1489,9 @@ module Google
|
|
1488
1489
|
# @return [String]
|
1489
1490
|
attr_accessor :page_token
|
1490
1491
|
|
1491
|
-
# Reads documents as they were at the given time. This
|
1492
|
-
#
|
1492
|
+
# Reads documents as they were at the given time. This must be a microsecond
|
1493
|
+
# precision timestamp within the past one hour, or if Point-in-Time Recovery is
|
1494
|
+
# enabled, can additionally be a whole minute timestamp within the past 7 days.
|
1493
1495
|
# Corresponds to the JSON property `readTime`
|
1494
1496
|
# @return [String]
|
1495
1497
|
attr_accessor :read_time
|
@@ -1724,8 +1726,9 @@ module Google
|
|
1724
1726
|
# @return [Fixnum]
|
1725
1727
|
attr_accessor :partition_count
|
1726
1728
|
|
1727
|
-
# Reads documents as they were at the given time. This
|
1728
|
-
#
|
1729
|
+
# Reads documents as they were at the given time. This must be a microsecond
|
1730
|
+
# precision timestamp within the past one hour, or if Point-in-Time Recovery is
|
1731
|
+
# enabled, can additionally be a whole minute timestamp within the past 7 days.
|
1729
1732
|
# Corresponds to the JSON property `readTime`
|
1730
1733
|
# @return [String]
|
1731
1734
|
attr_accessor :read_time
|
@@ -1865,7 +1868,9 @@ module Google
|
|
1865
1868
|
class ReadOnly
|
1866
1869
|
include Google::Apis::Core::Hashable
|
1867
1870
|
|
1868
|
-
# Reads documents at the given time. This
|
1871
|
+
# Reads documents at the given time. This must be a microsecond precision
|
1872
|
+
# timestamp within the past one hour, or if Point-in-Time Recovery is enabled,
|
1873
|
+
# can additionally be a whole minute timestamp within the past 7 days.
|
1869
1874
|
# Corresponds to the JSON property `readTime`
|
1870
1875
|
# @return [String]
|
1871
1876
|
attr_accessor :read_time
|
@@ -1931,8 +1936,9 @@ module Google
|
|
1931
1936
|
# @return [Google::Apis::FirestoreV1beta1::TransactionOptions]
|
1932
1937
|
attr_accessor :new_transaction
|
1933
1938
|
|
1934
|
-
# Executes the query at the given timestamp.
|
1935
|
-
#
|
1939
|
+
# Executes the query at the given timestamp. This must be a microsecond
|
1940
|
+
# precision timestamp within the past one hour, or if Point-in-Time Recovery is
|
1941
|
+
# enabled, can additionally be a whole minute timestamp within the past 7 days.
|
1936
1942
|
# Corresponds to the JSON property `readTime`
|
1937
1943
|
# @return [String]
|
1938
1944
|
attr_accessor :read_time
|
@@ -2010,8 +2016,9 @@ module Google
|
|
2010
2016
|
# @return [Google::Apis::FirestoreV1beta1::TransactionOptions]
|
2011
2017
|
attr_accessor :new_transaction
|
2012
2018
|
|
2013
|
-
# Reads documents as they were at the given time. This
|
2014
|
-
#
|
2019
|
+
# Reads documents as they were at the given time. This must be a microsecond
|
2020
|
+
# precision timestamp within the past one hour, or if Point-in-Time Recovery is
|
2021
|
+
# enabled, can additionally be a whole minute timestamp within the past 7 days.
|
2015
2022
|
# Corresponds to the JSON property `readTime`
|
2016
2023
|
# @return [String]
|
2017
2024
|
attr_accessor :read_time
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module FirestoreV1beta1
|
18
18
|
# Version of the google-apis-firestore_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.30.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230716"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -363,8 +363,10 @@ module Google
|
|
363
363
|
# The list of field paths in the mask. See Document.fields for a field path
|
364
364
|
# syntax reference.
|
365
365
|
# @param [String] read_time
|
366
|
-
# Reads the version of the document at the given time. This
|
367
|
-
#
|
366
|
+
# Reads the version of the document at the given time. This must be a
|
367
|
+
# microsecond precision timestamp within the past one hour, or if Point-in-Time
|
368
|
+
# Recovery is enabled, can additionally be a whole minute timestamp within the
|
369
|
+
# past 7 days.
|
368
370
|
# @param [String] transaction
|
369
371
|
# Reads the document in a transaction.
|
370
372
|
# @param [String] fields
|
@@ -425,7 +427,9 @@ module Google
|
|
425
427
|
# parameters (with the exception of `page_size`) must match the values set in
|
426
428
|
# the request that generated the page token.
|
427
429
|
# @param [String] read_time
|
428
|
-
# Perform the read at the provided time. This
|
430
|
+
# Perform the read at the provided time. This must be a microsecond precision
|
431
|
+
# timestamp within the past one hour, or if Point-in-Time Recovery is enabled,
|
432
|
+
# can additionally be a whole minute timestamp within the past 7 days.
|
429
433
|
# @param [Boolean] show_missing
|
430
434
|
# If the list should show missing documents. A document is missing if it does
|
431
435
|
# not exist, but there are sub-documents nested underneath it. When true, such
|
@@ -532,7 +536,9 @@ module Google
|
|
532
536
|
# parameters (with the exception of `page_size`) must match the values set in
|
533
537
|
# the request that generated the page token.
|
534
538
|
# @param [String] read_time
|
535
|
-
# Perform the read at the provided time. This
|
539
|
+
# Perform the read at the provided time. This must be a microsecond precision
|
540
|
+
# timestamp within the past one hour, or if Point-in-Time Recovery is enabled,
|
541
|
+
# can additionally be a whole minute timestamp within the past 7 days.
|
536
542
|
# @param [Boolean] show_missing
|
537
543
|
# If the list should show missing documents. A document is missing if it does
|
538
544
|
# not exist, but there are sub-documents nested underneath it. When true, such
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-firestore_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.30.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-07-
|
11
|
+
date: 2023-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta1/v0.30.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|