google-apis-datastore_v1beta3 0.24.0 → 0.25.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: e68889b65056a67e85c9d0d62dc3dfba88d2fefbe79982fb693505bc999cc3e9
4
- data.tar.gz: 3a754580b92d3bbdaa3b72b81c1aec4d073485c5f6f2b224dd71ab7bdc8470c4
3
+ metadata.gz: bb7dd0525685e7a5d0700e99b0e7f3f9cb00639f438f079c40ca84d03071f47c
4
+ data.tar.gz: 0a06e007a276da8bb854c08a7e5e30120254520c3b40aa59147c876cf2841a68
5
5
  SHA512:
6
- metadata.gz: 2d2e0846eb1c478d19f0c689e33e8f7655dcd0dc503e0877aa7f8d4cebb83e902fb534f9fb0b7f764816ecc9129c8a6e8f4e0b033203348fce0349ee3e276825
7
- data.tar.gz: 27fea977873943f06335fa5f40cba71c77cd9be68ff632fb15dc15e49b648c39e4dd8c9f14ae3bbea0e3ca13eeb9d21f688a25bcc33e623c1a0652c13bc96b65
6
+ metadata.gz: 77e146985b2edc7677e0e44c7d6bd40516bd9e689bc31655b5126f17ddf2942ac41cba9bcc21b80a95c84f67c017db66bfa0f7a7f0b4e80f49cab0c0e6bbb4d4
7
+ data.tar.gz: 70b2554c0f79f38e0dd4c44b391495ac97e40405f3a75d95c77ea6907fc264a674776a17393d66f2df7323d5418d1868a0d3c11be90bfd735edf03e264c52cfe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datastore_v1beta3
2
2
 
3
+ ### v0.25.0 (2023-07-23)
4
+
5
+ * Regenerated from discovery document revision 20230716
6
+
3
7
  ### v0.24.0 (2023-05-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20230508
@@ -1760,7 +1760,9 @@ module Google
1760
1760
  class ReadOnly
1761
1761
  include Google::Apis::Core::Hashable
1762
1762
 
1763
- # Reads entities at the given time. This may not be older than 60 seconds.
1763
+ # Reads entities at the given time. This must be a microsecond precision
1764
+ # timestamp within the past one hour, or if Point-in-Time Recovery is enabled,
1765
+ # can additionally be a whole minute timestamp within the past 7 days.
1764
1766
  # Corresponds to the JSON property `readTime`
1765
1767
  # @return [String]
1766
1768
  attr_accessor :read_time
@@ -1784,8 +1786,10 @@ module Google
1784
1786
  # @return [String]
1785
1787
  attr_accessor :read_consistency
1786
1788
 
1787
- # Reads entities as they were at the given time. This may not be older than 270
1788
- # seconds. This value is only supported for Cloud Firestore in Datastore mode.
1789
+ # Reads entities as they were at the given time. This value is only supported
1790
+ # for Cloud Firestore in Datastore mode. This must be a microsecond precision
1791
+ # timestamp within the past one hour, or if Point-in-Time Recovery is enabled,
1792
+ # can additionally be a whole minute timestamp within the past 7 days.
1789
1793
  # Corresponds to the JSON property `readTime`
1790
1794
  # @return [String]
1791
1795
  attr_accessor :read_time
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatastoreV1beta3
18
18
  # Version of the google-apis-datastore_v1beta3 gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.25.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 = "20230508"
25
+ REVISION = "20230716"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datastore_v1beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.25.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-05-14 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-datastore_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1beta3/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1beta3/v0.25.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastore_v1beta3
63
63
  post_install_message:
64
64
  rdoc_options: []