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 Type
    Method
    Description
    Direction to apply with this sort directive.
    int
    Direction to apply with this sort directive.
    Field to apply this sort directive to.
    com.google.protobuf.ByteString
    Field to apply this sort directive to.

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

       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.