public static final class RiakDtPB.DtValue.Builder extends com.google.protobuf.GeneratedMessage.Builder<RiakDtPB.DtValue.Builder> implements RiakDtPB.DtValueOrBuilder
DtValue
The value of the fetched data type. If present in the response, then empty values (sets, maps) should be treated as such.
| Modifier and Type | Method and Description |
|---|---|
RiakDtPB.DtValue.Builder |
addAllGsetValue(Iterable<? extends com.google.protobuf.ByteString> values)
repeated bytes gset_value = 5; |
RiakDtPB.DtValue.Builder |
addAllMapValue(Iterable<? extends RiakDtPB.MapEntry> values)
repeated .MapEntry map_value = 3; |
RiakDtPB.DtValue.Builder |
addAllSetValue(Iterable<? extends com.google.protobuf.ByteString> values)
repeated bytes set_value = 2; |
RiakDtPB.DtValue.Builder |
addGsetValue(com.google.protobuf.ByteString value)
repeated bytes gset_value = 5; |
RiakDtPB.DtValue.Builder |
addMapValue(int index,
RiakDtPB.MapEntry.Builder builderForValue)
repeated .MapEntry map_value = 3; |
RiakDtPB.DtValue.Builder |
addMapValue(int index,
RiakDtPB.MapEntry value)
repeated .MapEntry map_value = 3; |
RiakDtPB.DtValue.Builder |
addMapValue(RiakDtPB.MapEntry.Builder builderForValue)
repeated .MapEntry map_value = 3; |
RiakDtPB.DtValue.Builder |
addMapValue(RiakDtPB.MapEntry value)
repeated .MapEntry map_value = 3; |
RiakDtPB.MapEntry.Builder |
addMapValueBuilder()
repeated .MapEntry map_value = 3; |
RiakDtPB.MapEntry.Builder |
addMapValueBuilder(int index)
repeated .MapEntry map_value = 3; |
RiakDtPB.DtValue.Builder |
addSetValue(com.google.protobuf.ByteString value)
repeated bytes set_value = 2; |
RiakDtPB.DtValue |
build() |
RiakDtPB.DtValue |
buildPartial() |
RiakDtPB.DtValue.Builder |
clear() |
RiakDtPB.DtValue.Builder |
clearCounterValue()
optional sint64 counter_value = 1; |
RiakDtPB.DtValue.Builder |
clearGsetValue()
repeated bytes gset_value = 5; |
RiakDtPB.DtValue.Builder |
clearHllValue()
optional uint64 hll_value = 4; |
RiakDtPB.DtValue.Builder |
clearMapValue()
repeated .MapEntry map_value = 3; |
RiakDtPB.DtValue.Builder |
clearSetValue()
repeated bytes set_value = 2; |
RiakDtPB.DtValue.Builder |
clone() |
long |
getCounterValue()
optional sint64 counter_value = 1; |
RiakDtPB.DtValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getGsetValue(int index)
repeated bytes gset_value = 5; |
int |
getGsetValueCount()
repeated bytes gset_value = 5; |
List<com.google.protobuf.ByteString> |
getGsetValueList()
repeated bytes gset_value = 5; |
long |
getHllValue()
optional uint64 hll_value = 4; |
RiakDtPB.MapEntry |
getMapValue(int index)
repeated .MapEntry map_value = 3; |
RiakDtPB.MapEntry.Builder |
getMapValueBuilder(int index)
repeated .MapEntry map_value = 3; |
List<RiakDtPB.MapEntry.Builder> |
getMapValueBuilderList()
repeated .MapEntry map_value = 3; |
int |
getMapValueCount()
repeated .MapEntry map_value = 3; |
List<RiakDtPB.MapEntry> |
getMapValueList()
repeated .MapEntry map_value = 3; |
RiakDtPB.MapEntryOrBuilder |
getMapValueOrBuilder(int index)
repeated .MapEntry map_value = 3; |
List<? extends RiakDtPB.MapEntryOrBuilder> |
getMapValueOrBuilderList()
repeated .MapEntry map_value = 3; |
com.google.protobuf.ByteString |
getSetValue(int index)
repeated bytes set_value = 2; |
int |
getSetValueCount()
repeated bytes set_value = 2; |
List<com.google.protobuf.ByteString> |
getSetValueList()
repeated bytes set_value = 2; |
boolean |
hasCounterValue()
optional sint64 counter_value = 1; |
boolean |
hasHllValue()
optional uint64 hll_value = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RiakDtPB.DtValue.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RiakDtPB.DtValue.Builder |
mergeFrom(com.google.protobuf.Message other) |
RiakDtPB.DtValue.Builder |
mergeFrom(RiakDtPB.DtValue other) |
RiakDtPB.DtValue.Builder |
removeMapValue(int index)
repeated .MapEntry map_value = 3; |
RiakDtPB.DtValue.Builder |
setCounterValue(long value)
optional sint64 counter_value = 1; |
RiakDtPB.DtValue.Builder |
setGsetValue(int index,
com.google.protobuf.ByteString value)
repeated bytes gset_value = 5; |
RiakDtPB.DtValue.Builder |
setHllValue(long value)
optional uint64 hll_value = 4; |
RiakDtPB.DtValue.Builder |
setMapValue(int index,
RiakDtPB.MapEntry.Builder builderForValue)
repeated .MapEntry map_value = 3; |
RiakDtPB.DtValue.Builder |
setMapValue(int index,
RiakDtPB.MapEntry value)
repeated .MapEntry map_value = 3; |
RiakDtPB.DtValue.Builder |
setSetValue(int index,
com.google.protobuf.ByteString value)
repeated bytes set_value = 2; |
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<RiakDtPB.DtValue.Builder>public RiakDtPB.DtValue.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<RiakDtPB.DtValue.Builder>public RiakDtPB.DtValue.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<RiakDtPB.DtValue.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<RiakDtPB.DtValue.Builder>public RiakDtPB.DtValue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RiakDtPB.DtValue build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RiakDtPB.DtValue buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RiakDtPB.DtValue.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RiakDtPB.DtValue.Builder>public RiakDtPB.DtValue.Builder mergeFrom(RiakDtPB.DtValue other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<RiakDtPB.DtValue.Builder>public RiakDtPB.DtValue.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<RiakDtPB.DtValue.Builder>IOExceptionpublic boolean hasCounterValue()
optional sint64 counter_value = 1;hasCounterValue in interface RiakDtPB.DtValueOrBuilderpublic long getCounterValue()
optional sint64 counter_value = 1;getCounterValue in interface RiakDtPB.DtValueOrBuilderpublic RiakDtPB.DtValue.Builder setCounterValue(long value)
optional sint64 counter_value = 1;public RiakDtPB.DtValue.Builder clearCounterValue()
optional sint64 counter_value = 1;public List<com.google.protobuf.ByteString> getSetValueList()
repeated bytes set_value = 2;getSetValueList in interface RiakDtPB.DtValueOrBuilderpublic int getSetValueCount()
repeated bytes set_value = 2;getSetValueCount in interface RiakDtPB.DtValueOrBuilderpublic com.google.protobuf.ByteString getSetValue(int index)
repeated bytes set_value = 2;getSetValue in interface RiakDtPB.DtValueOrBuilderpublic RiakDtPB.DtValue.Builder setSetValue(int index, com.google.protobuf.ByteString value)
repeated bytes set_value = 2;public RiakDtPB.DtValue.Builder addSetValue(com.google.protobuf.ByteString value)
repeated bytes set_value = 2;public RiakDtPB.DtValue.Builder addAllSetValue(Iterable<? extends com.google.protobuf.ByteString> values)
repeated bytes set_value = 2;public RiakDtPB.DtValue.Builder clearSetValue()
repeated bytes set_value = 2;public List<RiakDtPB.MapEntry> getMapValueList()
repeated .MapEntry map_value = 3;getMapValueList in interface RiakDtPB.DtValueOrBuilderpublic int getMapValueCount()
repeated .MapEntry map_value = 3;getMapValueCount in interface RiakDtPB.DtValueOrBuilderpublic RiakDtPB.MapEntry getMapValue(int index)
repeated .MapEntry map_value = 3;getMapValue in interface RiakDtPB.DtValueOrBuilderpublic RiakDtPB.DtValue.Builder setMapValue(int index, RiakDtPB.MapEntry value)
repeated .MapEntry map_value = 3;public RiakDtPB.DtValue.Builder setMapValue(int index, RiakDtPB.MapEntry.Builder builderForValue)
repeated .MapEntry map_value = 3;public RiakDtPB.DtValue.Builder addMapValue(RiakDtPB.MapEntry value)
repeated .MapEntry map_value = 3;public RiakDtPB.DtValue.Builder addMapValue(int index, RiakDtPB.MapEntry value)
repeated .MapEntry map_value = 3;public RiakDtPB.DtValue.Builder addMapValue(RiakDtPB.MapEntry.Builder builderForValue)
repeated .MapEntry map_value = 3;public RiakDtPB.DtValue.Builder addMapValue(int index, RiakDtPB.MapEntry.Builder builderForValue)
repeated .MapEntry map_value = 3;public RiakDtPB.DtValue.Builder addAllMapValue(Iterable<? extends RiakDtPB.MapEntry> values)
repeated .MapEntry map_value = 3;public RiakDtPB.DtValue.Builder clearMapValue()
repeated .MapEntry map_value = 3;public RiakDtPB.DtValue.Builder removeMapValue(int index)
repeated .MapEntry map_value = 3;public RiakDtPB.MapEntry.Builder getMapValueBuilder(int index)
repeated .MapEntry map_value = 3;public RiakDtPB.MapEntryOrBuilder getMapValueOrBuilder(int index)
repeated .MapEntry map_value = 3;getMapValueOrBuilder in interface RiakDtPB.DtValueOrBuilderpublic List<? extends RiakDtPB.MapEntryOrBuilder> getMapValueOrBuilderList()
repeated .MapEntry map_value = 3;getMapValueOrBuilderList in interface RiakDtPB.DtValueOrBuilderpublic RiakDtPB.MapEntry.Builder addMapValueBuilder()
repeated .MapEntry map_value = 3;public RiakDtPB.MapEntry.Builder addMapValueBuilder(int index)
repeated .MapEntry map_value = 3;public List<RiakDtPB.MapEntry.Builder> getMapValueBuilderList()
repeated .MapEntry map_value = 3;public boolean hasHllValue()
optional uint64 hll_value = 4;
We return an estimated cardinality of the Hyperloglog set on fetch.
hasHllValue in interface RiakDtPB.DtValueOrBuilderpublic long getHllValue()
optional uint64 hll_value = 4;
We return an estimated cardinality of the Hyperloglog set on fetch.
getHllValue in interface RiakDtPB.DtValueOrBuilderpublic RiakDtPB.DtValue.Builder setHllValue(long value)
optional uint64 hll_value = 4;
We return an estimated cardinality of the Hyperloglog set on fetch.
public RiakDtPB.DtValue.Builder clearHllValue()
optional uint64 hll_value = 4;
We return an estimated cardinality of the Hyperloglog set on fetch.
public List<com.google.protobuf.ByteString> getGsetValueList()
repeated bytes gset_value = 5;getGsetValueList in interface RiakDtPB.DtValueOrBuilderpublic int getGsetValueCount()
repeated bytes gset_value = 5;getGsetValueCount in interface RiakDtPB.DtValueOrBuilderpublic com.google.protobuf.ByteString getGsetValue(int index)
repeated bytes gset_value = 5;getGsetValue in interface RiakDtPB.DtValueOrBuilderpublic RiakDtPB.DtValue.Builder setGsetValue(int index, com.google.protobuf.ByteString value)
repeated bytes gset_value = 5;public RiakDtPB.DtValue.Builder addGsetValue(com.google.protobuf.ByteString value)
repeated bytes gset_value = 5;public RiakDtPB.DtValue.Builder addAllGsetValue(Iterable<? extends com.google.protobuf.ByteString> values)
repeated bytes gset_value = 5;public RiakDtPB.DtValue.Builder clearGsetValue()
repeated bytes gset_value = 5;Copyright © 2016. All rights reserved.