public interface PropertyOrderOrBuilder extends MessageOrBuilder
Type | Property and Description |
---|---|
boolean |
has
The property to order by.
|
Modifier and Type | Method and Description |
---|---|
PropertyOrder.Direction |
getDirection()
The direction to order by.
|
int |
getDirectionValue()
The direction to order by.
|
PropertyReference |
getProperty()
The property to order by.
|
PropertyReferenceOrBuilder |
getPropertyOrBuilder()
The property to order by.
|
boolean |
hasProperty()
The property to order by.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasProperty
The property to order by.
.google.datastore.v1.PropertyReference property = 1;
boolean hasProperty()
The property to order by.
.google.datastore.v1.PropertyReference property = 1;
PropertyReference getProperty()
The property to order by.
.google.datastore.v1.PropertyReference property = 1;
PropertyReferenceOrBuilder getPropertyOrBuilder()
The property to order by.
.google.datastore.v1.PropertyReference property = 1;
int getDirectionValue()
The direction to order by. Defaults to `ASCENDING`.
.google.datastore.v1.PropertyOrder.Direction direction = 2;
PropertyOrder.Direction getDirection()
The direction to order by. Defaults to `ASCENDING`.
.google.datastore.v1.PropertyOrder.Direction direction = 2;