Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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