google-apis-firestore_v1beta1 0.29.0 → 0.30.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc4c4e013da5c7cb5cf24776f3ee291edf189ec082b06172992d521fcafc9b52
4
- data.tar.gz: 19b39132dc9f4a0665771bc21e3718359bb9f25833478d25eda8de0e05074333
3
+ metadata.gz: 40d2c244899625804a7518d0f9450d6dd206ff9440a674e3ca23cd50a66059cc
4
+ data.tar.gz: 561c0b71e8b1ab00fd7f560f7585c71ed5a5b2b382df9af5591cbdf4608d2d11
5
5
  SHA512:
6
- metadata.gz: 5f9393db1a195b540e333a45ee45aa3904ff2e127871a12a815e6b554603da23f801623763920f4d04fa0a720f530f2c9138087563cca52dc3a0daebce6df3ed
7
- data.tar.gz: d73708c8cb653c9aa54938b4bb688c796b43332c65b11e77386a52cd9df6af49b49e78b486e820e54e390eaae93c8116ae2f5d08ef03212b623d801dd7e8dbdc
6
+ metadata.gz: 1a2b3ed19c928bdbd4b9d8ce99d5c00423892f699aab91ff8f2f96980b52060121b4177ac3701db910888cd3433032a0f3f87d28ce0902258ae59c37c1480089
7
+ data.tar.gz: c130f7221c7f3d451ae663eabd5f82ac949758d1d05e0acbaac09c9519aa79a1273a339c6be6b20457772e1d61fd9ef10b75932c8a89e42e2f3fb4fa428db9a0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firestore_v1beta1
2
2
 
3
+ ### v0.30.0 (2023-07-23)
4
+
5
+ * Regenerated from discovery document revision 20230716
6
+
3
7
  ### v0.29.0 (2023-07-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20230621
@@ -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 may not be older than 270
126
- # seconds.
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 may not be older than 270
1492
- # seconds.
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 may not be older than 270
1728
- # seconds.
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 may not be older than 60 seconds.
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. Requires: * Cannot be more than 270
1935
- # seconds in the past.
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 may not be older than 270
2014
- # seconds.
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.29.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 = "20230621"
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 may not be older
367
- # than 270 seconds.
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 may not be older than 270 seconds.
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 may not be older than 270 seconds.
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.29.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-02 00:00:00.000000000 Z
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.29.0
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: []