google-apis-datastore_v1 0.26.0 → 0.28.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: 01e6d9dc54892c760b388a88a039dab480e5a24739cf90415481c4da81773ae8
4
- data.tar.gz: 820956dd6269502fe8244387a074e9a49387d7e621a00596e08425d1d6d83a9c
3
+ metadata.gz: c18595bb5b67a3290fc7e56d9d2070cceb381f86c9cf18cf1b131cf38579a886
4
+ data.tar.gz: d63e8e52f221d4af27ce543afaf3a3ff9879f3dc8933eafb475d2b15617c6bac
5
5
  SHA512:
6
- metadata.gz: 0d6e022a3fece2f4844b97eaf117e4310b64504c895138dd06b3b3dd48677a831ba8082151c999ed53c47675898a775ebdf29d291a94809f289baefd3b835c3b
7
- data.tar.gz: 682d30670156c507a5c7745b549e91ef22b1b92e3156cc2e4398ce579598575bded009cb0f2c2a67b4c85eb3196d769bcf80fd4233c80c354ce3474d5bb0a27e
6
+ metadata.gz: aae42351c55fb6a91beb10d53e2b9ab93c8937189dce62c568aab6327aad973aa4737998255e90ead3e835ce65e33ebf05be234dea0cb92c547d1c8cacebef5e
7
+ data.tar.gz: 83bf89341b08ec6e0f09442589a41b7fb9abb903d98a7bd3896d00c583142a075be1b9bf982acd7ddf52f4e4190df5050021830a0b31d0cf1b84b514270b01c8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-datastore_v1
2
2
 
3
+ ### v0.28.0 (2023-05-14)
4
+
5
+ * Regenerated from discovery document revision 20230508
6
+
7
+ ### v0.27.0 (2023-04-02)
8
+
9
+ * Regenerated from discovery document revision 20230328
10
+
3
11
  ### v0.26.0 (2023-03-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20230315
@@ -407,9 +407,7 @@ module Google
407
407
  end
408
408
  end
409
409
 
410
- # A Datastore data object. An entity is limited to 1 megabyte when stored. That
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
 
@@ -422,8 +420,8 @@ module Google
422
420
 
423
421
  # The entity's properties. The map's keys are property names. A property name
424
422
  # matching regex `__.*__` is reserved. A reserved property name is forbidden in
425
- # certain documented contexts. The name must not contain more than 500
426
- # characters. The name cannot be `""`.
423
+ # certain documented contexts. The map keys, represented as UTF-8, must not
424
+ # exceed 1,500 bytes and cannot be empty.
427
425
  # Corresponds to the JSON property `properties`
428
426
  # @return [Hash<String,Google::Apis::DatastoreV1::Value>]
429
427
  attr_accessor :properties
@@ -456,9 +454,7 @@ module Google
456
454
  # @return [String]
457
455
  attr_accessor :cursor
458
456
 
459
- # A Datastore data object. An entity is limited to 1 megabyte when stored. That
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. An entity is limited to 1 megabyte when stored. That
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. An entity is limited to 1 megabyte when stored. That
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. An entity is limited to 1 megabyte when stored. That
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. An entity is limited to 1 megabyte when stored. That
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.26.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 = "20230315"
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.26.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-03-19 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1/v0.26.0
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: []