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, 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<RiakDtPB.DtValue.Builder>
public RiakDtPB.DtValue.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<RiakDtPB.DtValue.Builder>
public RiakDtPB.DtValue.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<RiakDtPB.DtValue.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<RiakDtPB.DtValue.Builder>
public RiakDtPB.DtValue getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public RiakDtPB.DtValue build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public RiakDtPB.DtValue buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public RiakDtPB.DtValue.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<RiakDtPB.DtValue.Builder>
IOException
public boolean hasCounterValue()
optional sint64 counter_value = 1;
hasCounterValue
in interface RiakDtPB.DtValueOrBuilder
public long getCounterValue()
optional sint64 counter_value = 1;
getCounterValue
in interface RiakDtPB.DtValueOrBuilder
public 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.DtValueOrBuilder
public int getSetValueCount()
repeated bytes set_value = 2;
getSetValueCount
in interface RiakDtPB.DtValueOrBuilder
public com.google.protobuf.ByteString getSetValue(int index)
repeated bytes set_value = 2;
getSetValue
in interface RiakDtPB.DtValueOrBuilder
public 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.DtValueOrBuilder
public int getMapValueCount()
repeated .MapEntry map_value = 3;
getMapValueCount
in interface RiakDtPB.DtValueOrBuilder
public RiakDtPB.MapEntry getMapValue(int index)
repeated .MapEntry map_value = 3;
getMapValue
in interface RiakDtPB.DtValueOrBuilder
public 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.DtValueOrBuilder
public List<? extends RiakDtPB.MapEntryOrBuilder> getMapValueOrBuilderList()
repeated .MapEntry map_value = 3;
getMapValueOrBuilderList
in interface RiakDtPB.DtValueOrBuilder
public 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.DtValueOrBuilder
public long getHllValue()
optional uint64 hll_value = 4;
We return an estimated cardinality of the Hyperloglog set on fetch.
getHllValue
in interface RiakDtPB.DtValueOrBuilder
public 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.DtValueOrBuilder
public int getGsetValueCount()
repeated bytes gset_value = 5;
getGsetValueCount
in interface RiakDtPB.DtValueOrBuilder
public com.google.protobuf.ByteString getGsetValue(int index)
repeated bytes gset_value = 5;
getGsetValue
in interface RiakDtPB.DtValueOrBuilder
public 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.