Package com.buildless.service.v1
Interface QueryOptions.SortOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryOptions.Sort,QueryOptions.Sort.Builder
- Enclosing class:
QueryOptions
public static interface QueryOptions.SortOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDirection to apply with this sort directive.intDirection to apply with this sort directive.getField()Field to apply this sort directive to.com.google.protobuf.ByteStringField to apply this sort directive to.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDirectionValue
int getDirectionValue()Direction to apply with this sort directive.
.buildless.service.v1.QueryOptions.Sort.Direction direction = 1 [json_name = "direction"];- Returns:
- The enum numeric value on the wire for direction.
-
getDirection
QueryOptions.Sort.Direction getDirection()Direction to apply with this sort directive.
.buildless.service.v1.QueryOptions.Sort.Direction direction = 1 [json_name = "direction"];- Returns:
- The direction.
-
getField
String getField()Field to apply this sort directive to.
string field = 2 [json_name = "field"];- Returns:
- The field.
-
getFieldBytes
com.google.protobuf.ByteString getFieldBytes()Field to apply this sort directive to.
string field = 2 [json_name = "field"];- Returns:
- The bytes for field.
-