public static final class RiakDtPB.DtValue extends com.google.protobuf.GeneratedMessage 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 | Class and Description |
---|---|
static class |
RiakDtPB.DtValue.Builder
Protobuf type
DtValue |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
COUNTER_VALUE_FIELD_NUMBER |
static int |
GSET_VALUE_FIELD_NUMBER |
static int |
HLL_VALUE_FIELD_NUMBER |
static int |
MAP_VALUE_FIELD_NUMBER |
static com.google.protobuf.Parser<RiakDtPB.DtValue> |
PARSER |
static int |
SET_VALUE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
long |
getCounterValue()
optional sint64 counter_value = 1; |
static RiakDtPB.DtValue |
getDefaultInstance() |
RiakDtPB.DtValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
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.Parser<RiakDtPB.DtValue> |
getParserForType() |
int |
getSerializedSize() |
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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCounterValue()
optional sint64 counter_value = 1; |
boolean |
hasHllValue()
optional uint64 hll_value = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RiakDtPB.DtValue.Builder |
newBuilder() |
static RiakDtPB.DtValue.Builder |
newBuilder(RiakDtPB.DtValue prototype) |
RiakDtPB.DtValue.Builder |
newBuilderForType() |
protected RiakDtPB.DtValue.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static RiakDtPB.DtValue |
parseDelimitedFrom(InputStream input) |
static RiakDtPB.DtValue |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakDtPB.DtValue |
parseFrom(byte[] data) |
static RiakDtPB.DtValue |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakDtPB.DtValue |
parseFrom(com.google.protobuf.ByteString data) |
static RiakDtPB.DtValue |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakDtPB.DtValue |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RiakDtPB.DtValue |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakDtPB.DtValue |
parseFrom(InputStream input) |
static RiakDtPB.DtValue |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RiakDtPB.DtValue.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toString
checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<RiakDtPB.DtValue> PARSER
public static final int COUNTER_VALUE_FIELD_NUMBER
public static final int SET_VALUE_FIELD_NUMBER
public static final int MAP_VALUE_FIELD_NUMBER
public static final int HLL_VALUE_FIELD_NUMBER
public static final int GSET_VALUE_FIELD_NUMBER
public static RiakDtPB.DtValue getDefaultInstance()
public RiakDtPB.DtValue getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<RiakDtPB.DtValue> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
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 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 List<RiakDtPB.MapEntry> getMapValueList()
repeated .MapEntry map_value = 3;
getMapValueList
in interface RiakDtPB.DtValueOrBuilder
public List<? extends RiakDtPB.MapEntryOrBuilder> getMapValueOrBuilderList()
repeated .MapEntry map_value = 3;
getMapValueOrBuilderList
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.MapEntryOrBuilder getMapValueOrBuilder(int index)
repeated .MapEntry map_value = 3;
getMapValueOrBuilder
in interface RiakDtPB.DtValueOrBuilder
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 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 final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static RiakDtPB.DtValue parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RiakDtPB.DtValue parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RiakDtPB.DtValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RiakDtPB.DtValue parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RiakDtPB.DtValue parseFrom(InputStream input) throws IOException
IOException
public static RiakDtPB.DtValue parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RiakDtPB.DtValue parseDelimitedFrom(InputStream input) throws IOException
IOException
public static RiakDtPB.DtValue parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RiakDtPB.DtValue parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static RiakDtPB.DtValue parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RiakDtPB.DtValue.Builder newBuilder()
public RiakDtPB.DtValue.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static RiakDtPB.DtValue.Builder newBuilder(RiakDtPB.DtValue prototype)
public RiakDtPB.DtValue.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected RiakDtPB.DtValue.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2016. All rights reserved.