Package umadb.v1

Interface Umadb.ReadRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Umadb.ReadRequest, Umadb.ReadRequest.Builder
Enclosing class:
Umadb

public static interface Umadb.ReadRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    optional bool backwards = 3;
    int
    optional uint32 batch_size = 6;
    int
    optional uint32 limit = 4;
    optional .umadb.v1.Query query = 1;
    optional .umadb.v1.Query query = 1;
    long
    optional uint64 start = 2;
    boolean
    optional bool subscribe = 5;
    boolean
    optional bool backwards = 3;
    boolean
    optional uint32 batch_size = 6;
    boolean
    optional uint32 limit = 4;
    boolean
    optional .umadb.v1.Query query = 1;
    boolean
    optional uint64 start = 2;
    boolean
    optional bool subscribe = 5;

    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

    • hasQuery

      boolean hasQuery()
      optional .umadb.v1.Query query = 1;
      Returns:
      Whether the query field is set.
    • getQuery

      Umadb.Query getQuery()
      optional .umadb.v1.Query query = 1;
      Returns:
      The query.
    • getQueryOrBuilder

      Umadb.QueryOrBuilder getQueryOrBuilder()
      optional .umadb.v1.Query query = 1;
    • hasStart

      boolean hasStart()
      optional uint64 start = 2;
      Returns:
      Whether the start field is set.
    • getStart

      long getStart()
      optional uint64 start = 2;
      Returns:
      The start.
    • hasBackwards

      boolean hasBackwards()
      optional bool backwards = 3;
      Returns:
      Whether the backwards field is set.
    • getBackwards

      boolean getBackwards()
      optional bool backwards = 3;
      Returns:
      The backwards.
    • hasLimit

      boolean hasLimit()
      optional uint32 limit = 4;
      Returns:
      Whether the limit field is set.
    • getLimit

      int getLimit()
      optional uint32 limit = 4;
      Returns:
      The limit.
    • hasSubscribe

      boolean hasSubscribe()
      optional bool subscribe = 5;
      Returns:
      Whether the subscribe field is set.
    • getSubscribe

      boolean getSubscribe()
      optional bool subscribe = 5;
      Returns:
      The subscribe.
    • hasBatchSize

      boolean hasBatchSize()
      optional uint32 batch_size = 6;
      Returns:
      Whether the batchSize field is set.
    • getBatchSize

      int getBatchSize()
      optional uint32 batch_size = 6;
      Returns:
      The batchSize.