google-apis-datastore_v1 0.28.0 → 0.29.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: c18595bb5b67a3290fc7e56d9d2070cceb381f86c9cf18cf1b131cf38579a886
4
- data.tar.gz: d63e8e52f221d4af27ce543afaf3a3ff9879f3dc8933eafb475d2b15617c6bac
3
+ metadata.gz: 31d6eb7fbf9537ecc88669d7ba11b7b748e62cb100398ef7e82f845c240cae48
4
+ data.tar.gz: 3f08c67355c06cdbe4013359e5360098dc7227f297c5fef52314cea3f4144fc4
5
5
  SHA512:
6
- metadata.gz: aae42351c55fb6a91beb10d53e2b9ab93c8937189dce62c568aab6327aad973aa4737998255e90ead3e835ce65e33ebf05be234dea0cb92c547d1c8cacebef5e
7
- data.tar.gz: 83bf89341b08ec6e0f09442589a41b7fb9abb903d98a7bd3896d00c583142a075be1b9bf982acd7ddf52f4e4190df5050021830a0b31d0cf1b84b514270b01c8
6
+ metadata.gz: 5a095725611c761f4600425b5a3ce1f8708537f4e6dc3d572bb9be3b0ddf905835eaa900415cce1fb20e2c82070d52d71b779074690cbe79415b9fa9ec5fc66c
7
+ data.tar.gz: d19cda499257de41ca4330c7d049728f9165cc82c0e3b7a5ecca02bd20814cb8e3ee68ab5604f3d8856a1bf6a6b92bc7de82ae89322864fe138726fb4cb38187
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datastore_v1
2
2
 
3
+ ### v0.29.0 (2023-07-23)
4
+
5
+ * Regenerated from discovery document revision 20230716
6
+
3
7
  ### v0.28.0 (2023-05-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20230508
@@ -2111,7 +2111,9 @@ module Google
2111
2111
  class ReadOnly
2112
2112
  include Google::Apis::Core::Hashable
2113
2113
 
2114
- # Reads entities at the given time. This may not be older than 60 seconds.
2114
+ # Reads entities at the given time. This must be a microsecond precision
2115
+ # timestamp within the past one hour, or if Point-in-Time Recovery is enabled,
2116
+ # can additionally be a whole minute timestamp within the past 7 days.
2115
2117
  # Corresponds to the JSON property `readTime`
2116
2118
  # @return [String]
2117
2119
  attr_accessor :read_time
@@ -2142,8 +2144,10 @@ module Google
2142
2144
  # @return [String]
2143
2145
  attr_accessor :read_consistency
2144
2146
 
2145
- # Reads entities as they were at the given time. This may not be older than 270
2146
- # seconds. This value is only supported for Cloud Firestore in Datastore mode.
2147
+ # Reads entities as they were at the given time. This value is only supported
2148
+ # for Cloud Firestore in Datastore mode. This must be a microsecond precision
2149
+ # timestamp within the past one hour, or if Point-in-Time Recovery is enabled,
2150
+ # can additionally be a whole minute timestamp within the past 7 days.
2147
2151
  # Corresponds to the JSON property `readTime`
2148
2152
  # @return [String]
2149
2153
  attr_accessor :read_time
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatastoreV1
18
18
  # Version of the google-apis-datastore_v1 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.29.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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.29.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastore_v1
63
63
  post_install_message:
64
64
  rdoc_options: []