google-apis-datastore_v1beta3 0.23.0 → 0.25.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: 19806acb236366d3bf5578d4a3bf1b5242d9bc178d449cc60cafeff38bd4c96b
4
- data.tar.gz: 4b3032426dbbd66c528113cb277248a533616671d347a6ba419eb23076af2ddb
3
+ metadata.gz: bb7dd0525685e7a5d0700e99b0e7f3f9cb00639f438f079c40ca84d03071f47c
4
+ data.tar.gz: 0a06e007a276da8bb854c08a7e5e30120254520c3b40aa59147c876cf2841a68
5
5
  SHA512:
6
- metadata.gz: 9e9cb7bd6feb19149b9d79b54548c7193c7624e93a0fd87310cc62765cd072512b3034f3c4422deecf981b7a4f183f7492da45b8820875111ee907fa63cc7d3e
7
- data.tar.gz: ff00170d7100e26e77c2e9cb9ff95a6c7a53740ddd5025da13d5d87bf84f3df79b92fc56c2b0e0bfc85205222265eb0798102533ba5962ac15b65875c2c94c31
6
+ metadata.gz: 77e146985b2edc7677e0e44c7d6bd40516bd9e689bc31655b5126f17ddf2942ac41cba9bcc21b80a95c84f67c017db66bfa0f7a7f0b4e80f49cab0c0e6bbb4d4
7
+ data.tar.gz: 70b2554c0f79f38e0dd4c44b391495ac97e40405f3a75d95c77ea6907fc264a674776a17393d66f2df7323d5418d1868a0d3c11be90bfd735edf03e264c52cfe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.24.0 (2023-05-14)
8
+
9
+ * Regenerated from discovery document revision 20230508
10
+
3
11
  ### v0.23.0 (2023-04-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20230328
@@ -362,9 +362,7 @@ module Google
362
362
  end
363
363
  end
364
364
 
365
- # A Datastore data object. An entity is limited to 1 megabyte when stored. That
366
- # _roughly_ corresponds to a limit of 1 megabyte for the serialized form of this
367
- # message.
365
+ # A Datastore data object. Must not exceed 1 MiB - 4 bytes.
368
366
  class Entity
369
367
  include Google::Apis::Core::Hashable
370
368
 
@@ -411,9 +409,7 @@ module Google
411
409
  # @return [String]
412
410
  attr_accessor :cursor
413
411
 
414
- # A Datastore data object. An entity is limited to 1 megabyte when stored. That
415
- # _roughly_ corresponds to a limit of 1 megabyte for the serialized form of this
416
- # message.
412
+ # A Datastore data object. Must not exceed 1 MiB - 4 bytes.
417
413
  # Corresponds to the JSON property `entity`
418
414
  # @return [Google::Apis::DatastoreV1beta3::Entity]
419
415
  attr_accessor :entity
@@ -1345,16 +1341,12 @@ module Google
1345
1341
  # @return [Google::Apis::DatastoreV1beta3::Key]
1346
1342
  attr_accessor :delete
1347
1343
 
1348
- # A Datastore data object. An entity is limited to 1 megabyte when stored. That
1349
- # _roughly_ corresponds to a limit of 1 megabyte for the serialized form of this
1350
- # message.
1344
+ # A Datastore data object. Must not exceed 1 MiB - 4 bytes.
1351
1345
  # Corresponds to the JSON property `insert`
1352
1346
  # @return [Google::Apis::DatastoreV1beta3::Entity]
1353
1347
  attr_accessor :insert
1354
1348
 
1355
- # A Datastore data object. An entity is limited to 1 megabyte when stored. That
1356
- # _roughly_ corresponds to a limit of 1 megabyte for the serialized form of this
1357
- # message.
1349
+ # A Datastore data object. Must not exceed 1 MiB - 4 bytes.
1358
1350
  # Corresponds to the JSON property `update`
1359
1351
  # @return [Google::Apis::DatastoreV1beta3::Entity]
1360
1352
  attr_accessor :update
@@ -1365,9 +1357,7 @@ module Google
1365
1357
  # @return [String]
1366
1358
  attr_accessor :update_time
1367
1359
 
1368
- # A Datastore data object. An entity is limited to 1 megabyte when stored. That
1369
- # _roughly_ corresponds to a limit of 1 megabyte for the serialized form of this
1370
- # message.
1360
+ # A Datastore data object. Must not exceed 1 MiB - 4 bytes.
1371
1361
  # Corresponds to the JSON property `upsert`
1372
1362
  # @return [Google::Apis::DatastoreV1beta3::Entity]
1373
1363
  attr_accessor :upsert
@@ -1770,7 +1760,9 @@ module Google
1770
1760
  class ReadOnly
1771
1761
  include Google::Apis::Core::Hashable
1772
1762
 
1773
- # 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.
1774
1766
  # Corresponds to the JSON property `readTime`
1775
1767
  # @return [String]
1776
1768
  attr_accessor :read_time
@@ -1794,8 +1786,10 @@ module Google
1794
1786
  # @return [String]
1795
1787
  attr_accessor :read_consistency
1796
1788
 
1797
- # Reads entities as they were at the given time. This may not be older than 270
1798
- # 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.
1799
1793
  # Corresponds to the JSON property `readTime`
1800
1794
  # @return [String]
1801
1795
  attr_accessor :read_time
@@ -2110,9 +2104,7 @@ module Google
2110
2104
  # @return [Float]
2111
2105
  attr_accessor :double_value
2112
2106
 
2113
- # A Datastore data object. An entity is limited to 1 megabyte when stored. That
2114
- # _roughly_ corresponds to a limit of 1 megabyte for the serialized form of this
2115
- # message.
2107
+ # A Datastore data object. Must not exceed 1 MiB - 4 bytes.
2116
2108
  # Corresponds to the JSON property `entityValue`
2117
2109
  # @return [Google::Apis::DatastoreV1beta3::Entity]
2118
2110
  attr_accessor :entity_value
@@ -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.23.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 = "20230328"
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.23.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-04-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-datastore_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1beta3/v0.23.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: []