google-apis-datastore_v1beta3 0.23.0 → 0.24.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: 19806acb236366d3bf5578d4a3bf1b5242d9bc178d449cc60cafeff38bd4c96b
4
- data.tar.gz: 4b3032426dbbd66c528113cb277248a533616671d347a6ba419eb23076af2ddb
3
+ metadata.gz: e68889b65056a67e85c9d0d62dc3dfba88d2fefbe79982fb693505bc999cc3e9
4
+ data.tar.gz: 3a754580b92d3bbdaa3b72b81c1aec4d073485c5f6f2b224dd71ab7bdc8470c4
5
5
  SHA512:
6
- metadata.gz: 9e9cb7bd6feb19149b9d79b54548c7193c7624e93a0fd87310cc62765cd072512b3034f3c4422deecf981b7a4f183f7492da45b8820875111ee907fa63cc7d3e
7
- data.tar.gz: ff00170d7100e26e77c2e9cb9ff95a6c7a53740ddd5025da13d5d87bf84f3df79b92fc56c2b0e0bfc85205222265eb0798102533ba5962ac15b65875c2c94c31
6
+ metadata.gz: 2d2e0846eb1c478d19f0c689e33e8f7655dcd0dc503e0877aa7f8d4cebb83e902fb534f9fb0b7f764816ecc9129c8a6e8f4e0b033203348fce0349ee3e276825
7
+ data.tar.gz: 27fea977873943f06335fa5f40cba71c77cd9be68ff632fb15dc15e49b648c39e4dd8c9f14ae3bbea0e3ca13eeb9d21f688a25bcc33e623c1a0652c13bc96b65
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datastore_v1beta3
2
2
 
3
+ ### v0.24.0 (2023-05-14)
4
+
5
+ * Regenerated from discovery document revision 20230508
6
+
3
7
  ### v0.23.0 (2023-04-02)
4
8
 
5
9
  * 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
@@ -2110,9 +2100,7 @@ module Google
2110
2100
  # @return [Float]
2111
2101
  attr_accessor :double_value
2112
2102
 
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.
2103
+ # A Datastore data object. Must not exceed 1 MiB - 4 bytes.
2116
2104
  # Corresponds to the JSON property `entityValue`
2117
2105
  # @return [Google::Apis::DatastoreV1beta3::Entity]
2118
2106
  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.24.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 = "20230508"
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.24.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-05-14 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.24.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: []