Interface SearchProtocol.SortFieldOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getAscending()
      bool ascending = 1;
      String getField()
      string field = 2;
      com.google.protobuf.ByteString getFieldBytes()
      string field = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • 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.