File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
proto-google-cloud-datastore-v1/src/main
java/com/google/datastore/v1
proto/google/datastore/v1 Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 2323 *
2424 * <pre>
2525 * A Datastore data object.
26- * An entity is limited to 1 megabyte when stored. That _roughly_
27- * corresponds to a limit of 1 megabyte for the serialized form of this
28- * message.
26+ * Must not exceed 1 MiB - 4 bytes.
2927 * </pre>
3028 *
3129 * Protobuf type {@code google.datastore.v1.Entity}
@@ -447,9 +445,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
447445 *
448446 * <pre>
449447 * A Datastore data object.
450- * An entity is limited to 1 megabyte when stored. That _roughly_
451- * corresponds to a limit of 1 megabyte for the serialized form of this
452- * message.
448+ * Must not exceed 1 MiB - 4 bytes.
453449 * </pre>
454450 *
455451 * Protobuf type {@code google.datastore.v1.Entity}
Original file line number Diff line number Diff 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.
203201message Entity {
204202 // The entity's key.
205203 //
You can’t perform that action at this time.
0 commit comments