public static final class RiakTsPB.TsGetReq.Builder extends com.google.protobuf.GeneratedMessage.Builder<RiakTsPB.TsGetReq.Builder> implements RiakTsPB.TsGetReqOrBuilder
TsGetReq| Modifier and Type | Method and Description |
|---|---|
RiakTsPB.TsGetReq.Builder |
addAllKey(Iterable<? extends RiakTsPB.TsCell> values)
repeated .TsCell key = 2; |
RiakTsPB.TsGetReq.Builder |
addKey(int index,
RiakTsPB.TsCell.Builder builderForValue)
repeated .TsCell key = 2; |
RiakTsPB.TsGetReq.Builder |
addKey(int index,
RiakTsPB.TsCell value)
repeated .TsCell key = 2; |
RiakTsPB.TsGetReq.Builder |
addKey(RiakTsPB.TsCell.Builder builderForValue)
repeated .TsCell key = 2; |
RiakTsPB.TsGetReq.Builder |
addKey(RiakTsPB.TsCell value)
repeated .TsCell key = 2; |
RiakTsPB.TsCell.Builder |
addKeyBuilder()
repeated .TsCell key = 2; |
RiakTsPB.TsCell.Builder |
addKeyBuilder(int index)
repeated .TsCell key = 2; |
RiakTsPB.TsGetReq |
build() |
RiakTsPB.TsGetReq |
buildPartial() |
RiakTsPB.TsGetReq.Builder |
clear() |
RiakTsPB.TsGetReq.Builder |
clearKey()
repeated .TsCell key = 2; |
RiakTsPB.TsGetReq.Builder |
clearTable()
required bytes table = 1; |
RiakTsPB.TsGetReq.Builder |
clearTimeout()
optional uint32 timeout = 3; |
RiakTsPB.TsGetReq.Builder |
clone() |
RiakTsPB.TsGetReq |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
RiakTsPB.TsCell |
getKey(int index)
repeated .TsCell key = 2; |
RiakTsPB.TsCell.Builder |
getKeyBuilder(int index)
repeated .TsCell key = 2; |
List<RiakTsPB.TsCell.Builder> |
getKeyBuilderList()
repeated .TsCell key = 2; |
int |
getKeyCount()
repeated .TsCell key = 2; |
List<RiakTsPB.TsCell> |
getKeyList()
repeated .TsCell key = 2; |
RiakTsPB.TsCellOrBuilder |
getKeyOrBuilder(int index)
repeated .TsCell key = 2; |
List<? extends RiakTsPB.TsCellOrBuilder> |
getKeyOrBuilderList()
repeated .TsCell key = 2; |
com.google.protobuf.ByteString |
getTable()
required bytes table = 1; |
int |
getTimeout()
optional uint32 timeout = 3; |
boolean |
hasTable()
required bytes table = 1; |
boolean |
hasTimeout()
optional uint32 timeout = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RiakTsPB.TsGetReq.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RiakTsPB.TsGetReq.Builder |
mergeFrom(com.google.protobuf.Message other) |
RiakTsPB.TsGetReq.Builder |
mergeFrom(RiakTsPB.TsGetReq other) |
RiakTsPB.TsGetReq.Builder |
removeKey(int index)
repeated .TsCell key = 2; |
RiakTsPB.TsGetReq.Builder |
setKey(int index,
RiakTsPB.TsCell.Builder builderForValue)
repeated .TsCell key = 2; |
RiakTsPB.TsGetReq.Builder |
setKey(int index,
RiakTsPB.TsCell value)
repeated .TsCell key = 2; |
RiakTsPB.TsGetReq.Builder |
setTable(com.google.protobuf.ByteString value)
required bytes table = 1; |
RiakTsPB.TsGetReq.Builder |
setTimeout(int value)
optional uint32 timeout = 3; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<RiakTsPB.TsGetReq.Builder>public RiakTsPB.TsGetReq.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<RiakTsPB.TsGetReq.Builder>public RiakTsPB.TsGetReq.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<RiakTsPB.TsGetReq.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<RiakTsPB.TsGetReq.Builder>public RiakTsPB.TsGetReq getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RiakTsPB.TsGetReq build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RiakTsPB.TsGetReq buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RiakTsPB.TsGetReq.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RiakTsPB.TsGetReq.Builder>public RiakTsPB.TsGetReq.Builder mergeFrom(RiakTsPB.TsGetReq other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<RiakTsPB.TsGetReq.Builder>public RiakTsPB.TsGetReq.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RiakTsPB.TsGetReq.Builder>IOExceptionpublic boolean hasTable()
required bytes table = 1;hasTable in interface RiakTsPB.TsGetReqOrBuilderpublic com.google.protobuf.ByteString getTable()
required bytes table = 1;getTable in interface RiakTsPB.TsGetReqOrBuilderpublic RiakTsPB.TsGetReq.Builder setTable(com.google.protobuf.ByteString value)
required bytes table = 1;public RiakTsPB.TsGetReq.Builder clearTable()
required bytes table = 1;public List<RiakTsPB.TsCell> getKeyList()
repeated .TsCell key = 2;getKeyList in interface RiakTsPB.TsGetReqOrBuilderpublic int getKeyCount()
repeated .TsCell key = 2;getKeyCount in interface RiakTsPB.TsGetReqOrBuilderpublic RiakTsPB.TsCell getKey(int index)
repeated .TsCell key = 2;getKey in interface RiakTsPB.TsGetReqOrBuilderpublic RiakTsPB.TsGetReq.Builder setKey(int index, RiakTsPB.TsCell value)
repeated .TsCell key = 2;public RiakTsPB.TsGetReq.Builder setKey(int index, RiakTsPB.TsCell.Builder builderForValue)
repeated .TsCell key = 2;public RiakTsPB.TsGetReq.Builder addKey(RiakTsPB.TsCell value)
repeated .TsCell key = 2;public RiakTsPB.TsGetReq.Builder addKey(int index, RiakTsPB.TsCell value)
repeated .TsCell key = 2;public RiakTsPB.TsGetReq.Builder addKey(RiakTsPB.TsCell.Builder builderForValue)
repeated .TsCell key = 2;public RiakTsPB.TsGetReq.Builder addKey(int index, RiakTsPB.TsCell.Builder builderForValue)
repeated .TsCell key = 2;public RiakTsPB.TsGetReq.Builder addAllKey(Iterable<? extends RiakTsPB.TsCell> values)
repeated .TsCell key = 2;public RiakTsPB.TsGetReq.Builder clearKey()
repeated .TsCell key = 2;public RiakTsPB.TsGetReq.Builder removeKey(int index)
repeated .TsCell key = 2;public RiakTsPB.TsCell.Builder getKeyBuilder(int index)
repeated .TsCell key = 2;public RiakTsPB.TsCellOrBuilder getKeyOrBuilder(int index)
repeated .TsCell key = 2;getKeyOrBuilder in interface RiakTsPB.TsGetReqOrBuilderpublic List<? extends RiakTsPB.TsCellOrBuilder> getKeyOrBuilderList()
repeated .TsCell key = 2;getKeyOrBuilderList in interface RiakTsPB.TsGetReqOrBuilderpublic RiakTsPB.TsCell.Builder addKeyBuilder()
repeated .TsCell key = 2;public RiakTsPB.TsCell.Builder addKeyBuilder(int index)
repeated .TsCell key = 2;public List<RiakTsPB.TsCell.Builder> getKeyBuilderList()
repeated .TsCell key = 2;public boolean hasTimeout()
optional uint32 timeout = 3;hasTimeout in interface RiakTsPB.TsGetReqOrBuilderpublic int getTimeout()
optional uint32 timeout = 3;getTimeout in interface RiakTsPB.TsGetReqOrBuilderpublic RiakTsPB.TsGetReq.Builder setTimeout(int value)
optional uint32 timeout = 3;public RiakTsPB.TsGetReq.Builder clearTimeout()
optional uint32 timeout = 3;Copyright © 2016. All rights reserved.