google-apis-datastore_v1 0.27.0 → 0.28.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/datastore_v1/classes.rb +6 -18
- data/lib/google/apis/datastore_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c18595bb5b67a3290fc7e56d9d2070cceb381f86c9cf18cf1b131cf38579a886
|
|
4
|
+
data.tar.gz: d63e8e52f221d4af27ce543afaf3a3ff9879f3dc8933eafb475d2b15617c6bac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aae42351c55fb6a91beb10d53e2b9ab93c8937189dce62c568aab6327aad973aa4737998255e90ead3e835ce65e33ebf05be234dea0cb92c547d1c8cacebef5e
|
|
7
|
+
data.tar.gz: 83bf89341b08ec6e0f09442589a41b7fb9abb903d98a7bd3896d00c583142a075be1b9bf982acd7ddf52f4e4190df5050021830a0b31d0cf1b84b514270b01c8
|
data/CHANGELOG.md
CHANGED
|
@@ -407,9 +407,7 @@ module Google
|
|
|
407
407
|
end
|
|
408
408
|
end
|
|
409
409
|
|
|
410
|
-
# A Datastore data object.
|
|
411
|
-
# _roughly_ corresponds to a limit of 1 megabyte for the serialized form of this
|
|
412
|
-
# message.
|
|
410
|
+
# A Datastore data object. Must not exceed 1 MiB - 4 bytes.
|
|
413
411
|
class Entity
|
|
414
412
|
include Google::Apis::Core::Hashable
|
|
415
413
|
|
|
@@ -456,9 +454,7 @@ module Google
|
|
|
456
454
|
# @return [String]
|
|
457
455
|
attr_accessor :cursor
|
|
458
456
|
|
|
459
|
-
# A Datastore data object.
|
|
460
|
-
# _roughly_ corresponds to a limit of 1 megabyte for the serialized form of this
|
|
461
|
-
# message.
|
|
457
|
+
# A Datastore data object. Must not exceed 1 MiB - 4 bytes.
|
|
462
458
|
# Corresponds to the JSON property `entity`
|
|
463
459
|
# @return [Google::Apis::DatastoreV1::Entity]
|
|
464
460
|
attr_accessor :entity
|
|
@@ -1690,16 +1686,12 @@ module Google
|
|
|
1690
1686
|
# @return [Google::Apis::DatastoreV1::Key]
|
|
1691
1687
|
attr_accessor :delete
|
|
1692
1688
|
|
|
1693
|
-
# A Datastore data object.
|
|
1694
|
-
# _roughly_ corresponds to a limit of 1 megabyte for the serialized form of this
|
|
1695
|
-
# message.
|
|
1689
|
+
# A Datastore data object. Must not exceed 1 MiB - 4 bytes.
|
|
1696
1690
|
# Corresponds to the JSON property `insert`
|
|
1697
1691
|
# @return [Google::Apis::DatastoreV1::Entity]
|
|
1698
1692
|
attr_accessor :insert
|
|
1699
1693
|
|
|
1700
|
-
# A Datastore data object.
|
|
1701
|
-
# _roughly_ corresponds to a limit of 1 megabyte for the serialized form of this
|
|
1702
|
-
# message.
|
|
1694
|
+
# A Datastore data object. Must not exceed 1 MiB - 4 bytes.
|
|
1703
1695
|
# Corresponds to the JSON property `update`
|
|
1704
1696
|
# @return [Google::Apis::DatastoreV1::Entity]
|
|
1705
1697
|
attr_accessor :update
|
|
@@ -1710,9 +1702,7 @@ module Google
|
|
|
1710
1702
|
# @return [String]
|
|
1711
1703
|
attr_accessor :update_time
|
|
1712
1704
|
|
|
1713
|
-
# A Datastore data object.
|
|
1714
|
-
# _roughly_ corresponds to a limit of 1 megabyte for the serialized form of this
|
|
1715
|
-
# message.
|
|
1705
|
+
# A Datastore data object. Must not exceed 1 MiB - 4 bytes.
|
|
1716
1706
|
# Corresponds to the JSON property `upsert`
|
|
1717
1707
|
# @return [Google::Apis::DatastoreV1::Entity]
|
|
1718
1708
|
attr_accessor :upsert
|
|
@@ -2547,9 +2537,7 @@ module Google
|
|
|
2547
2537
|
# @return [Float]
|
|
2548
2538
|
attr_accessor :double_value
|
|
2549
2539
|
|
|
2550
|
-
# A Datastore data object.
|
|
2551
|
-
# _roughly_ corresponds to a limit of 1 megabyte for the serialized form of this
|
|
2552
|
-
# message.
|
|
2540
|
+
# A Datastore data object. Must not exceed 1 MiB - 4 bytes.
|
|
2553
2541
|
# Corresponds to the JSON property `entityValue`
|
|
2554
2542
|
# @return [Google::Apis::DatastoreV1::Entity]
|
|
2555
2543
|
attr_accessor :entity_value
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.28.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_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.28.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_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1/v0.28.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: []
|