Skip to content

Commit b31a944

Browse files
docs: minor comment update for Entity message (#434)
* docs: minor comment update for Entity message PiperOrigin-RevId: 528936266 Source-Link: googleapis/googleapis@4f9e1a0 Source-Link: googleapis/googleapis-gen@14fce92 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTRmY2U5MjUxNWExYWUwNWI4OWNlMmIyOGQ5YmM1N2VjMTJkY2JhNiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 59ff854 commit b31a944

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

google/cloud/datastore_v1/types/entity.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -356,10 +356,7 @@ class Value(proto.Message):
356356

357357
class Entity(proto.Message):
358358
r"""A Datastore data object.
359-
360-
An entity is limited to 1 megabyte when stored. That *roughly*
361-
corresponds to a limit of 1 megabyte for the serialized form of this
362-
message.
359+
Must not exceed 1 MiB - 4 bytes.
363360
364361
Attributes:
365362
key (google.cloud.datastore_v1.types.Key):

0 commit comments

Comments
 (0)