public static final class Common.ColumnValue extends com.google.protobuf.GeneratedMessageV3 implements Common.ColumnValueOrBuilder
A value might be a TypedValue or an Array of TypedValue'sProtobuf type
ColumnValue| Modifier and Type | Class and Description |
|---|---|
static class |
Common.ColumnValue.Builder
A value might be a TypedValue or an Array of TypedValue's
|
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 |
ARRAY_VALUE_FIELD_NUMBER |
private List<Common.TypedValue> |
arrayValue_ |
private int |
bitField0_ |
private static Common.ColumnValue |
DEFAULT_INSTANCE |
static int |
HAS_ARRAY_VALUE_FIELD_NUMBER |
private boolean |
hasArrayValue_ |
private byte |
memoizedIsInitialized |
private static com.google.protobuf.Parser<Common.ColumnValue> |
PARSER |
static int |
SCALAR_VALUE_FIELD_NUMBER |
private Common.TypedValue |
scalarValue_ |
private static long |
serialVersionUID |
private List<Common.TypedValue> |
value_ |
static int |
VALUE_FIELD_NUMBER |
| Modifier | Constructor and Description |
|---|---|
private |
Common.ColumnValue() |
private |
Common.ColumnValue(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
private |
Common.ColumnValue(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Common.TypedValue |
getArrayValue(int index)
repeated .TypedValue array_value = 2; |
int |
getArrayValueCount()
repeated .TypedValue array_value = 2; |
List<Common.TypedValue> |
getArrayValueList()
repeated .TypedValue array_value = 2; |
Common.TypedValueOrBuilder |
getArrayValueOrBuilder(int index)
repeated .TypedValue array_value = 2; |
List<? extends Common.TypedValueOrBuilder> |
getArrayValueOrBuilderList()
repeated .TypedValue array_value = 2; |
static Common.ColumnValue |
getDefaultInstance() |
Common.ColumnValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getHasArrayValue()
Is an array value set?
|
com.google.protobuf.Parser<Common.ColumnValue> |
getParserForType() |
Common.TypedValue |
getScalarValue()
optional .TypedValue scalar_value = 4; |
Common.TypedValueOrBuilder |
getScalarValueOrBuilder()
optional .TypedValue scalar_value = 4; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Common.TypedValue |
getValue(int index)
deprecated, use array_value or scalar_value
|
int |
getValueCount()
deprecated, use array_value or scalar_value
|
List<Common.TypedValue> |
getValueList()
deprecated, use array_value or scalar_value
|
Common.TypedValueOrBuilder |
getValueOrBuilder(int index)
deprecated, use array_value or scalar_value
|
List<? extends Common.TypedValueOrBuilder> |
getValueOrBuilderList()
deprecated, use array_value or scalar_value
|
int |
hashCode() |
boolean |
hasScalarValue()
optional .TypedValue scalar_value = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Common.ColumnValue.Builder |
newBuilder() |
static Common.ColumnValue.Builder |
newBuilder(Common.ColumnValue prototype) |
Common.ColumnValue.Builder |
newBuilderForType() |
protected Common.ColumnValue.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Common.ColumnValue |
parseDelimitedFrom(InputStream input) |
static Common.ColumnValue |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.ColumnValue |
parseFrom(byte[] data) |
static Common.ColumnValue |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.ColumnValue |
parseFrom(com.google.protobuf.ByteString data) |
static Common.ColumnValue |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.ColumnValue |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Common.ColumnValue |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.ColumnValue |
parseFrom(InputStream input) |
static Common.ColumnValue |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Common.ColumnValue> |
parser() |
Common.ColumnValue.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, waitprivate int bitField0_
public static final int VALUE_FIELD_NUMBER
private List<Common.TypedValue> value_
public static final int ARRAY_VALUE_FIELD_NUMBER
private List<Common.TypedValue> arrayValue_
public static final int HAS_ARRAY_VALUE_FIELD_NUMBER
private boolean hasArrayValue_
public static final int SCALAR_VALUE_FIELD_NUMBER
private Common.TypedValue scalarValue_
private byte memoizedIsInitialized
private static final long serialVersionUID
private static final Common.ColumnValue DEFAULT_INSTANCE
private static final com.google.protobuf.Parser<Common.ColumnValue> PARSER
private Common.ColumnValue(com.google.protobuf.GeneratedMessageV3.Builder<?> builder)
private Common.ColumnValue()
private Common.ColumnValue(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic 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 List<Common.TypedValue> getValueList()
deprecated, use array_value or scalar_value
repeated .TypedValue value = 1;getValueList in interface Common.ColumnValueOrBuilderpublic List<? extends Common.TypedValueOrBuilder> getValueOrBuilderList()
deprecated, use array_value or scalar_value
repeated .TypedValue value = 1;getValueOrBuilderList in interface Common.ColumnValueOrBuilderpublic int getValueCount()
deprecated, use array_value or scalar_value
repeated .TypedValue value = 1;getValueCount in interface Common.ColumnValueOrBuilderpublic Common.TypedValue getValue(int index)
deprecated, use array_value or scalar_value
repeated .TypedValue value = 1;getValue in interface Common.ColumnValueOrBuilderpublic Common.TypedValueOrBuilder getValueOrBuilder(int index)
deprecated, use array_value or scalar_value
repeated .TypedValue value = 1;getValueOrBuilder in interface Common.ColumnValueOrBuilderpublic List<Common.TypedValue> getArrayValueList()
repeated .TypedValue array_value = 2;getArrayValueList in interface Common.ColumnValueOrBuilderpublic List<? extends Common.TypedValueOrBuilder> getArrayValueOrBuilderList()
repeated .TypedValue array_value = 2;getArrayValueOrBuilderList in interface Common.ColumnValueOrBuilderpublic int getArrayValueCount()
repeated .TypedValue array_value = 2;getArrayValueCount in interface Common.ColumnValueOrBuilderpublic Common.TypedValue getArrayValue(int index)
repeated .TypedValue array_value = 2;getArrayValue in interface Common.ColumnValueOrBuilderpublic Common.TypedValueOrBuilder getArrayValueOrBuilder(int index)
repeated .TypedValue array_value = 2;getArrayValueOrBuilder in interface Common.ColumnValueOrBuilderpublic boolean getHasArrayValue()
Is an array value set?
optional bool has_array_value = 3;getHasArrayValue in interface Common.ColumnValueOrBuilderpublic boolean hasScalarValue()
optional .TypedValue scalar_value = 4;hasScalarValue in interface Common.ColumnValueOrBuilderpublic Common.TypedValue getScalarValue()
optional .TypedValue scalar_value = 4;getScalarValue in interface Common.ColumnValueOrBuilderpublic Common.TypedValueOrBuilder getScalarValueOrBuilder()
optional .TypedValue scalar_value = 4;getScalarValueOrBuilder in interface Common.ColumnValueOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(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 Common.ColumnValue parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.ColumnValue parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.ColumnValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.ColumnValue parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.ColumnValue parseFrom(InputStream input) throws IOException
IOExceptionpublic static Common.ColumnValue parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Common.ColumnValue parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Common.ColumnValue parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Common.ColumnValue parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Common.ColumnValue parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Common.ColumnValue.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Common.ColumnValue.Builder newBuilder()
public static Common.ColumnValue.Builder newBuilder(Common.ColumnValue prototype)
public Common.ColumnValue.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Common.ColumnValue.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Common.ColumnValue getDefaultInstance()
public static com.google.protobuf.Parser<Common.ColumnValue> parser()
public com.google.protobuf.Parser<Common.ColumnValue> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Common.ColumnValue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.