public static final class Common.AvaticaType extends com.google.protobuf.GeneratedMessageV3 implements Common.AvaticaTypeOrBuilder
Base class for a column typeProtobuf type
AvaticaType| Modifier and Type | Class and Description |
|---|---|
static class |
Common.AvaticaType.Builder
Base class for a column type
|
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 |
|---|---|
private int |
bitField0_ |
private List<Common.ColumnMetaData> |
columns_ |
static int |
COLUMNS_FIELD_NUMBER |
private Common.AvaticaType |
component_ |
static int |
COMPONENT_FIELD_NUMBER |
private static Common.AvaticaType |
DEFAULT_INSTANCE |
private int |
id_ |
static int |
ID_FIELD_NUMBER |
private byte |
memoizedIsInitialized |
private Object |
name_ |
static int |
NAME_FIELD_NUMBER |
private static com.google.protobuf.Parser<Common.AvaticaType> |
PARSER |
private int |
rep_ |
static int |
REP_FIELD_NUMBER |
private static long |
serialVersionUID |
| Modifier | Constructor and Description |
|---|---|
private |
AvaticaType() |
private |
AvaticaType(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
private |
AvaticaType(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Common.ColumnMetaData |
getColumns(int index)
Only present when name = STRUCT
|
int |
getColumnsCount()
Only present when name = STRUCT
|
List<Common.ColumnMetaData> |
getColumnsList()
Only present when name = STRUCT
|
Common.ColumnMetaDataOrBuilder |
getColumnsOrBuilder(int index)
Only present when name = STRUCT
|
List<? extends Common.ColumnMetaDataOrBuilder> |
getColumnsOrBuilderList()
Only present when name = STRUCT
|
Common.AvaticaType |
getComponent()
Only present when name = ARRAY
|
Common.AvaticaTypeOrBuilder |
getComponentOrBuilder()
Only present when name = ARRAY
|
static Common.AvaticaType |
getDefaultInstance() |
Common.AvaticaType |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getId()
uint32 id = 1; |
String |
getName()
string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 2; |
com.google.protobuf.Parser<Common.AvaticaType> |
getParserForType() |
Common.Rep |
getRep()
.Rep rep = 3; |
int |
getRepValue()
.Rep rep = 3; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasComponent()
Only present when name = ARRAY
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Common.AvaticaType.Builder |
newBuilder() |
static Common.AvaticaType.Builder |
newBuilder(Common.AvaticaType prototype) |
Common.AvaticaType.Builder |
newBuilderForType() |
protected Common.AvaticaType.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Common.AvaticaType |
parseDelimitedFrom(InputStream input) |
static Common.AvaticaType |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.AvaticaType |
parseFrom(byte[] data) |
static Common.AvaticaType |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.AvaticaType |
parseFrom(ByteBuffer data) |
static Common.AvaticaType |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.AvaticaType |
parseFrom(com.google.protobuf.ByteString data) |
static Common.AvaticaType |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.AvaticaType |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Common.AvaticaType |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.AvaticaType |
parseFrom(InputStream input) |
static Common.AvaticaType |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Common.AvaticaType> |
parser() |
Common.AvaticaType.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 ID_FIELD_NUMBER
private int id_
public static final int NAME_FIELD_NUMBER
private volatile Object name_
public static final int REP_FIELD_NUMBER
private int rep_
public static final int COLUMNS_FIELD_NUMBER
private List<Common.ColumnMetaData> columns_
public static final int COMPONENT_FIELD_NUMBER
private Common.AvaticaType component_
private byte memoizedIsInitialized
private static final long serialVersionUID
private static final Common.AvaticaType DEFAULT_INSTANCE
private static final com.google.protobuf.Parser<Common.AvaticaType> PARSER
private AvaticaType(com.google.protobuf.GeneratedMessageV3.Builder<?> builder)
private AvaticaType()
private AvaticaType(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 int getId()
uint32 id = 1;getId in interface Common.AvaticaTypeOrBuilderpublic String getName()
string name = 2;getName in interface Common.AvaticaTypeOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
string name = 2;getNameBytes in interface Common.AvaticaTypeOrBuilderpublic int getRepValue()
.Rep rep = 3;getRepValue in interface Common.AvaticaTypeOrBuilderpublic Common.Rep getRep()
.Rep rep = 3;getRep in interface Common.AvaticaTypeOrBuilderpublic List<Common.ColumnMetaData> getColumnsList()
Only present when name = STRUCT
repeated .ColumnMetaData columns = 4;getColumnsList in interface Common.AvaticaTypeOrBuilderpublic List<? extends Common.ColumnMetaDataOrBuilder> getColumnsOrBuilderList()
Only present when name = STRUCT
repeated .ColumnMetaData columns = 4;getColumnsOrBuilderList in interface Common.AvaticaTypeOrBuilderpublic int getColumnsCount()
Only present when name = STRUCT
repeated .ColumnMetaData columns = 4;getColumnsCount in interface Common.AvaticaTypeOrBuilderpublic Common.ColumnMetaData getColumns(int index)
Only present when name = STRUCT
repeated .ColumnMetaData columns = 4;getColumns in interface Common.AvaticaTypeOrBuilderpublic Common.ColumnMetaDataOrBuilder getColumnsOrBuilder(int index)
Only present when name = STRUCT
repeated .ColumnMetaData columns = 4;getColumnsOrBuilder in interface Common.AvaticaTypeOrBuilderpublic boolean hasComponent()
Only present when name = ARRAY
.AvaticaType component = 5;hasComponent in interface Common.AvaticaTypeOrBuilderpublic Common.AvaticaType getComponent()
Only present when name = ARRAY
.AvaticaType component = 5;getComponent in interface Common.AvaticaTypeOrBuilderpublic Common.AvaticaTypeOrBuilder getComponentOrBuilder()
Only present when name = ARRAY
.AvaticaType component = 5;getComponentOrBuilder in interface Common.AvaticaTypeOrBuilderpublic 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.AvaticaType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.AvaticaType parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.AvaticaType parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.AvaticaType parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.AvaticaType parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.AvaticaType parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.AvaticaType parseFrom(InputStream input) throws IOException
IOExceptionpublic static Common.AvaticaType parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Common.AvaticaType parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Common.AvaticaType parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Common.AvaticaType parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Common.AvaticaType parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Common.AvaticaType.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Common.AvaticaType.Builder newBuilder()
public static Common.AvaticaType.Builder newBuilder(Common.AvaticaType prototype)
public Common.AvaticaType.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Common.AvaticaType.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Common.AvaticaType getDefaultInstance()
public static com.google.protobuf.Parser<Common.AvaticaType> parser()
public com.google.protobuf.Parser<Common.AvaticaType> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Common.AvaticaType getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.