public static final class Common.ColumnValue extends com.google.protobuf.GeneratedMessage implements Common.ColumnValueOrBuilder
ColumnValue
A value might be a TypedValue or an Array of TypedValue's
| Modifier and Type | Class and Description |
|---|---|
static class |
Common.ColumnValue.Builder
Protobuf type
ColumnValue |
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 |
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.GeneratedMessage.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
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()
optional bool has_array_value = 3; |
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)
repeated .TypedValue value = 1; |
int |
getValueCount()
repeated .TypedValue value = 1; |
List<Common.TypedValue> |
getValueList()
repeated .TypedValue value = 1; |
Common.TypedValueOrBuilder |
getValueOrBuilder(int index)
repeated .TypedValue value = 1; |
List<? extends Common.TypedValueOrBuilder> |
getValueOrBuilderList()
repeated .TypedValue value = 1; |
boolean |
hasScalarValue()
optional .TypedValue scalar_value = 4; |
protected com.google.protobuf.GeneratedMessage.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.GeneratedMessage.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, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField, writeReplace, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, 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.GeneratedMessage.Builder<?> builder)
private Common.ColumnValue()
private Common.ColumnValue(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic List<Common.TypedValue> getValueList()
repeated .TypedValue value = 1;
deprecated, use array_value or scalar_value
getValueList in interface Common.ColumnValueOrBuilderpublic List<? extends Common.TypedValueOrBuilder> getValueOrBuilderList()
repeated .TypedValue value = 1;
deprecated, use array_value or scalar_value
getValueOrBuilderList in interface Common.ColumnValueOrBuilderpublic int getValueCount()
repeated .TypedValue value = 1;
deprecated, use array_value or scalar_value
getValueCount in interface Common.ColumnValueOrBuilderpublic Common.TypedValue getValue(int index)
repeated .TypedValue value = 1;
deprecated, use array_value or scalar_value
getValue in interface Common.ColumnValueOrBuilderpublic Common.TypedValueOrBuilder getValueOrBuilder(int index)
repeated .TypedValue value = 1;
deprecated, use array_value or scalar_value
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()
optional bool has_array_value = 3;
Is an array value set?
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.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic 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.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessagepublic 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.GeneratedMessagepublic 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.