Interface PropertyOrderOrBuilder (2.22.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface PropertyOrderOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getDirection()
publicabstractPropertyOrder.DirectiongetDirection() The direction to order by. Defaults to ASCENDING.
.google.datastore.v1.PropertyOrder.Direction direction = 2;
| Returns | |
|---|---|
| Type | Description |
PropertyOrder.Direction |
The direction. |
getDirectionValue()
publicabstractintgetDirectionValue() 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()
publicabstractPropertyReferencegetProperty()The property to order by.
.google.datastore.v1.PropertyReference property = 1;
| Returns | |
|---|---|
| Type | Description |
PropertyReference |
The property. |
getPropertyOrBuilder()
publicabstractPropertyReferenceOrBuildergetPropertyOrBuilder()The property to order by.
.google.datastore.v1.PropertyReference property = 1;
| Returns | |
|---|---|
| Type | Description |
PropertyReferenceOrBuilder |
|
hasProperty()
publicabstractbooleanhasProperty()The property to order by.
.google.datastore.v1.PropertyReference property = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the property field is set. |