public final class Value extends com.google.protobuf.GeneratedMessageV3 implements ValueOrBuilder
dstore.values.Value| Modifier and Type | Class and Description |
|---|---|
static class |
Value.Builder
Protobuf type
dstore.values.Value |
static class |
Value.ValueCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
BOOLEAN_VALUE_FIELD_NUMBER |
static int |
BYTE_VALUE_FIELD_NUMBER |
static int |
DECIMAL_VALUE_FIELD_NUMBER |
static int |
DOUBLE_VALUE_FIELD_NUMBER |
static int |
INTEGER_VALUE_FIELD_NUMBER |
static int |
LONG_VALUE_FIELD_NUMBER |
static int |
STRING_VALUE_FIELD_NUMBER |
static int |
TIMESTAMP_VALUE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
BooleanValue |
getBooleanValue()
.dstore.values.BooleanValue boolean_value = 14; |
BooleanValueOrBuilder |
getBooleanValueOrBuilder()
.dstore.values.BooleanValue boolean_value = 14; |
BytesValue |
getByteValue()
.dstore.values.BytesValue byte_value = 12; |
BytesValueOrBuilder |
getByteValueOrBuilder()
.dstore.values.BytesValue byte_value = 12; |
DecimalValue |
getDecimalValue()
.dstore.values.DecimalValue decimal_value = 15; |
DecimalValueOrBuilder |
getDecimalValueOrBuilder()
.dstore.values.DecimalValue decimal_value = 15; |
static Value |
getDefaultInstance() |
Value |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
DoubleValue |
getDoubleValue()
.dstore.values.DoubleValue double_value = 13; |
DoubleValueOrBuilder |
getDoubleValueOrBuilder()
.dstore.values.DoubleValue double_value = 13; |
IntegerValue |
getIntegerValue()
.dstore.values.IntegerValue integer_value = 10; |
IntegerValueOrBuilder |
getIntegerValueOrBuilder()
.dstore.values.IntegerValue integer_value = 10; |
LongValue |
getLongValue()
.dstore.values.LongValue long_value = 17; |
LongValueOrBuilder |
getLongValueOrBuilder()
.dstore.values.LongValue long_value = 17; |
com.google.protobuf.Parser<Value> |
getParserForType() |
int |
getSerializedSize() |
StringValue |
getStringValue()
.dstore.values.StringValue string_value = 11; |
StringValueOrBuilder |
getStringValueOrBuilder()
.dstore.values.StringValue string_value = 11; |
TimestampValue |
getTimestampValue()
.dstore.values.TimestampValue timestamp_value = 16; |
TimestampValueOrBuilder |
getTimestampValueOrBuilder()
.dstore.values.TimestampValue timestamp_value = 16; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Value.ValueCase |
getValueCase() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Value.Builder |
newBuilder() |
static Value.Builder |
newBuilder(Value prototype) |
Value.Builder |
newBuilderForType() |
protected Value.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Value |
parseDelimitedFrom(java.io.InputStream input) |
static Value |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Value |
parseFrom(byte[] data) |
static Value |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Value |
parseFrom(com.google.protobuf.ByteString data) |
static Value |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Value |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Value |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Value |
parseFrom(java.io.InputStream input) |
static Value |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Value> |
parser() |
Value.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int INTEGER_VALUE_FIELD_NUMBER
public static final int STRING_VALUE_FIELD_NUMBER
public static final int BYTE_VALUE_FIELD_NUMBER
public static final int DOUBLE_VALUE_FIELD_NUMBER
public static final int BOOLEAN_VALUE_FIELD_NUMBER
public static final int DECIMAL_VALUE_FIELD_NUMBER
public static final int TIMESTAMP_VALUE_FIELD_NUMBER
public static final int LONG_VALUE_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public Value.ValueCase getValueCase()
getValueCase in interface ValueOrBuilderpublic IntegerValue getIntegerValue()
.dstore.values.IntegerValue integer_value = 10;getIntegerValue in interface ValueOrBuilderpublic IntegerValueOrBuilder getIntegerValueOrBuilder()
.dstore.values.IntegerValue integer_value = 10;getIntegerValueOrBuilder in interface ValueOrBuilderpublic StringValue getStringValue()
.dstore.values.StringValue string_value = 11;getStringValue in interface ValueOrBuilderpublic StringValueOrBuilder getStringValueOrBuilder()
.dstore.values.StringValue string_value = 11;getStringValueOrBuilder in interface ValueOrBuilderpublic BytesValue getByteValue()
.dstore.values.BytesValue byte_value = 12;getByteValue in interface ValueOrBuilderpublic BytesValueOrBuilder getByteValueOrBuilder()
.dstore.values.BytesValue byte_value = 12;getByteValueOrBuilder in interface ValueOrBuilderpublic DoubleValue getDoubleValue()
.dstore.values.DoubleValue double_value = 13;getDoubleValue in interface ValueOrBuilderpublic DoubleValueOrBuilder getDoubleValueOrBuilder()
.dstore.values.DoubleValue double_value = 13;getDoubleValueOrBuilder in interface ValueOrBuilderpublic BooleanValue getBooleanValue()
.dstore.values.BooleanValue boolean_value = 14;getBooleanValue in interface ValueOrBuilderpublic BooleanValueOrBuilder getBooleanValueOrBuilder()
.dstore.values.BooleanValue boolean_value = 14;getBooleanValueOrBuilder in interface ValueOrBuilderpublic DecimalValue getDecimalValue()
.dstore.values.DecimalValue decimal_value = 15;getDecimalValue in interface ValueOrBuilderpublic DecimalValueOrBuilder getDecimalValueOrBuilder()
.dstore.values.DecimalValue decimal_value = 15;getDecimalValueOrBuilder in interface ValueOrBuilderpublic TimestampValue getTimestampValue()
.dstore.values.TimestampValue timestamp_value = 16;getTimestampValue in interface ValueOrBuilderpublic TimestampValueOrBuilder getTimestampValueOrBuilder()
.dstore.values.TimestampValue timestamp_value = 16;getTimestampValueOrBuilder in interface ValueOrBuilderpublic LongValue getLongValue()
.dstore.values.LongValue long_value = 17;getLongValue in interface ValueOrBuilderpublic LongValueOrBuilder getLongValueOrBuilder()
.dstore.values.LongValue long_value = 17;getLongValueOrBuilder in interface ValueOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Value parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Value parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Value parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Value parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Value parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Value parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Value parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Value parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Value parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Value parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Value.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Value.Builder newBuilder()
public static Value.Builder newBuilder(Value prototype)
public Value.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Value.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Value getDefaultInstance()
public static com.google.protobuf.Parser<Value> parser()
public com.google.protobuf.Parser<Value> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Value getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder