Skip to content

Commit 4f9e1a0

Browse files
Google APIscopybara-github
authored andcommitted
docs: minor comment update for Entity message
PiperOrigin-RevId: 528936266
1 parent 24f0262 commit 4f9e1a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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)