Skip to content

Commit

Permalink
docs: minor comment update for Entity message (#1063)
Browse files Browse the repository at this point in the history
* docs: minor comment update for Entity message

PiperOrigin-RevId: 528936266

Source-Link: googleapis/googleapis@4f9e1a0

Source-Link: googleapis/googleapis-gen@14fce92
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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed May 3, 2023
1 parent e1f67e5 commit 52f8c27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
Expand Up @@ -23,9 +23,7 @@
*
* <pre>
* A Datastore data object.
* An entity is limited to 1 megabyte when stored. That _roughly_
* corresponds to a limit of 1 megabyte for the serialized form of this
* message.
* Must not exceed 1 MiB - 4 bytes.
* </pre>
*
* Protobuf type {@code google.datastore.v1.Entity}
Expand Down Expand Up @@ -447,9 +445,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* <pre>
* A Datastore data object.
* An entity is limited to 1 megabyte when stored. That _roughly_
* corresponds to a limit of 1 megabyte for the serialized form of this
* message.
* Must not exceed 1 MiB - 4 bytes.
* </pre>
*
* Protobuf type {@code google.datastore.v1.Entity}
Expand Down
Expand Up @@ -197,9 +197,7 @@ message Value {

// A Datastore data object.
//
// An entity is limited to 1 megabyte when stored. That _roughly_
// corresponds to a limit of 1 megabyte for the serialized form of this
// message.
// Must not exceed 1 MiB - 4 bytes.
message Entity {
// The entity's key.
//
Expand Down

0 comments on commit 52f8c27

Please sign in to comment.