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 TypeMethodDescriptionbooleanoptional bool backwards = 3;intoptional uint32 batch_size = 6;intgetLimit()optional uint32 limit = 4;getQuery()optional .umadb.v1.Query query = 1;optional .umadb.v1.Query query = 1;longgetStart()optional uint64 start = 2;booleanoptional bool subscribe = 5;booleanoptional bool backwards = 3;booleanoptional uint32 batch_size = 6;booleanhasLimit()optional uint32 limit = 4;booleanhasQuery()optional .umadb.v1.Query query = 1;booleanhasStart()optional uint64 start = 2;booleanoptional bool subscribe = 5;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
-
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.
-