public interface PropertyOrderOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDirection()
public abstract PropertyOrder.Direction getDirection()
The direction to order by. Defaults to ASCENDING
.
.google.datastore.v1.PropertyOrder.Direction direction = 2;
Returns | |
---|---|
Type | Description |
PropertyOrder.Direction | The direction. |
getDirectionValue()
public abstract int getDirectionValue()
The direction to order by. Defaults to ASCENDING
.
.google.datastore.v1.PropertyOrder.Direction direction = 2;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for direction. |
getProperty()
public abstract PropertyReference getProperty()
The property to order by.
.google.datastore.v1.PropertyReference property = 1;
Returns | |
---|---|
Type | Description |
PropertyReference | The property. |
getPropertyOrBuilder()
public abstract PropertyReferenceOrBuilder getPropertyOrBuilder()
The property to order by.
.google.datastore.v1.PropertyReference property = 1;
Returns | |
---|---|
Type | Description |
PropertyReferenceOrBuilder |
hasProperty()
public abstract boolean hasProperty()
The property to order by.
.google.datastore.v1.PropertyReference property = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the property field is set. |