@@ -170,4 +170,54 @@ public interface LookupRequestOrBuilder
170
170
* </code>
171
171
*/
172
172
com .google .datastore .v1 .KeyOrBuilder getKeysOrBuilder (int index );
173
+
174
+ /**
175
+ *
176
+ *
177
+ * <pre>
178
+ * The properties to return. Defaults to returning all properties.
179
+ *
180
+ * If this field is set and an entity has a property not referenced in the
181
+ * mask, it will be absent from [LookupResponse.found.entity.properties][].
182
+ *
183
+ * The entity's key is always returned.
184
+ * </pre>
185
+ *
186
+ * <code>.google.datastore.v1.PropertyMask property_mask = 5;</code>
187
+ *
188
+ * @return Whether the propertyMask field is set.
189
+ */
190
+ boolean hasPropertyMask ();
191
+ /**
192
+ *
193
+ *
194
+ * <pre>
195
+ * The properties to return. Defaults to returning all properties.
196
+ *
197
+ * If this field is set and an entity has a property not referenced in the
198
+ * mask, it will be absent from [LookupResponse.found.entity.properties][].
199
+ *
200
+ * The entity's key is always returned.
201
+ * </pre>
202
+ *
203
+ * <code>.google.datastore.v1.PropertyMask property_mask = 5;</code>
204
+ *
205
+ * @return The propertyMask.
206
+ */
207
+ com .google .datastore .v1 .PropertyMask getPropertyMask ();
208
+ /**
209
+ *
210
+ *
211
+ * <pre>
212
+ * The properties to return. Defaults to returning all properties.
213
+ *
214
+ * If this field is set and an entity has a property not referenced in the
215
+ * mask, it will be absent from [LookupResponse.found.entity.properties][].
216
+ *
217
+ * The entity's key is always returned.
218
+ * </pre>
219
+ *
220
+ * <code>.google.datastore.v1.PropertyMask property_mask = 5;</code>
221
+ */
222
+ com .google .datastore .v1 .PropertyMaskOrBuilder getPropertyMaskOrBuilder ();
173
223
}
0 commit comments