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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public 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.ResultColumnMetadataOrBuilder
public 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.ResultColumnMetadataOrBuilder
public 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.ResultColumnMetadataOrBuilder
public 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.ResultColumnMetadataOrBuilder
public 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.ResultColumnMetadataOrBuilder
public 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.ResultColumnMetadataOrBuilder
public 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.ResultColumnMetadataOrBuilder
public 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.ResultColumnMetadataOrBuilder
public 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.ResultColumnMetadataOrBuilder
public boolean hasColumnName()
column name
optional string column_name = 4;
hasColumnName
in interface UserProtos.ResultColumnMetadataOrBuilder
public String getColumnName()
column name
optional string column_name = 4;
getColumnName
in interface UserProtos.ResultColumnMetadataOrBuilder
public com.google.protobuf.ByteString getColumnNameBytes()
column name
optional string column_name = 4;
getColumnNameBytes
in interface UserProtos.ResultColumnMetadataOrBuilder
public 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.ResultColumnMetadataOrBuilder
public 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.ResultColumnMetadataOrBuilder
public 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.ResultColumnMetadataOrBuilder
public boolean hasDataType()
Data type in string format. Value is SQL standard type.
optional string data_type = 6;
hasDataType
in interface UserProtos.ResultColumnMetadataOrBuilder
public String getDataType()
Data type in string format. Value is SQL standard type.
optional string data_type = 6;
getDataType
in interface UserProtos.ResultColumnMetadataOrBuilder
public com.google.protobuf.ByteString getDataTypeBytes()
Data type in string format. Value is SQL standard type.
optional string data_type = 6;
getDataTypeBytes
in interface UserProtos.ResultColumnMetadataOrBuilder
public boolean hasIsNullable()
optional bool is_nullable = 7;
hasIsNullable
in interface UserProtos.ResultColumnMetadataOrBuilder
public boolean getIsNullable()
optional bool is_nullable = 7;
getIsNullable
in interface UserProtos.ResultColumnMetadataOrBuilder
public 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.ResultColumnMetadataOrBuilder
public 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.ResultColumnMetadataOrBuilder
public 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.ResultColumnMetadataOrBuilder
public 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.ResultColumnMetadataOrBuilder
public boolean hasSigned()
Indicates whether values in the designated column are signed numbers.
optional bool signed = 10;
hasSigned
in interface UserProtos.ResultColumnMetadataOrBuilder
public boolean getSigned()
Indicates whether values in the designated column are signed numbers.
optional bool signed = 10;
getSigned
in interface UserProtos.ResultColumnMetadataOrBuilder
public boolean hasDisplaySize()
Maximum number of characters required to display data from the column.
optional int32 display_size = 11;
hasDisplaySize
in interface UserProtos.ResultColumnMetadataOrBuilder
public int getDisplaySize()
Maximum number of characters required to display data from the column.
optional int32 display_size = 11;
getDisplaySize
in interface UserProtos.ResultColumnMetadataOrBuilder
public 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.ResultColumnMetadataOrBuilder
public 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.ResultColumnMetadataOrBuilder
public boolean hasSearchability()
optional .exec.user.ColumnSearchability searchability = 13;
hasSearchability
in interface UserProtos.ResultColumnMetadataOrBuilder
public UserProtos.ColumnSearchability getSearchability()
optional .exec.user.ColumnSearchability searchability = 13;
getSearchability
in interface UserProtos.ResultColumnMetadataOrBuilder
public boolean hasUpdatability()
Defaults to READ_ONLY
optional .exec.user.ColumnUpdatability updatability = 14;
hasUpdatability
in interface UserProtos.ResultColumnMetadataOrBuilder
public UserProtos.ColumnUpdatability getUpdatability()
Defaults to READ_ONLY
optional .exec.user.ColumnUpdatability updatability = 14;
getUpdatability
in interface UserProtos.ResultColumnMetadataOrBuilder
public boolean hasAutoIncrement()
whether the designated column is automatically incremented.
optional bool auto_increment = 15;
hasAutoIncrement
in interface UserProtos.ResultColumnMetadataOrBuilder
public boolean getAutoIncrement()
whether the designated column is automatically incremented.
optional bool auto_increment = 15;
getAutoIncrement
in interface UserProtos.ResultColumnMetadataOrBuilder
public boolean hasCaseSensitivity()
Whether column's case matters for collations and comparisons. Defaults to true.
optional bool case_sensitivity = 16;
hasCaseSensitivity
in interface UserProtos.ResultColumnMetadataOrBuilder
public boolean getCaseSensitivity()
Whether column's case matters for collations and comparisons. Defaults to true.
optional bool case_sensitivity = 16;
getCaseSensitivity
in interface UserProtos.ResultColumnMetadataOrBuilder
public boolean hasSortable()
whether the column can be used in ORDER BY clause
optional bool sortable = 17;
hasSortable
in interface UserProtos.ResultColumnMetadataOrBuilder
public boolean getSortable()
whether the column can be used in ORDER BY clause
optional bool sortable = 17;
getSortable
in interface UserProtos.ResultColumnMetadataOrBuilder
public 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.ResultColumnMetadataOrBuilder
public 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.ResultColumnMetadataOrBuilder
public 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.ResultColumnMetadataOrBuilder
public boolean hasIsCurrency()
Is the data type a currency type? For JDBC only.
optional bool is_currency = 20;
hasIsCurrency
in interface UserProtos.ResultColumnMetadataOrBuilder
public boolean getIsCurrency()
Is the data type a currency type? For JDBC only.
optional bool is_currency = 20;
getIsCurrency
in interface UserProtos.ResultColumnMetadataOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static UserProtos.ResultColumnMetadata parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserProtos.ResultColumnMetadata parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserProtos.ResultColumnMetadata parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserProtos.ResultColumnMetadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserProtos.ResultColumnMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserProtos.ResultColumnMetadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserProtos.ResultColumnMetadata parseFrom(InputStream input) throws IOException
IOException
public static UserProtos.ResultColumnMetadata parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static UserProtos.ResultColumnMetadata parseDelimitedFrom(InputStream input) throws IOException
IOException
public static UserProtos.ResultColumnMetadata parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static UserProtos.ResultColumnMetadata parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static UserProtos.ResultColumnMetadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public UserProtos.ResultColumnMetadata.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public 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.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected UserProtos.ResultColumnMetadata.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public 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.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public UserProtos.ResultColumnMetadata getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 1970 The Apache Software Foundation. All rights reserved.