Interface PropertyOrderOrBuilder (2.19.0)

public interface PropertyOrderOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDirection()

public abstract PropertyOrder.Direction getDirection()

The direction to order by. Defaults to ASCENDING.

.google.datastore.v1.PropertyOrder.Direction direction = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
PropertyReference

The property.

getPropertyOrBuilder()

public abstract PropertyReferenceOrBuilder getPropertyOrBuilder()

The property to order by.

.google.datastore.v1.PropertyReference property = 1;

Returns
TypeDescription
PropertyReferenceOrBuilder

hasProperty()

public abstract boolean hasProperty()

The property to order by.

.google.datastore.v1.PropertyReference property = 1;

Returns
TypeDescription
boolean

Whether the property field is set.