We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce3738 commit 3303b93Copy full SHA for 3303b93
1 file changed
google/datastore/v1/query.proto
@@ -279,8 +279,13 @@ message KindExpression {
279
280
// A reference to a property relative to the kind expressions.
281
message PropertyReference {
282
- // The name of the property.
283
- // If name includes "."s, it may be interpreted as a property name path.
+ // A reference to a property.
+ //
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.
289
string name = 2;
290
}
291
0 commit comments