public static interface RiakSearchPB.RpbSearchQueryReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getDf()
optional bytes df = 7; |
com.google.protobuf.ByteString |
getFilter()
optional bytes filter = 6; |
com.google.protobuf.ByteString |
getFl(int index)
repeated bytes fl = 9; |
int |
getFlCount()
repeated bytes fl = 9; |
List<com.google.protobuf.ByteString> |
getFlList()
repeated bytes fl = 9; |
com.google.protobuf.ByteString |
getIndex()
required bytes index = 2; |
com.google.protobuf.ByteString |
getOp()
optional bytes op = 8; |
com.google.protobuf.ByteString |
getPresort()
optional bytes presort = 10; |
com.google.protobuf.ByteString |
getQ()
required bytes q = 1; |
int |
getRows()
optional uint32 rows = 3; |
com.google.protobuf.ByteString |
getSort()
optional bytes sort = 5; |
int |
getStart()
optional uint32 start = 4; |
boolean |
hasDf()
optional bytes df = 7; |
boolean |
hasFilter()
optional bytes filter = 6; |
boolean |
hasIndex()
required bytes index = 2; |
boolean |
hasOp()
optional bytes op = 8; |
boolean |
hasPresort()
optional bytes presort = 10; |
boolean |
hasQ()
required bytes q = 1; |
boolean |
hasRows()
optional uint32 rows = 3; |
boolean |
hasSort()
optional bytes sort = 5; |
boolean |
hasStart()
optional uint32 start = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasQ()
required bytes q = 1;
Query string
com.google.protobuf.ByteString getQ()
required bytes q = 1;
Query string
boolean hasIndex()
required bytes index = 2;
Index
com.google.protobuf.ByteString getIndex()
required bytes index = 2;
Index
boolean hasRows()
optional uint32 rows = 3;
Limit rows
int getRows()
optional uint32 rows = 3;
Limit rows
boolean hasStart()
optional uint32 start = 4;
Starting offset
int getStart()
optional uint32 start = 4;
Starting offset
boolean hasSort()
optional bytes sort = 5;
Sort order
com.google.protobuf.ByteString getSort()
optional bytes sort = 5;
Sort order
boolean hasFilter()
optional bytes filter = 6;
Inline fields filtering query
com.google.protobuf.ByteString getFilter()
optional bytes filter = 6;
Inline fields filtering query
boolean hasDf()
optional bytes df = 7;
Default field
com.google.protobuf.ByteString getDf()
optional bytes df = 7;
Default field
boolean hasOp()
optional bytes op = 8;
Default op
com.google.protobuf.ByteString getOp()
optional bytes op = 8;
Default op
List<com.google.protobuf.ByteString> getFlList()
repeated bytes fl = 9;
Return fields limit (for ids only, generally)
int getFlCount()
repeated bytes fl = 9;
Return fields limit (for ids only, generally)
com.google.protobuf.ByteString getFl(int index)
repeated bytes fl = 9;
Return fields limit (for ids only, generally)
boolean hasPresort()
optional bytes presort = 10;
Presort (key / score)
com.google.protobuf.ByteString getPresort()
optional bytes presort = 10;
Presort (key / score)
Copyright © 2016. All rights reserved.