Skip to content

Commit

Permalink
docs: Update property requirement specifications
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 557861399
  • Loading branch information
Google APIs authored and Copybara-Service committed Aug 17, 2023
1 parent 9ce3738 commit 3303b93
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions google/datastore/v1/query.proto
Expand Up @@ -279,8 +279,13 @@ message KindExpression {

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

Expand Down

0 comments on commit 3303b93

Please sign in to comment.