public static final class Common.AvaticaType extends com.google.protobuf.GeneratedMessage implements Common.AvaticaTypeOrBuilder
AvaticaType
Base class for a column type
| Modifier and Type | Class and Description |
|---|---|
static class |
Common.AvaticaType.Builder
Protobuf type
AvaticaType |
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 |
|---|---|
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 |
Common.AvaticaType() |
private |
Common.AvaticaType(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
private |
Common.AvaticaType(com.google.protobuf.GeneratedMessage.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
Common.ColumnMetaData |
getColumns(int index)
repeated .ColumnMetaData columns = 4; |
int |
getColumnsCount()
repeated .ColumnMetaData columns = 4; |
List<Common.ColumnMetaData> |
getColumnsList()
repeated .ColumnMetaData columns = 4; |
Common.ColumnMetaDataOrBuilder |
getColumnsOrBuilder(int index)
repeated .ColumnMetaData columns = 4; |
List<? extends Common.ColumnMetaDataOrBuilder> |
getColumnsOrBuilderList()
repeated .ColumnMetaData columns = 4; |
Common.AvaticaType |
getComponent()
optional .AvaticaType component = 5; |
Common.AvaticaTypeOrBuilder |
getComponentOrBuilder()
optional .AvaticaType component = 5; |
static Common.AvaticaType |
getDefaultInstance() |
Common.AvaticaType |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getId()
optional uint32 id = 1; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
com.google.protobuf.Parser<Common.AvaticaType> |
getParserForType() |
Common.Rep |
getRep()
optional .Rep rep = 3; |
int |
getRepValue()
optional .Rep rep = 3; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasComponent()
optional .AvaticaType component = 5; |
protected com.google.protobuf.GeneratedMessage.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.GeneratedMessage.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(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, 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 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 Common.AvaticaType(com.google.protobuf.GeneratedMessage.Builder<?> builder)
private Common.AvaticaType()
private Common.AvaticaType(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 int getId()
optional uint32 id = 1;getId in interface Common.AvaticaTypeOrBuilderpublic String getName()
optional string name = 2;getName in interface Common.AvaticaTypeOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 2;getNameBytes in interface Common.AvaticaTypeOrBuilderpublic int getRepValue()
optional .Rep rep = 3;getRepValue in interface Common.AvaticaTypeOrBuilderpublic Common.Rep getRep()
optional .Rep rep = 3;getRep in interface Common.AvaticaTypeOrBuilderpublic List<Common.ColumnMetaData> getColumnsList()
repeated .ColumnMetaData columns = 4;
Only present when name = STRUCT
getColumnsList in interface Common.AvaticaTypeOrBuilderpublic List<? extends Common.ColumnMetaDataOrBuilder> getColumnsOrBuilderList()
repeated .ColumnMetaData columns = 4;
Only present when name = STRUCT
getColumnsOrBuilderList in interface Common.AvaticaTypeOrBuilderpublic int getColumnsCount()
repeated .ColumnMetaData columns = 4;
Only present when name = STRUCT
getColumnsCount in interface Common.AvaticaTypeOrBuilderpublic Common.ColumnMetaData getColumns(int index)
repeated .ColumnMetaData columns = 4;
Only present when name = STRUCT
getColumns in interface Common.AvaticaTypeOrBuilderpublic Common.ColumnMetaDataOrBuilder getColumnsOrBuilder(int index)
repeated .ColumnMetaData columns = 4;
Only present when name = STRUCT
getColumnsOrBuilder in interface Common.AvaticaTypeOrBuilderpublic boolean hasComponent()
optional .AvaticaType component = 5;
Only present when name = ARRAY
hasComponent in interface Common.AvaticaTypeOrBuilderpublic Common.AvaticaType getComponent()
optional .AvaticaType component = 5;
Only present when name = ARRAY
getComponent in interface Common.AvaticaTypeOrBuilderpublic Common.AvaticaTypeOrBuilder getComponentOrBuilder()
optional .AvaticaType component = 5;
Only present when name = ARRAY
getComponentOrBuilder in interface Common.AvaticaTypeOrBuilderpublic 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.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.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessagepublic 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.GeneratedMessagepublic Common.AvaticaType getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.