google-apis-datastore_v1beta3 0.23.0 → 0.24.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e68889b65056a67e85c9d0d62dc3dfba88d2fefbe79982fb693505bc999cc3e9
|
4
|
+
data.tar.gz: 3a754580b92d3bbdaa3b72b81c1aec4d073485c5f6f2b224dd71ab7bdc8470c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d2e0846eb1c478d19f0c689e33e8f7655dcd0dc503e0877aa7f8d4cebb83e902fb534f9fb0b7f764816ecc9129c8a6e8f4e0b033203348fce0349ee3e276825
|
7
|
+
data.tar.gz: 27fea977873943f06335fa5f40cba71c77cd9be68ff632fb15dc15e49b648c39e4dd8c9f14ae3bbea0e3ca13eeb9d21f688a25bcc33e623c1a0652c13bc96b65
|
data/CHANGELOG.md
CHANGED
@@ -362,9 +362,7 @@ module Google
|
|
362
362
|
end
|
363
363
|
end
|
364
364
|
|
365
|
-
# A Datastore data object.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|