public interface ProjectionOrBuilder extends MessageOrBuilder
Type | Property and Description |
---|---|
boolean |
has
The property to project.
|
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
isInitialized
boolean hasProperty
The property to project.
.google.datastore.v1.PropertyReference property = 1;
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;