Interface SearchProtocol.SortFieldOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchProtocol.SortField,SearchProtocol.SortField.Builder
- Enclosing class:
- SearchProtocol
public static interface SearchProtocol.SortFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool ascending = 1;getField()string field = 2;com.google.protobuf.ByteStringstring field = 2;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
-
getAscending
boolean getAscending()bool ascending = 1;- Returns:
- The ascending.
-
getField
String getField()string field = 2;- Returns:
- The field.
-
getFieldBytes
com.google.protobuf.ByteString getFieldBytes()string field = 2;- Returns:
- The bytes for field.
-