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
2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 23
23
*
24
24
* <pre>
25
25
* 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.
29
27
* </pre>
30
28
*
31
29
* Protobuf type {@code google.datastore.v1.Entity}
@@ -447,9 +445,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
447
445
*
448
446
* <pre>
449
447
* 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.
453
449
* </pre>
454
450
*
455
451
* Protobuf type {@code google.datastore.v1.Entity}
Original file line number Diff line number Diff line change @@ -197,9 +197,7 @@ message Value {
197
197
198
198
// A Datastore data object.
199
199
//
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.
203
201
message Entity {
204
202
// The entity's key.
205
203
//
You can’t perform that action at this time.
0 commit comments