diff --git a/google/datastore/v1/entity.proto b/google/datastore/v1/entity.proto index 2d22853f5..d80dd9093 100644 --- a/google/datastore/v1/entity.proto +++ b/google/datastore/v1/entity.proto @@ -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. //