public static final class RiakSearchPB.RpbSearchQueryReq extends com.google.protobuf.GeneratedMessage implements RiakSearchPB.RpbSearchQueryReqOrBuilder
RpbSearchQueryReq
Modifier and Type | Class and Description |
---|---|
static class |
RiakSearchPB.RpbSearchQueryReq.Builder
Protobuf type
RpbSearchQueryReq |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
DF_FIELD_NUMBER |
static int |
FILTER_FIELD_NUMBER |
static int |
FL_FIELD_NUMBER |
static int |
INDEX_FIELD_NUMBER |
static int |
OP_FIELD_NUMBER |
static com.google.protobuf.Parser<RiakSearchPB.RpbSearchQueryReq> |
PARSER |
static int |
PRESORT_FIELD_NUMBER |
static int |
Q_FIELD_NUMBER |
static int |
ROWS_FIELD_NUMBER |
static int |
SORT_FIELD_NUMBER |
static int |
START_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static RiakSearchPB.RpbSearchQueryReq |
getDefaultInstance() |
RiakSearchPB.RpbSearchQueryReq |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.Parser<RiakSearchPB.RpbSearchQueryReq> |
getParserForType() |
com.google.protobuf.ByteString |
getPresort()
optional bytes presort = 10; |
com.google.protobuf.ByteString |
getQ()
required bytes q = 1; |
int |
getRows()
optional uint32 rows = 3; |
int |
getSerializedSize() |
com.google.protobuf.ByteString |
getSort()
optional bytes sort = 5; |
int |
getStart()
optional uint32 start = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RiakSearchPB.RpbSearchQueryReq.Builder |
newBuilder() |
static RiakSearchPB.RpbSearchQueryReq.Builder |
newBuilder(RiakSearchPB.RpbSearchQueryReq prototype) |
RiakSearchPB.RpbSearchQueryReq.Builder |
newBuilderForType() |
protected RiakSearchPB.RpbSearchQueryReq.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static RiakSearchPB.RpbSearchQueryReq |
parseDelimitedFrom(InputStream input) |
static RiakSearchPB.RpbSearchQueryReq |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakSearchPB.RpbSearchQueryReq |
parseFrom(byte[] data) |
static RiakSearchPB.RpbSearchQueryReq |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakSearchPB.RpbSearchQueryReq |
parseFrom(com.google.protobuf.ByteString data) |
static RiakSearchPB.RpbSearchQueryReq |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakSearchPB.RpbSearchQueryReq |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RiakSearchPB.RpbSearchQueryReq |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakSearchPB.RpbSearchQueryReq |
parseFrom(InputStream input) |
static RiakSearchPB.RpbSearchQueryReq |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RiakSearchPB.RpbSearchQueryReq.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toString
checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<RiakSearchPB.RpbSearchQueryReq> PARSER
public static final int Q_FIELD_NUMBER
public static final int INDEX_FIELD_NUMBER
public static final int ROWS_FIELD_NUMBER
public static final int START_FIELD_NUMBER
public static final int SORT_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
public static final int DF_FIELD_NUMBER
public static final int OP_FIELD_NUMBER
public static final int FL_FIELD_NUMBER
public static final int PRESORT_FIELD_NUMBER
public static RiakSearchPB.RpbSearchQueryReq getDefaultInstance()
public RiakSearchPB.RpbSearchQueryReq getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<RiakSearchPB.RpbSearchQueryReq> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasQ()
required bytes q = 1;
Query string
hasQ
in interface RiakSearchPB.RpbSearchQueryReqOrBuilder
public com.google.protobuf.ByteString getQ()
required bytes q = 1;
Query string
getQ
in interface RiakSearchPB.RpbSearchQueryReqOrBuilder
public boolean hasIndex()
required bytes index = 2;
Index
hasIndex
in interface RiakSearchPB.RpbSearchQueryReqOrBuilder
public com.google.protobuf.ByteString getIndex()
required bytes index = 2;
Index
getIndex
in interface RiakSearchPB.RpbSearchQueryReqOrBuilder
public boolean hasRows()
optional uint32 rows = 3;
Limit rows
hasRows
in interface RiakSearchPB.RpbSearchQueryReqOrBuilder
public int getRows()
optional uint32 rows = 3;
Limit rows
getRows
in interface RiakSearchPB.RpbSearchQueryReqOrBuilder
public boolean hasStart()
optional uint32 start = 4;
Starting offset
hasStart
in interface RiakSearchPB.RpbSearchQueryReqOrBuilder
public int getStart()
optional uint32 start = 4;
Starting offset
getStart
in interface RiakSearchPB.RpbSearchQueryReqOrBuilder
public boolean hasSort()
optional bytes sort = 5;
Sort order
hasSort
in interface RiakSearchPB.RpbSearchQueryReqOrBuilder
public com.google.protobuf.ByteString getSort()
optional bytes sort = 5;
Sort order
getSort
in interface RiakSearchPB.RpbSearchQueryReqOrBuilder
public boolean hasFilter()
optional bytes filter = 6;
Inline fields filtering query
hasFilter
in interface RiakSearchPB.RpbSearchQueryReqOrBuilder
public com.google.protobuf.ByteString getFilter()
optional bytes filter = 6;
Inline fields filtering query
getFilter
in interface RiakSearchPB.RpbSearchQueryReqOrBuilder
public boolean hasDf()
optional bytes df = 7;
Default field
hasDf
in interface RiakSearchPB.RpbSearchQueryReqOrBuilder
public com.google.protobuf.ByteString getDf()
optional bytes df = 7;
Default field
getDf
in interface RiakSearchPB.RpbSearchQueryReqOrBuilder
public boolean hasOp()
optional bytes op = 8;
Default op
hasOp
in interface RiakSearchPB.RpbSearchQueryReqOrBuilder
public com.google.protobuf.ByteString getOp()
optional bytes op = 8;
Default op
getOp
in interface RiakSearchPB.RpbSearchQueryReqOrBuilder
public List<com.google.protobuf.ByteString> getFlList()
repeated bytes fl = 9;
Return fields limit (for ids only, generally)
getFlList
in interface RiakSearchPB.RpbSearchQueryReqOrBuilder
public int getFlCount()
repeated bytes fl = 9;
Return fields limit (for ids only, generally)
getFlCount
in interface RiakSearchPB.RpbSearchQueryReqOrBuilder
public com.google.protobuf.ByteString getFl(int index)
repeated bytes fl = 9;
Return fields limit (for ids only, generally)
getFl
in interface RiakSearchPB.RpbSearchQueryReqOrBuilder
public boolean hasPresort()
optional bytes presort = 10;
Presort (key / score)
hasPresort
in interface RiakSearchPB.RpbSearchQueryReqOrBuilder
public com.google.protobuf.ByteString getPresort()
optional bytes presort = 10;
Presort (key / score)
getPresort
in interface RiakSearchPB.RpbSearchQueryReqOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static RiakSearchPB.RpbSearchQueryReq parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RiakSearchPB.RpbSearchQueryReq parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RiakSearchPB.RpbSearchQueryReq parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RiakSearchPB.RpbSearchQueryReq parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RiakSearchPB.RpbSearchQueryReq parseFrom(InputStream input) throws IOException
IOException
public static RiakSearchPB.RpbSearchQueryReq parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RiakSearchPB.RpbSearchQueryReq parseDelimitedFrom(InputStream input) throws IOException
IOException
public static RiakSearchPB.RpbSearchQueryReq parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RiakSearchPB.RpbSearchQueryReq parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static RiakSearchPB.RpbSearchQueryReq parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RiakSearchPB.RpbSearchQueryReq.Builder newBuilder()
public RiakSearchPB.RpbSearchQueryReq.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static RiakSearchPB.RpbSearchQueryReq.Builder newBuilder(RiakSearchPB.RpbSearchQueryReq prototype)
public RiakSearchPB.RpbSearchQueryReq.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected RiakSearchPB.RpbSearchQueryReq.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2016. All rights reserved.