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, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, newUninitializedMessageException
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<RiakTsPB.TsGetReq.Builder>
public RiakTsPB.TsGetReq.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<RiakTsPB.TsGetReq.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<RiakTsPB.TsGetReq.Builder>
public RiakTsPB.TsGetReq getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public RiakTsPB.TsGetReq build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public RiakTsPB.TsGetReq buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public RiakTsPB.TsGetReq.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<RiakTsPB.TsGetReq.Builder>
IOException
public boolean hasTable()
required bytes table = 1;
hasTable
in interface RiakTsPB.TsGetReqOrBuilder
public com.google.protobuf.ByteString getTable()
required bytes table = 1;
getTable
in interface RiakTsPB.TsGetReqOrBuilder
public 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.TsGetReqOrBuilder
public int getKeyCount()
repeated .TsCell key = 2;
getKeyCount
in interface RiakTsPB.TsGetReqOrBuilder
public RiakTsPB.TsCell getKey(int index)
repeated .TsCell key = 2;
getKey
in interface RiakTsPB.TsGetReqOrBuilder
public 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.TsGetReqOrBuilder
public List<? extends RiakTsPB.TsCellOrBuilder> getKeyOrBuilderList()
repeated .TsCell key = 2;
getKeyOrBuilderList
in interface RiakTsPB.TsGetReqOrBuilder
public 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.TsGetReqOrBuilder
public int getTimeout()
optional uint32 timeout = 3;
getTimeout
in interface RiakTsPB.TsGetReqOrBuilder
public RiakTsPB.TsGetReq.Builder setTimeout(int value)
optional uint32 timeout = 3;
public RiakTsPB.TsGetReq.Builder clearTimeout()
optional uint32 timeout = 3;
Copyright © 2016. All rights reserved.