Skip to content

Commit 795ce81

Browse files
docs: Update property requirement specifications (#470)
* docs: Update property requirement specifications PiperOrigin-RevId: 557861399 Source-Link: googleapis/googleapis@3303b93 Source-Link: googleapis/googleapis-gen@fb0d0a4 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZmIwZDBhNDUzODVlYjBiZTU4NDIxMTFhZjc5YWY1ZDcxOWQzMjE2OCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * apply docs fix from googleapis/gapic-generator-python#1721 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent e176c7d commit 795ce81

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

google/cloud/datastore_v1/types/query.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,9 +455,13 @@ class PropertyReference(proto.Message):
455455
456456
Attributes:
457457
name (str):
458-
The name of the property.
459-
If name includes "."s, it may be interpreted as
460-
a property name path.
458+
A reference to a property.
459+
460+
Requires:
461+
462+
- MUST be a dot-delimited (``.``) string of segments, where
463+
each segment conforms to [entity property
464+
name][google.datastore.v1.Entity.properties] limitations.
461465
"""
462466

463467
name: str = proto.Field(

0 commit comments

Comments
 (0)