public static final class Values.Value extends com.google.protobuf.GeneratedMessageV3 implements Values.ValueOrBuilder
dstore.values.Value| Modifier and Type | Class and Description |
|---|---|
static class |
Values.Value.Builder
Protobuf type
dstore.values.Value |
static class |
Values.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) |
Values.booleanValue |
getBooleanValue()
optional .dstore.values.booleanValue boolean_value = 14; |
Values.booleanValueOrBuilder |
getBooleanValueOrBuilder()
optional .dstore.values.booleanValue boolean_value = 14; |
Values.bytesValue |
getByteValue()
optional .dstore.values.bytesValue byte_value = 12; |
Values.bytesValueOrBuilder |
getByteValueOrBuilder()
optional .dstore.values.bytesValue byte_value = 12; |
Values.decimalValue |
getDecimalValue()
optional .dstore.values.decimalValue decimal_value = 15; |
Values.decimalValueOrBuilder |
getDecimalValueOrBuilder()
optional .dstore.values.decimalValue decimal_value = 15; |
static Values.Value |
getDefaultInstance() |
Values.Value |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Values.doubleValue |
getDoubleValue()
optional .dstore.values.doubleValue double_value = 13; |
Values.doubleValueOrBuilder |
getDoubleValueOrBuilder()
optional .dstore.values.doubleValue double_value = 13; |
Values.integerValue |
getIntegerValue()
optional .dstore.values.integerValue integer_value = 10; |
Values.integerValueOrBuilder |
getIntegerValueOrBuilder()
optional .dstore.values.integerValue integer_value = 10; |
Values.longValue |
getLongValue()
optional .dstore.values.longValue long_value = 17; |
Values.longValueOrBuilder |
getLongValueOrBuilder()
optional .dstore.values.longValue long_value = 17; |
com.google.protobuf.Parser<Values.Value> |
getParserForType() |
int |
getSerializedSize() |
Values.stringValue |
getStringValue()
optional .dstore.values.stringValue string_value = 11; |
Values.stringValueOrBuilder |
getStringValueOrBuilder()
optional .dstore.values.stringValue string_value = 11; |
Values.timestampValue |
getTimestampValue()
optional .dstore.values.timestampValue timestamp_value = 16; |
Values.timestampValueOrBuilder |
getTimestampValueOrBuilder()
optional .dstore.values.timestampValue timestamp_value = 16; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Values.Value.ValueCase |
getValueCase() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Values.Value.Builder |
newBuilder() |
static Values.Value.Builder |
newBuilder(Values.Value prototype) |
Values.Value.Builder |
newBuilderForType() |
protected Values.Value.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Values.Value |
parseDelimitedFrom(java.io.InputStream input) |
static Values.Value |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Values.Value |
parseFrom(byte[] data) |
static Values.Value |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Values.Value |
parseFrom(com.google.protobuf.ByteString data) |
static Values.Value |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Values.Value |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Values.Value |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Values.Value |
parseFrom(java.io.InputStream input) |
static Values.Value |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Values.Value> |
parser() |
Values.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, 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 Values.Value.ValueCase getValueCase()
getValueCase in interface Values.ValueOrBuilderpublic Values.integerValue getIntegerValue()
optional .dstore.values.integerValue integer_value = 10;getIntegerValue in interface Values.ValueOrBuilderpublic Values.integerValueOrBuilder getIntegerValueOrBuilder()
optional .dstore.values.integerValue integer_value = 10;getIntegerValueOrBuilder in interface Values.ValueOrBuilderpublic Values.stringValue getStringValue()
optional .dstore.values.stringValue string_value = 11;getStringValue in interface Values.ValueOrBuilderpublic Values.stringValueOrBuilder getStringValueOrBuilder()
optional .dstore.values.stringValue string_value = 11;getStringValueOrBuilder in interface Values.ValueOrBuilderpublic Values.bytesValue getByteValue()
optional .dstore.values.bytesValue byte_value = 12;getByteValue in interface Values.ValueOrBuilderpublic Values.bytesValueOrBuilder getByteValueOrBuilder()
optional .dstore.values.bytesValue byte_value = 12;getByteValueOrBuilder in interface Values.ValueOrBuilderpublic Values.doubleValue getDoubleValue()
optional .dstore.values.doubleValue double_value = 13;getDoubleValue in interface Values.ValueOrBuilderpublic Values.doubleValueOrBuilder getDoubleValueOrBuilder()
optional .dstore.values.doubleValue double_value = 13;getDoubleValueOrBuilder in interface Values.ValueOrBuilderpublic Values.booleanValue getBooleanValue()
optional .dstore.values.booleanValue boolean_value = 14;getBooleanValue in interface Values.ValueOrBuilderpublic Values.booleanValueOrBuilder getBooleanValueOrBuilder()
optional .dstore.values.booleanValue boolean_value = 14;getBooleanValueOrBuilder in interface Values.ValueOrBuilderpublic Values.decimalValue getDecimalValue()
optional .dstore.values.decimalValue decimal_value = 15;getDecimalValue in interface Values.ValueOrBuilderpublic Values.decimalValueOrBuilder getDecimalValueOrBuilder()
optional .dstore.values.decimalValue decimal_value = 15;getDecimalValueOrBuilder in interface Values.ValueOrBuilderpublic Values.timestampValue getTimestampValue()
optional .dstore.values.timestampValue timestamp_value = 16;getTimestampValue in interface Values.ValueOrBuilderpublic Values.timestampValueOrBuilder getTimestampValueOrBuilder()
optional .dstore.values.timestampValue timestamp_value = 16;getTimestampValueOrBuilder in interface Values.ValueOrBuilderpublic Values.longValue getLongValue()
optional .dstore.values.longValue long_value = 17;getLongValue in interface Values.ValueOrBuilderpublic Values.longValueOrBuilder getLongValueOrBuilder()
optional .dstore.values.longValue long_value = 17;getLongValueOrBuilder in interface Values.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 Values.Value parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Values.Value parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Values.Value parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Values.Value parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Values.Value parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Values.Value parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Values.Value parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Values.Value parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Values.Value parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Values.Value parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Values.Value.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Values.Value.Builder newBuilder()
public static Values.Value.Builder newBuilder(Values.Value prototype)
public Values.Value.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Values.Value.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Values.Value getDefaultInstance()
public static com.google.protobuf.Parser<Values.Value> parser()
public com.google.protobuf.Parser<Values.Value> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Values.Value getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder