public static interface StructuredQuery.OrderOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
StructuredQuery.Direction |
getDirection()
The direction to order by.
|
int |
getDirectionValue()
The direction to order by.
|
StructuredQuery.FieldReference |
getField()
The field to order by.
|
StructuredQuery.FieldReferenceOrBuilder |
getFieldOrBuilder()
The field to order by.
|
boolean |
hasField()
The field to order by.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasField()
The field to order by.
.google.firestore.v1beta1.StructuredQuery.FieldReference field = 1;
StructuredQuery.FieldReference getField()
The field to order by.
.google.firestore.v1beta1.StructuredQuery.FieldReference field = 1;
StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder()
The field to order by.
.google.firestore.v1beta1.StructuredQuery.FieldReference field = 1;
int getDirectionValue()
The direction to order by. Defaults to `ASCENDING`.
.google.firestore.v1beta1.StructuredQuery.Direction direction = 2;
StructuredQuery.Direction getDirection()
The direction to order by. Defaults to `ASCENDING`.
.google.firestore.v1beta1.StructuredQuery.Direction direction = 2;