Skip to content

Commit 52f8c27

Browse files
docs: minor comment update for Entity message (#1063)
* docs: minor comment update for Entity message PiperOrigin-RevId: 528936266 Source-Link: googleapis/googleapis@4f9e1a0 Source-Link: https://github.com/googleapis/googleapis-gen/commit/14fce92515a1ae05b89ce2b28d9bc57ec12dcba6 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTRmY2U5MjUxNWExYWUwNWI4OWNlMmIyOGQ5YmM1N2VjMTJkY2JhNiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e1f67e5 commit 52f8c27

File tree

2 files changed

+3
-9
lines changed
  • proto-google-cloud-datastore-v1/src/main

2 files changed

+3
-9
lines changed

proto-google-cloud-datastore-v1/src/main/java/com/google/datastore/v1/Entity.java

+2-6
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
*
2424
* <pre>
2525
* A Datastore data object.
26-
* An entity is limited to 1 megabyte when stored. That _roughly_
27-
* corresponds to a limit of 1 megabyte for the serialized form of this
28-
* message.
26+
* Must not exceed 1 MiB - 4 bytes.
2927
* </pre>
3028
*
3129
* Protobuf type {@code google.datastore.v1.Entity}
@@ -447,9 +445,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
447445
*
448446
* <pre>
449447
* A Datastore data object.
450-
* An entity is limited to 1 megabyte when stored. That _roughly_
451-
* corresponds to a limit of 1 megabyte for the serialized form of this
452-
* message.
448+
* Must not exceed 1 MiB - 4 bytes.
453449
* </pre>
454450
*
455451
* Protobuf type {@code google.datastore.v1.Entity}

proto-google-cloud-datastore-v1/src/main/proto/google/datastore/v1/entity.proto

+1-3
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,7 @@ message Value {
197197

198198
// A Datastore data object.
199199
//
200-
// An entity is limited to 1 megabyte when stored. That _roughly_
201-
// corresponds to a limit of 1 megabyte for the serialized form of this
202-
// message.
200+
// Must not exceed 1 MiB - 4 bytes.
203201
message Entity {
204202
// The entity's key.
205203
//

0 commit comments

Comments
 (0)