public interface ProjectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
PropertyReference |
getProperty()
The property to project.
|
PropertyReferenceOrBuilder |
getPropertyOrBuilder()
The property to project.
|
boolean |
hasProperty()
The property to project.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasProperty()
The property to project.
.google.datastore.v1.PropertyReference property = 1;
PropertyReference getProperty()
The property to project.
.google.datastore.v1.PropertyReference property = 1;
PropertyReferenceOrBuilder getPropertyOrBuilder()
The property to project.
.google.datastore.v1.PropertyReference property = 1;
Copyright © 2023 Google LLC. All rights reserved.