Skip to content

Commit 3303b93

Browse files
Google APIscopybara-github
authored andcommitted
docs: Update property requirement specifications
PiperOrigin-RevId: 557861399
1 parent 9ce3738 commit 3303b93

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

google/datastore/v1/query.proto

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,13 @@ message KindExpression {
279279

280280
// A reference to a property relative to the kind expressions.
281281
message PropertyReference {
282-
// The name of the property.
283-
// If name includes "."s, it may be interpreted as a property name path.
282+
// A reference to a property.
283+
//
284+
// Requires:
285+
//
286+
// * MUST be a dot-delimited (`.`) string of segments, where each segment
287+
// conforms to [entity property name][google.datastore.v1.Entity.properties]
288+
// limitations.
284289
string name = 2;
285290
}
286291

0 commit comments

Comments
 (0)