google-apis-datastore_v1 0.27.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: 5933d71d6d01e1bd08cdaa6ed713dd626ebc754f34922f4dc3c4487119ed4d8e
4
- data.tar.gz: dcb444a50c5899a43dce1eac057918038afed6c589da6e838b0e531ec150afa0
3
+ metadata.gz: c18595bb5b67a3290fc7e56d9d2070cceb381f86c9cf18cf1b131cf38579a886
4
+ data.tar.gz: d63e8e52f221d4af27ce543afaf3a3ff9879f3dc8933eafb475d2b15617c6bac
5
5
  SHA512:
6
- metadata.gz: 822c27f4efab0b1f6e85ade79a8fd16d573705e81534b68a7ca6bf7ddbd4af3bedef91e60b5eee84cb3688bfa3546d4e5d9447311f232d609190418be4149050
7
- data.tar.gz: 1c92c02c678be1a26718bfcc949adc9c879bb07a67de93925c0443d49ddecb05918709ded1b4e7e32ed3551b634a7232fad76425239713b32abbe84e806b0698
6
+ metadata.gz: aae42351c55fb6a91beb10d53e2b9ab93c8937189dce62c568aab6327aad973aa4737998255e90ead3e835ce65e33ebf05be234dea0cb92c547d1c8cacebef5e
7
+ data.tar.gz: 83bf89341b08ec6e0f09442589a41b7fb9abb903d98a7bd3896d00c583142a075be1b9bf982acd7ddf52f4e4190df5050021830a0b31d0cf1b84b514270b01c8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.27.0 (2023-04-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20230328
@@ -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
 
@@ -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.27.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 = "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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.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-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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1/v0.27.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: []