SolrProtocol.Param.Builder |
SolrProtocol.Param.Builder.addAllValue(Iterable<String> values)
repeated string value = 2;
string[]
|
SolrProtocol.Param.Builder |
SolrProtocol.SolrRequest.Builder.addParamBuilder()
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
SolrProtocol.Param.Builder |
SolrProtocol.SolrRequest.Builder.addParamBuilder(int index)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
SolrProtocol.Param.Builder |
SolrProtocol.Param.Builder.addValue(String value)
repeated string value = 2;
string[]
|
SolrProtocol.Param.Builder |
SolrProtocol.Param.Builder.addValueBytes(com.google.protobuf.ByteString value)
repeated string value = 2;
string[]
|
SolrProtocol.Param.Builder |
SolrProtocol.Param.Builder.clear() |
SolrProtocol.Param.Builder |
SolrProtocol.Param.Builder.clearKey()
required string key = 1;
|
SolrProtocol.Param.Builder |
SolrProtocol.Param.Builder.clearValue()
repeated string value = 2;
string[]
|
SolrProtocol.Param.Builder |
SolrProtocol.Param.Builder.clone() |
SolrProtocol.Param.Builder |
SolrProtocol.SolrRequest.Builder.getParamBuilder(int index)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
SolrProtocol.Param.Builder |
SolrProtocol.Param.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SolrProtocol.Param.Builder |
SolrProtocol.Param.Builder.mergeFrom(com.google.protobuf.Message other) |
SolrProtocol.Param.Builder |
SolrProtocol.Param.Builder.mergeFrom(SolrProtocol.Param other) |
static SolrProtocol.Param.Builder |
SolrProtocol.Param.newBuilder() |
static SolrProtocol.Param.Builder |
SolrProtocol.Param.newBuilder(SolrProtocol.Param prototype) |
SolrProtocol.Param.Builder |
SolrProtocol.Param.newBuilderForType() |
protected SolrProtocol.Param.Builder |
SolrProtocol.Param.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
SolrProtocol.Param.Builder |
SolrProtocol.Param.Builder.setKey(String value)
required string key = 1;
|
SolrProtocol.Param.Builder |
SolrProtocol.Param.Builder.setKeyBytes(com.google.protobuf.ByteString value)
required string key = 1;
|
SolrProtocol.Param.Builder |
SolrProtocol.Param.Builder.setValue(int index,
String value)
repeated string value = 2;
string[]
|
SolrProtocol.Param.Builder |
SolrProtocol.Param.toBuilder() |