public static final class SolrProtocol.SolrRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<SolrProtocol.SolrRequest.Builder> implements SolrProtocol.SolrRequestOrBuilder
org.vootoo.client.netty.protocol.SolrRequest| 限定符和类型 | 方法和说明 |
|---|---|
SolrProtocol.SolrRequest.Builder |
addAllContentStream(Iterable<? extends SolrProtocol.ContentStream> values)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
SolrProtocol.SolrRequest.Builder |
addAllParam(Iterable<? extends SolrProtocol.Param> values)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
SolrProtocol.SolrRequest.Builder |
addContentStream(int index,
SolrProtocol.ContentStream.Builder builderForValue)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
SolrProtocol.SolrRequest.Builder |
addContentStream(int index,
SolrProtocol.ContentStream value)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
SolrProtocol.SolrRequest.Builder |
addContentStream(SolrProtocol.ContentStream.Builder builderForValue)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
SolrProtocol.SolrRequest.Builder |
addContentStream(SolrProtocol.ContentStream value)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
SolrProtocol.ContentStream.Builder |
addContentStreamBuilder()
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
SolrProtocol.ContentStream.Builder |
addContentStreamBuilder(int index)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
SolrProtocol.SolrRequest.Builder |
addParam(int index,
SolrProtocol.Param.Builder builderForValue)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
SolrProtocol.SolrRequest.Builder |
addParam(int index,
SolrProtocol.Param value)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
SolrProtocol.SolrRequest.Builder |
addParam(SolrProtocol.Param.Builder builderForValue)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
SolrProtocol.SolrRequest.Builder |
addParam(SolrProtocol.Param value)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
SolrProtocol.Param.Builder |
addParamBuilder()
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
SolrProtocol.Param.Builder |
addParamBuilder(int index)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
SolrProtocol.SolrRequest |
build() |
SolrProtocol.SolrRequest |
buildPartial() |
SolrProtocol.SolrRequest.Builder |
clear() |
SolrProtocol.SolrRequest.Builder |
clearCollection()
optional string collection = 2; |
SolrProtocol.SolrRequest.Builder |
clearContentStream()
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
SolrProtocol.SolrRequest.Builder |
clearMethod()
optional string method = 6; |
SolrProtocol.SolrRequest.Builder |
clearParam()
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
SolrProtocol.SolrRequest.Builder |
clearPath()
required string path = 3; |
SolrProtocol.SolrRequest.Builder |
clearRid()
required int64 rid = 1; |
SolrProtocol.SolrRequest.Builder |
clone() |
String |
getCollection()
optional string collection = 2; |
com.google.protobuf.ByteString |
getCollectionBytes()
optional string collection = 2; |
SolrProtocol.ContentStream |
getContentStream(int index)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
SolrProtocol.ContentStream.Builder |
getContentStreamBuilder(int index)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
List<SolrProtocol.ContentStream.Builder> |
getContentStreamBuilderList()
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
int |
getContentStreamCount()
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
List<SolrProtocol.ContentStream> |
getContentStreamList()
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
SolrProtocol.ContentStreamOrBuilder |
getContentStreamOrBuilder(int index)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
List<? extends SolrProtocol.ContentStreamOrBuilder> |
getContentStreamOrBuilderList()
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
SolrProtocol.SolrRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getMethod()
optional string method = 6; |
com.google.protobuf.ByteString |
getMethodBytes()
optional string method = 6; |
SolrProtocol.Param |
getParam(int index)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
SolrProtocol.Param.Builder |
getParamBuilder(int index)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
List<SolrProtocol.Param.Builder> |
getParamBuilderList()
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
int |
getParamCount()
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
List<SolrProtocol.Param> |
getParamList()
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
SolrProtocol.ParamOrBuilder |
getParamOrBuilder(int index)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
List<? extends SolrProtocol.ParamOrBuilder> |
getParamOrBuilderList()
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
String |
getPath()
required string path = 3; |
com.google.protobuf.ByteString |
getPathBytes()
required string path = 3; |
long |
getRid()
required int64 rid = 1; |
boolean |
hasCollection()
optional string collection = 2; |
boolean |
hasMethod()
optional string method = 6; |
boolean |
hasPath()
required string path = 3; |
boolean |
hasRid()
required int64 rid = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SolrProtocol.SolrRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SolrProtocol.SolrRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
SolrProtocol.SolrRequest.Builder |
mergeFrom(SolrProtocol.SolrRequest other) |
SolrProtocol.SolrRequest.Builder |
removeContentStream(int index)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
SolrProtocol.SolrRequest.Builder |
removeParam(int index)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
SolrProtocol.SolrRequest.Builder |
setCollection(String value)
optional string collection = 2; |
SolrProtocol.SolrRequest.Builder |
setCollectionBytes(com.google.protobuf.ByteString value)
optional string collection = 2; |
SolrProtocol.SolrRequest.Builder |
setContentStream(int index,
SolrProtocol.ContentStream.Builder builderForValue)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
SolrProtocol.SolrRequest.Builder |
setContentStream(int index,
SolrProtocol.ContentStream value)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
SolrProtocol.SolrRequest.Builder |
setMethod(String value)
optional string method = 6; |
SolrProtocol.SolrRequest.Builder |
setMethodBytes(com.google.protobuf.ByteString value)
optional string method = 6; |
SolrProtocol.SolrRequest.Builder |
setParam(int index,
SolrProtocol.Param.Builder builderForValue)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
SolrProtocol.SolrRequest.Builder |
setParam(int index,
SolrProtocol.Param value)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
SolrProtocol.SolrRequest.Builder |
setPath(String value)
required string path = 3; |
SolrProtocol.SolrRequest.Builder |
setPathBytes(com.google.protobuf.ByteString value)
required string path = 3; |
SolrProtocol.SolrRequest.Builder |
setRid(long value)
required int64 rid = 1; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldspublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessage.Builder<SolrProtocol.SolrRequest.Builder>public SolrProtocol.SolrRequest.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<SolrProtocol.SolrRequest.Builder>public SolrProtocol.SolrRequest.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<SolrProtocol.SolrRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessage.Builder<SolrProtocol.SolrRequest.Builder>public SolrProtocol.SolrRequest getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic SolrProtocol.SolrRequest build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic SolrProtocol.SolrRequest buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic SolrProtocol.SolrRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<SolrProtocol.SolrRequest.Builder>public SolrProtocol.SolrRequest.Builder mergeFrom(SolrProtocol.SolrRequest other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessage.Builder<SolrProtocol.SolrRequest.Builder>public SolrProtocol.SolrRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<SolrProtocol.SolrRequest.Builder>IOExceptionpublic boolean hasRid()
required int64 rid = 1;hasRid 在接口中 SolrProtocol.SolrRequestOrBuilderpublic long getRid()
required int64 rid = 1;getRid 在接口中 SolrProtocol.SolrRequestOrBuilderpublic SolrProtocol.SolrRequest.Builder setRid(long value)
required int64 rid = 1;public SolrProtocol.SolrRequest.Builder clearRid()
required int64 rid = 1;public boolean hasCollection()
optional string collection = 2;public String getCollection()
optional string collection = 2;public com.google.protobuf.ByteString getCollectionBytes()
optional string collection = 2;public SolrProtocol.SolrRequest.Builder setCollection(String value)
optional string collection = 2;public SolrProtocol.SolrRequest.Builder clearCollection()
optional string collection = 2;public SolrProtocol.SolrRequest.Builder setCollectionBytes(com.google.protobuf.ByteString value)
optional string collection = 2;public boolean hasPath()
required string path = 3;hasPath 在接口中 SolrProtocol.SolrRequestOrBuilderpublic String getPath()
required string path = 3;getPath 在接口中 SolrProtocol.SolrRequestOrBuilderpublic com.google.protobuf.ByteString getPathBytes()
required string path = 3;public SolrProtocol.SolrRequest.Builder setPath(String value)
required string path = 3;public SolrProtocol.SolrRequest.Builder clearPath()
required string path = 3;public SolrProtocol.SolrRequest.Builder setPathBytes(com.google.protobuf.ByteString value)
required string path = 3;public List<SolrProtocol.Param> getParamList()
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
public int getParamCount()
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
public SolrProtocol.Param getParam(int index)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
getParam 在接口中 SolrProtocol.SolrRequestOrBuilderpublic SolrProtocol.SolrRequest.Builder setParam(int index, SolrProtocol.Param value)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
public SolrProtocol.SolrRequest.Builder setParam(int index, SolrProtocol.Param.Builder builderForValue)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
public SolrProtocol.SolrRequest.Builder addParam(SolrProtocol.Param value)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
public SolrProtocol.SolrRequest.Builder addParam(int index, SolrProtocol.Param value)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
public SolrProtocol.SolrRequest.Builder addParam(SolrProtocol.Param.Builder builderForValue)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
public SolrProtocol.SolrRequest.Builder addParam(int index, SolrProtocol.Param.Builder builderForValue)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
public SolrProtocol.SolrRequest.Builder addAllParam(Iterable<? extends SolrProtocol.Param> values)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
public SolrProtocol.SolrRequest.Builder clearParam()
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
public SolrProtocol.SolrRequest.Builder removeParam(int index)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
public SolrProtocol.Param.Builder getParamBuilder(int index)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
public SolrProtocol.ParamOrBuilder getParamOrBuilder(int index)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
public List<? extends SolrProtocol.ParamOrBuilder> getParamOrBuilderList()
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
public SolrProtocol.Param.Builder addParamBuilder()
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
public SolrProtocol.Param.Builder addParamBuilder(int index)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
public List<SolrProtocol.Param.Builder> getParamBuilderList()
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
public List<SolrProtocol.ContentStream> getContentStreamList()
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
public int getContentStreamCount()
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
public SolrProtocol.ContentStream getContentStream(int index)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
public SolrProtocol.SolrRequest.Builder setContentStream(int index, SolrProtocol.ContentStream value)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
public SolrProtocol.SolrRequest.Builder setContentStream(int index, SolrProtocol.ContentStream.Builder builderForValue)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
public SolrProtocol.SolrRequest.Builder addContentStream(SolrProtocol.ContentStream value)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
public SolrProtocol.SolrRequest.Builder addContentStream(int index, SolrProtocol.ContentStream value)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
public SolrProtocol.SolrRequest.Builder addContentStream(SolrProtocol.ContentStream.Builder builderForValue)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
public SolrProtocol.SolrRequest.Builder addContentStream(int index, SolrProtocol.ContentStream.Builder builderForValue)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
public SolrProtocol.SolrRequest.Builder addAllContentStream(Iterable<? extends SolrProtocol.ContentStream> values)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
public SolrProtocol.SolrRequest.Builder clearContentStream()
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
public SolrProtocol.SolrRequest.Builder removeContentStream(int index)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
public SolrProtocol.ContentStream.Builder getContentStreamBuilder(int index)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
public SolrProtocol.ContentStreamOrBuilder getContentStreamOrBuilder(int index)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
public List<? extends SolrProtocol.ContentStreamOrBuilder> getContentStreamOrBuilderList()
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
public SolrProtocol.ContentStream.Builder addContentStreamBuilder()
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
public SolrProtocol.ContentStream.Builder addContentStreamBuilder(int index)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
public List<SolrProtocol.ContentStream.Builder> getContentStreamBuilderList()
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
public boolean hasMethod()
optional string method = 6;hasMethod 在接口中 SolrProtocol.SolrRequestOrBuilderpublic String getMethod()
optional string method = 6;getMethod 在接口中 SolrProtocol.SolrRequestOrBuilderpublic com.google.protobuf.ByteString getMethodBytes()
optional string method = 6;public SolrProtocol.SolrRequest.Builder setMethod(String value)
optional string method = 6;public SolrProtocol.SolrRequest.Builder clearMethod()
optional string method = 6;public SolrProtocol.SolrRequest.Builder setMethodBytes(com.google.protobuf.ByteString value)
optional string method = 6;Copyright © 2016 vootoo. All rights reserved.