public static final class UserProtos.ResultColumnMetadata extends com.google.protobuf.GeneratedMessageV3 implements UserProtos.ResultColumnMetadataOrBuilder
Metadata of a column in query result setProtobuf type
exec.user.ResultColumnMetadata| Modifier and Type | Class and Description |
|---|---|
static class |
UserProtos.ResultColumnMetadata.Builder
Metadata of a column in query result set
|
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, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
AUTO_INCREMENT_FIELD_NUMBER |
static int |
CASE_SENSITIVITY_FIELD_NUMBER |
static int |
CATALOG_NAME_FIELD_NUMBER |
static int |
CLASS_NAME_FIELD_NUMBER |
static int |
COLUMN_NAME_FIELD_NUMBER |
static int |
DATA_TYPE_FIELD_NUMBER |
static int |
DISPLAY_SIZE_FIELD_NUMBER |
static int |
IS_ALIASED_FIELD_NUMBER |
static int |
IS_CURRENCY_FIELD_NUMBER |
static int |
IS_NULLABLE_FIELD_NUMBER |
static int |
LABEL_FIELD_NUMBER |
static com.google.protobuf.Parser<UserProtos.ResultColumnMetadata> |
PARSER
Deprecated.
|
static int |
PRECISION_FIELD_NUMBER |
static int |
SCALE_FIELD_NUMBER |
static int |
SCHEMA_NAME_FIELD_NUMBER |
static int |
SEARCHABILITY_FIELD_NUMBER |
static int |
SIGNED_FIELD_NUMBER |
static int |
SORTABLE_FIELD_NUMBER |
static int |
TABLE_NAME_FIELD_NUMBER |
static int |
UPDATABILITY_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getAutoIncrement()
whether the designated column is automatically incremented.
|
boolean |
getCaseSensitivity()
Whether column's case matters for collations and comparisons.
|
String |
getCatalogName()
Designated column's catalog name.
|
com.google.protobuf.ByteString |
getCatalogNameBytes()
Designated column's catalog name.
|
String |
getClassName()
A fully-qualified name of the Java class whose instances are created
if the method ResultSet.getObject is called to retrieve
a value from the column.
|
com.google.protobuf.ByteString |
getClassNameBytes()
A fully-qualified name of the Java class whose instances are created
if the method ResultSet.getObject is called to retrieve
a value from the column.
|
String |
getColumnName()
column name
|
com.google.protobuf.ByteString |
getColumnNameBytes()
column name
|
String |
getDataType()
Data type in string format.
|
com.google.protobuf.ByteString |
getDataTypeBytes()
Data type in string format.
|
static UserProtos.ResultColumnMetadata |
getDefaultInstance() |
UserProtos.ResultColumnMetadata |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getDisplaySize()
Maximum number of characters required to display data from the column.
|
boolean |
getIsAliased()
Is the column an aliased column.
|
boolean |
getIsCurrency()
Is the data type a currency type? For JDBC only.
|
boolean |
getIsNullable()
optional bool is_nullable = 7; |
String |
getLabel()
Column label name for display or print purposes.
|
com.google.protobuf.ByteString |
getLabelBytes()
Column label name for display or print purposes.
|
com.google.protobuf.Parser<UserProtos.ResultColumnMetadata> |
getParserForType() |
int |
getPrecision()
For numeric data, this is the maximum precision.
|
int |
getScale()
Column's number of digits to right of the decimal point.
|
String |
getSchemaName()
Designated column's schema name.
|
com.google.protobuf.ByteString |
getSchemaNameBytes()
Designated column's schema name.
|
UserProtos.ColumnSearchability |
getSearchability()
optional .exec.user.ColumnSearchability searchability = 13; |
int |
getSerializedSize() |
boolean |
getSigned()
Indicates whether values in the designated column are signed numbers.
|
boolean |
getSortable()
whether the column can be used in ORDER BY clause
|
String |
getTableName()
Designated column's table name.
|
com.google.protobuf.ByteString |
getTableNameBytes()
Designated column's table name.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
UserProtos.ColumnUpdatability |
getUpdatability()
Defaults to READ_ONLY
|
boolean |
hasAutoIncrement()
whether the designated column is automatically incremented.
|
boolean |
hasCaseSensitivity()
Whether column's case matters for collations and comparisons.
|
boolean |
hasCatalogName()
Designated column's catalog name.
|
boolean |
hasClassName()
A fully-qualified name of the Java class whose instances are created
if the method ResultSet.getObject is called to retrieve
a value from the column.
|
boolean |
hasColumnName()
column name
|
boolean |
hasDataType()
Data type in string format.
|
boolean |
hasDisplaySize()
Maximum number of characters required to display data from the column.
|
int |
hashCode() |
boolean |
hasIsAliased()
Is the column an aliased column.
|
boolean |
hasIsCurrency()
Is the data type a currency type? For JDBC only.
|
boolean |
hasIsNullable()
optional bool is_nullable = 7; |
boolean |
hasLabel()
Column label name for display or print purposes.
|
boolean |
hasPrecision()
For numeric data, this is the maximum precision.
|
boolean |
hasScale()
Column's number of digits to right of the decimal point.
|
boolean |
hasSchemaName()
Designated column's schema name.
|
boolean |
hasSearchability()
optional .exec.user.ColumnSearchability searchability = 13; |
boolean |
hasSigned()
Indicates whether values in the designated column are signed numbers.
|
boolean |
hasSortable()
whether the column can be used in ORDER BY clause
|
boolean |
hasTableName()
Designated column's table name.
|
boolean |
hasUpdatability()
Defaults to READ_ONLY
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static UserProtos.ResultColumnMetadata.Builder |
newBuilder() |
static UserProtos.ResultColumnMetadata.Builder |
newBuilder(UserProtos.ResultColumnMetadata prototype) |
UserProtos.ResultColumnMetadata.Builder |
newBuilderForType() |
protected UserProtos.ResultColumnMetadata.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static UserProtos.ResultColumnMetadata |
parseDelimitedFrom(InputStream input) |
static UserProtos.ResultColumnMetadata |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.ResultColumnMetadata |
parseFrom(byte[] data) |
static UserProtos.ResultColumnMetadata |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.ResultColumnMetadata |
parseFrom(ByteBuffer data) |
static UserProtos.ResultColumnMetadata |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.ResultColumnMetadata |
parseFrom(com.google.protobuf.ByteString data) |
static UserProtos.ResultColumnMetadata |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.ResultColumnMetadata |
parseFrom(com.google.protobuf.CodedInputStream input) |
static UserProtos.ResultColumnMetadata |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.ResultColumnMetadata |
parseFrom(InputStream input) |
static UserProtos.ResultColumnMetadata |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<UserProtos.ResultColumnMetadata> |
parser() |
UserProtos.ResultColumnMetadata.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CATALOG_NAME_FIELD_NUMBER
public static final int SCHEMA_NAME_FIELD_NUMBER
public static final int TABLE_NAME_FIELD_NUMBER
public static final int COLUMN_NAME_FIELD_NUMBER
public static final int LABEL_FIELD_NUMBER
public static final int DATA_TYPE_FIELD_NUMBER
public static final int IS_NULLABLE_FIELD_NUMBER
public static final int PRECISION_FIELD_NUMBER
public static final int SCALE_FIELD_NUMBER
public static final int SIGNED_FIELD_NUMBER
public static final int DISPLAY_SIZE_FIELD_NUMBER
public static final int IS_ALIASED_FIELD_NUMBER
public static final int SEARCHABILITY_FIELD_NUMBER
public static final int UPDATABILITY_FIELD_NUMBER
public static final int AUTO_INCREMENT_FIELD_NUMBER
public static final int CASE_SENSITIVITY_FIELD_NUMBER
public static final int SORTABLE_FIELD_NUMBER
public static final int CLASS_NAME_FIELD_NUMBER
public static final int IS_CURRENCY_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<UserProtos.ResultColumnMetadata> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public 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 boolean hasCatalogName()
Designated column's catalog name. Empty string if not applicable. Defaults to "DRILL" as drill has only one catalog.
optional string catalog_name = 1;hasCatalogName in interface UserProtos.ResultColumnMetadataOrBuilderpublic String getCatalogName()
Designated column's catalog name. Empty string if not applicable. Defaults to "DRILL" as drill has only one catalog.
optional string catalog_name = 1;getCatalogName in interface UserProtos.ResultColumnMetadataOrBuilderpublic com.google.protobuf.ByteString getCatalogNameBytes()
Designated column's catalog name. Empty string if not applicable. Defaults to "DRILL" as drill has only one catalog.
optional string catalog_name = 1;getCatalogNameBytes in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean hasSchemaName()
Designated column's schema name. Not set if not applicable. Initial implementation defaults to no value as we use LIMIT 0 queries to get the schema and schema info is lost. If we derive the schema from plan, we may get the right value.
optional string schema_name = 2;hasSchemaName in interface UserProtos.ResultColumnMetadataOrBuilderpublic String getSchemaName()
Designated column's schema name. Not set if not applicable. Initial implementation defaults to no value as we use LIMIT 0 queries to get the schema and schema info is lost. If we derive the schema from plan, we may get the right value.
optional string schema_name = 2;getSchemaName in interface UserProtos.ResultColumnMetadataOrBuilderpublic com.google.protobuf.ByteString getSchemaNameBytes()
Designated column's schema name. Not set if not applicable. Initial implementation defaults to no value as we use LIMIT 0 queries to get the schema and schema info is lost. If we derive the schema from plan, we may get the right value.
optional string schema_name = 2;getSchemaNameBytes in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean hasTableName()
Designated column's table name. Not set if not applicable. Initial implementation defaults to no value as we use LIMIT 0 queries to get the schema and table info is lost. If we derive the schema from query plan, we may get the right value.
optional string table_name = 3;hasTableName in interface UserProtos.ResultColumnMetadataOrBuilderpublic String getTableName()
Designated column's table name. Not set if not applicable. Initial implementation defaults to no value as we use LIMIT 0 queries to get the schema and table info is lost. If we derive the schema from query plan, we may get the right value.
optional string table_name = 3;getTableName in interface UserProtos.ResultColumnMetadataOrBuilderpublic com.google.protobuf.ByteString getTableNameBytes()
Designated column's table name. Not set if not applicable. Initial implementation defaults to no value as we use LIMIT 0 queries to get the schema and table info is lost. If we derive the schema from query plan, we may get the right value.
optional string table_name = 3;getTableNameBytes in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean hasColumnName()
column name
optional string column_name = 4;hasColumnName in interface UserProtos.ResultColumnMetadataOrBuilderpublic String getColumnName()
column name
optional string column_name = 4;getColumnName in interface UserProtos.ResultColumnMetadataOrBuilderpublic com.google.protobuf.ByteString getColumnNameBytes()
column name
optional string column_name = 4;getColumnNameBytes in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean hasLabel()
Column label name for display or print purposes. Ex. a column named "empName" might be labeled as "Employee Name".
optional string label = 5;hasLabel in interface UserProtos.ResultColumnMetadataOrBuilderpublic String getLabel()
Column label name for display or print purposes. Ex. a column named "empName" might be labeled as "Employee Name".
optional string label = 5;getLabel in interface UserProtos.ResultColumnMetadataOrBuilderpublic com.google.protobuf.ByteString getLabelBytes()
Column label name for display or print purposes. Ex. a column named "empName" might be labeled as "Employee Name".
optional string label = 5;getLabelBytes in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean hasDataType()
Data type in string format. Value is SQL standard type.
optional string data_type = 6;hasDataType in interface UserProtos.ResultColumnMetadataOrBuilderpublic String getDataType()
Data type in string format. Value is SQL standard type.
optional string data_type = 6;getDataType in interface UserProtos.ResultColumnMetadataOrBuilderpublic com.google.protobuf.ByteString getDataTypeBytes()
Data type in string format. Value is SQL standard type.
optional string data_type = 6;getDataTypeBytes in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean hasIsNullable()
optional bool is_nullable = 7;hasIsNullable in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean getIsNullable()
optional bool is_nullable = 7;getIsNullable in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean hasPrecision()
For numeric data, this is the maximum precision.
For character data, this is the length in characters.
For datetime datatypes, this is the length in characters of the String representation
(assuming the maximum allowed precision of the fractional seconds component).
For binary data, this is the length in bytes.
For all other types 0 is returned where the column size is not applicable.
optional int32 precision = 8;hasPrecision in interface UserProtos.ResultColumnMetadataOrBuilderpublic int getPrecision()
For numeric data, this is the maximum precision.
For character data, this is the length in characters.
For datetime datatypes, this is the length in characters of the String representation
(assuming the maximum allowed precision of the fractional seconds component).
For binary data, this is the length in bytes.
For all other types 0 is returned where the column size is not applicable.
optional int32 precision = 8;getPrecision in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean hasScale()
Column's number of digits to right of the decimal point. 0 is returned for types where the scale is not applicable
optional int32 scale = 9;hasScale in interface UserProtos.ResultColumnMetadataOrBuilderpublic int getScale()
Column's number of digits to right of the decimal point. 0 is returned for types where the scale is not applicable
optional int32 scale = 9;getScale in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean hasSigned()
Indicates whether values in the designated column are signed numbers.
optional bool signed = 10;hasSigned in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean getSigned()
Indicates whether values in the designated column are signed numbers.
optional bool signed = 10;getSigned in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean hasDisplaySize()
Maximum number of characters required to display data from the column.
optional int32 display_size = 11;hasDisplaySize in interface UserProtos.ResultColumnMetadataOrBuilderpublic int getDisplaySize()
Maximum number of characters required to display data from the column.
optional int32 display_size = 11;getDisplaySize in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean hasIsAliased()
Is the column an aliased column. Initial implementation defaults to true as we derive schema from LIMIT 0 query and not the query plan.
optional bool is_aliased = 12;hasIsAliased in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean getIsAliased()
Is the column an aliased column. Initial implementation defaults to true as we derive schema from LIMIT 0 query and not the query plan.
optional bool is_aliased = 12;getIsAliased in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean hasSearchability()
optional .exec.user.ColumnSearchability searchability = 13;hasSearchability in interface UserProtos.ResultColumnMetadataOrBuilderpublic UserProtos.ColumnSearchability getSearchability()
optional .exec.user.ColumnSearchability searchability = 13;getSearchability in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean hasUpdatability()
Defaults to READ_ONLY
optional .exec.user.ColumnUpdatability updatability = 14;hasUpdatability in interface UserProtos.ResultColumnMetadataOrBuilderpublic UserProtos.ColumnUpdatability getUpdatability()
Defaults to READ_ONLY
optional .exec.user.ColumnUpdatability updatability = 14;getUpdatability in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean hasAutoIncrement()
whether the designated column is automatically incremented.
optional bool auto_increment = 15;hasAutoIncrement in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean getAutoIncrement()
whether the designated column is automatically incremented.
optional bool auto_increment = 15;getAutoIncrement in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean hasCaseSensitivity()
Whether column's case matters for collations and comparisons. Defaults to true.
optional bool case_sensitivity = 16;hasCaseSensitivity in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean getCaseSensitivity()
Whether column's case matters for collations and comparisons. Defaults to true.
optional bool case_sensitivity = 16;getCaseSensitivity in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean hasSortable()
whether the column can be used in ORDER BY clause
optional bool sortable = 17;hasSortable in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean getSortable()
whether the column can be used in ORDER BY clause
optional bool sortable = 17;getSortable in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean hasClassName()
A fully-qualified name of the Java class whose instances are created if the method ResultSet.getObject is called to retrieve a value from the column. Applicable only to JDBC clients.
optional string class_name = 18;hasClassName in interface UserProtos.ResultColumnMetadataOrBuilderpublic String getClassName()
A fully-qualified name of the Java class whose instances are created if the method ResultSet.getObject is called to retrieve a value from the column. Applicable only to JDBC clients.
optional string class_name = 18;getClassName in interface UserProtos.ResultColumnMetadataOrBuilderpublic com.google.protobuf.ByteString getClassNameBytes()
A fully-qualified name of the Java class whose instances are created if the method ResultSet.getObject is called to retrieve a value from the column. Applicable only to JDBC clients.
optional string class_name = 18;getClassNameBytes in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean hasIsCurrency()
Is the data type a currency type? For JDBC only.
optional bool is_currency = 20;hasIsCurrency in interface UserProtos.ResultColumnMetadataOrBuilderpublic boolean getIsCurrency()
Is the data type a currency type? For JDBC only.
optional bool is_currency = 20;getIsCurrency in interface UserProtos.ResultColumnMetadataOrBuilderpublic 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 UserProtos.ResultColumnMetadata parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserProtos.ResultColumnMetadata parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserProtos.ResultColumnMetadata parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserProtos.ResultColumnMetadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserProtos.ResultColumnMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserProtos.ResultColumnMetadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserProtos.ResultColumnMetadata parseFrom(InputStream input) throws IOException
IOExceptionpublic static UserProtos.ResultColumnMetadata parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static UserProtos.ResultColumnMetadata parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static UserProtos.ResultColumnMetadata parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static UserProtos.ResultColumnMetadata parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static UserProtos.ResultColumnMetadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic UserProtos.ResultColumnMetadata.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static UserProtos.ResultColumnMetadata.Builder newBuilder()
public static UserProtos.ResultColumnMetadata.Builder newBuilder(UserProtos.ResultColumnMetadata prototype)
public UserProtos.ResultColumnMetadata.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected UserProtos.ResultColumnMetadata.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static UserProtos.ResultColumnMetadata getDefaultInstance()
public static com.google.protobuf.Parser<UserProtos.ResultColumnMetadata> parser()
public com.google.protobuf.Parser<UserProtos.ResultColumnMetadata> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public UserProtos.ResultColumnMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2021 The Apache Software Foundation. All rights reserved.