@@ -70,8 +70,13 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
70
70
*
71
71
*
72
72
* <pre>
73
- * The name of the property.
74
- * If name includes "."s, it may be interpreted as a property name path.
73
+ * A reference to a property.
74
+ *
75
+ * Requires:
76
+ *
77
+ * * MUST be a dot-delimited (`.`) string of segments, where each segment
78
+ * conforms to [entity property name][google.datastore.v1.Entity.properties]
79
+ * limitations.
75
80
* </pre>
76
81
*
77
82
* <code>string name = 2;</code>
@@ -94,8 +99,13 @@ public java.lang.String getName() {
94
99
*
95
100
*
96
101
* <pre>
97
- * The name of the property.
98
- * If name includes "."s, it may be interpreted as a property name path.
102
+ * A reference to a property.
103
+ *
104
+ * Requires:
105
+ *
106
+ * * MUST be a dot-delimited (`.`) string of segments, where each segment
107
+ * conforms to [entity property name][google.datastore.v1.Entity.properties]
108
+ * limitations.
99
109
* </pre>
100
110
*
101
111
* <code>string name = 2;</code>
@@ -461,8 +471,13 @@ public Builder mergeFrom(
461
471
*
462
472
*
463
473
* <pre>
464
- * The name of the property.
465
- * If name includes "."s, it may be interpreted as a property name path.
474
+ * A reference to a property.
475
+ *
476
+ * Requires:
477
+ *
478
+ * * MUST be a dot-delimited (`.`) string of segments, where each segment
479
+ * conforms to [entity property name][google.datastore.v1.Entity.properties]
480
+ * limitations.
466
481
* </pre>
467
482
*
468
483
* <code>string name = 2;</code>
@@ -484,8 +499,13 @@ public java.lang.String getName() {
484
499
*
485
500
*
486
501
* <pre>
487
- * The name of the property.
488
- * If name includes "."s, it may be interpreted as a property name path.
502
+ * A reference to a property.
503
+ *
504
+ * Requires:
505
+ *
506
+ * * MUST be a dot-delimited (`.`) string of segments, where each segment
507
+ * conforms to [entity property name][google.datastore.v1.Entity.properties]
508
+ * limitations.
489
509
* </pre>
490
510
*
491
511
* <code>string name = 2;</code>
@@ -507,8 +527,13 @@ public com.google.protobuf.ByteString getNameBytes() {
507
527
*
508
528
*
509
529
* <pre>
510
- * The name of the property.
511
- * If name includes "."s, it may be interpreted as a property name path.
530
+ * A reference to a property.
531
+ *
532
+ * Requires:
533
+ *
534
+ * * MUST be a dot-delimited (`.`) string of segments, where each segment
535
+ * conforms to [entity property name][google.datastore.v1.Entity.properties]
536
+ * limitations.
512
537
* </pre>
513
538
*
514
539
* <code>string name = 2;</code>
@@ -529,8 +554,13 @@ public Builder setName(java.lang.String value) {
529
554
*
530
555
*
531
556
* <pre>
532
- * The name of the property.
533
- * If name includes "."s, it may be interpreted as a property name path.
557
+ * A reference to a property.
558
+ *
559
+ * Requires:
560
+ *
561
+ * * MUST be a dot-delimited (`.`) string of segments, where each segment
562
+ * conforms to [entity property name][google.datastore.v1.Entity.properties]
563
+ * limitations.
534
564
* </pre>
535
565
*
536
566
* <code>string name = 2;</code>
@@ -547,8 +577,13 @@ public Builder clearName() {
547
577
*
548
578
*
549
579
* <pre>
550
- * The name of the property.
551
- * If name includes "."s, it may be interpreted as a property name path.
580
+ * A reference to a property.
581
+ *
582
+ * Requires:
583
+ *
584
+ * * MUST be a dot-delimited (`.`) string of segments, where each segment
585
+ * conforms to [entity property name][google.datastore.v1.Entity.properties]
586
+ * limitations.
552
587
* </pre>
553
588
*
554
589
* <code>string name = 2;</code>
0 commit comments