Skip to content

Commit b014eb5

Browse files
docs: minor comment update for Entity message (#1105)
* 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>
1 parent 491d1d2 commit b014eb5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • handwritten/nodejs-datastore/protos/google/datastore/v1

handwritten/nodejs-datastore/protos/google/datastore/v1/entity.proto

Lines changed: 1 addition & 3 deletions
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)