public static final class UserProtos.ServerMeta extends com.google.protobuf.GeneratedMessageV3 implements UserProtos.ServerMetaOrBuilder
exec.user.ServerMeta
Modifier and Type | Class and Description |
---|---|
static class |
UserProtos.ServerMeta.Builder
Protobuf type
exec.user.ServerMeta |
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 | Method and Description |
---|---|
boolean |
equals(Object obj) |
boolean |
getAllTablesSelectable()
True if current user can use all tables returned by GetTables
|
boolean |
getBlobIncludedInMaxRowSize()
True if BLOB are included into the max row size
|
boolean |
getCatalogAtStart()
True if catalog name is at the start of a fully qualified table
|
String |
getCatalogSeparator()
The catalog separator
|
com.google.protobuf.ByteString |
getCatalogSeparatorBytes()
The catalog separator
|
String |
getCatalogTerm()
The term used to designate catalogs
|
com.google.protobuf.ByteString |
getCatalogTermBytes()
The term used to designate catalogs
|
UserProtos.CollateSupport |
getCollateSupport(int index)
COLLATE support
|
int |
getCollateSupportCount()
COLLATE support
|
List<UserProtos.CollateSupport> |
getCollateSupportList()
COLLATE support
|
boolean |
getColumnAliasingSupported()
True if column aliasing is supported
|
UserProtos.ConvertSupport |
getConvertSupport(int index)
CONVERT support
|
int |
getConvertSupportCount()
CONVERT support
|
List<UserProtos.ConvertSupport> |
getConvertSupportList()
CONVERT support
|
UserProtos.ConvertSupportOrBuilder |
getConvertSupportOrBuilder(int index)
CONVERT support
|
List<? extends UserProtos.ConvertSupportOrBuilder> |
getConvertSupportOrBuilderList()
CONVERT support
|
UserProtos.CorrelationNamesSupport |
getCorrelationNamesSupport()
Correlation names support
|
String |
getCurrentSchema()
current schema
|
com.google.protobuf.ByteString |
getCurrentSchemaBytes()
current schema
|
String |
getDateTimeFunctions(int index)
Supported ODBC/JDBC Date Time scalar functions
|
com.google.protobuf.ByteString |
getDateTimeFunctionsBytes(int index)
Supported ODBC/JDBC Date Time scalar functions
|
int |
getDateTimeFunctionsCount()
Supported ODBC/JDBC Date Time scalar functions
|
com.google.protobuf.ProtocolStringList |
getDateTimeFunctionsList()
Supported ODBC/JDBC Date Time scalar functions
|
UserProtos.DateTimeLiteralsSupport |
getDateTimeLiteralsSupport(int index)
Supported Date Time literals
|
int |
getDateTimeLiteralsSupportCount()
Supported Date Time literals
|
List<UserProtos.DateTimeLiteralsSupport> |
getDateTimeLiteralsSupportList()
Supported Date Time literals
|
static UserProtos.ServerMeta |
getDefaultInstance() |
UserProtos.ServerMeta |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
UserProtos.GroupBySupport |
getGroupBySupport()
Group By support
|
UserProtos.IdentifierCasing |
getIdentifierCasing()
Unquoted Identifier casing
|
String |
getIdentifierQuoteString()
Quote string for identifiers
|
com.google.protobuf.ByteString |
getIdentifierQuoteStringBytes()
Quote string for identifiers
|
boolean |
getLikeEscapeClauseSupported()
True if LIKE supports an ESCAPE clause
|
int |
getMaxBinaryLiteralLength()
Maximum number of hexa characters for binary literals (0 if unlimited or unknown)
|
int |
getMaxCatalogNameLength()
Maximum length of catalog names (0 if unlimited or unknown)
|
int |
getMaxCharLiteralLength()
Maximum number of characters for string literals (0 if unlimited or unknown)
|
int |
getMaxColumnNameLength()
Maximum length of column names (0 if unlimited or unknown)
|
int |
getMaxColumnsInGroupBy()
Maximum number of columns in GROUP BY expressions (0 if unlimited or unknown)
|
int |
getMaxColumnsInOrderBy()
Maximum number of columns in ORDER BY expressions (0 if unlimited or unknown)
|
int |
getMaxColumnsInSelect()
Maximum number of columns in SELECT expressions (0 if unlimited or unknown)
|
int |
getMaxCursorNameLength()
Maximum length of cursor names (0 if unlimited or unknown)
|
int |
getMaxLogicalLobSize()
Maximum logical size for LOB types (0 if unlimited or unknown)
|
int |
getMaxRowSize()
Maximum number of bytes for a single row (0 if unlimited or unknown)
|
int |
getMaxSchemaNameLength()
Maximum length of schema names (0 if unlimited or unknown)
|
int |
getMaxStatementLength()
Maximum length for statements (0 if unlimited or unknown)
|
int |
getMaxStatements()
Maximum number of statements (0 if unlimited or unknown)
|
int |
getMaxTableNameLength()
Maximum length of table names (0 if unlimited or unknown)
|
int |
getMaxTablesInSelect()
Maximum number of tables in a SELECT expression (0 if unlimited or unknown)
|
int |
getMaxUserNameLength()
Maximum length of user names (0 if unlimited or unknown)
|
UserProtos.NullCollation |
getNullCollation()
How NULL are sorted
|
boolean |
getNullPlusNonNullEqualsNull()
True if NULL + non NULL is NULL
|
String |
getNumericFunctions(int index)
Supported ODBC/JDBC numeric scalar functions
|
com.google.protobuf.ByteString |
getNumericFunctionsBytes(int index)
Supported ODBC/JDBC numeric scalar functions
|
int |
getNumericFunctionsCount()
Supported ODBC/JDBC numeric scalar functions
|
com.google.protobuf.ProtocolStringList |
getNumericFunctionsList()
Supported ODBC/JDBC numeric scalar functions
|
UserProtos.OrderBySupport |
getOrderBySupport(int index)
Outer join suport
|
int |
getOrderBySupportCount()
Outer join suport
|
List<UserProtos.OrderBySupport> |
getOrderBySupportList()
Outer join suport
|
UserProtos.OuterJoinSupport |
getOuterJoinSupport(int index)
Outer join suport
|
int |
getOuterJoinSupportCount()
Outer join suport
|
List<UserProtos.OuterJoinSupport> |
getOuterJoinSupportList()
Outer join suport
|
com.google.protobuf.Parser<UserProtos.ServerMeta> |
getParserForType() |
UserProtos.IdentifierCasing |
getQuotedIdentifierCasing()
Quoted identifier casing
|
boolean |
getReadOnly()
True if connection access is read only
|
String |
getSchemaTerm()
The term used to designate a schema
|
com.google.protobuf.ByteString |
getSchemaTermBytes()
The term used to designate a schema
|
String |
getSearchEscapeString()
Characters used for escaping (empty if not suported)
|
com.google.protobuf.ByteString |
getSearchEscapeStringBytes()
Characters used for escaping (empty if not suported)
|
boolean |
getSelectForUpdateSupported()
True if SELECT FOR UPDATE is supported
|
int |
getSerializedSize() |
String |
getSpecialCharacters()
List of extra characters that can be used in identifier names
|
com.google.protobuf.ByteString |
getSpecialCharactersBytes()
List of extra characters that can be used in identifier names
|
String |
getSqlKeywords(int index)
list of SQL keywords
|
com.google.protobuf.ByteString |
getSqlKeywordsBytes(int index)
list of SQL keywords
|
int |
getSqlKeywordsCount()
list of SQL keywords
|
com.google.protobuf.ProtocolStringList |
getSqlKeywordsList()
list of SQL keywords
|
String |
getStringFunctions(int index)
Supported ODBC/JDBC string scalar functions
|
com.google.protobuf.ByteString |
getStringFunctionsBytes(int index)
Supported ODBC/JDBC string scalar functions
|
int |
getStringFunctionsCount()
Supported ODBC/JDBC string scalar functions
|
com.google.protobuf.ProtocolStringList |
getStringFunctionsList()
Supported ODBC/JDBC string scalar functions
|
UserProtos.SubQuerySupport |
getSubquerySupport(int index)
Subquery support
|
int |
getSubquerySupportCount()
Subquery support
|
List<UserProtos.SubQuerySupport> |
getSubquerySupportList()
Subquery support
|
String |
getSystemFunctions(int index)
Supported ODBC/JDBC systen scalar functions
|
com.google.protobuf.ByteString |
getSystemFunctionsBytes(int index)
Supported ODBC/JDBC systen scalar functions
|
int |
getSystemFunctionsCount()
Supported ODBC/JDBC systen scalar functions
|
com.google.protobuf.ProtocolStringList |
getSystemFunctionsList()
Supported ODBC/JDBC systen scalar functions
|
String |
getTableTerm()
The term used to designate a table
|
com.google.protobuf.ByteString |
getTableTermBytes()
The term used to designate a table
|
boolean |
getTransactionSupported()
True if transaction is supported
|
UserProtos.UnionSupport |
getUnionSupport(int index)
UNION support
|
int |
getUnionSupportCount()
UNION support
|
List<UserProtos.UnionSupport> |
getUnionSupportList()
UNION support
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAllTablesSelectable()
True if current user can use all tables returned by GetTables
|
boolean |
hasBlobIncludedInMaxRowSize()
True if BLOB are included into the max row size
|
boolean |
hasCatalogAtStart()
True if catalog name is at the start of a fully qualified table
|
boolean |
hasCatalogSeparator()
The catalog separator
|
boolean |
hasCatalogTerm()
The term used to designate catalogs
|
boolean |
hasColumnAliasingSupported()
True if column aliasing is supported
|
boolean |
hasCorrelationNamesSupport()
Correlation names support
|
boolean |
hasCurrentSchema()
current schema
|
boolean |
hasGroupBySupport()
Group By support
|
int |
hashCode() |
boolean |
hasIdentifierCasing()
Unquoted Identifier casing
|
boolean |
hasIdentifierQuoteString()
Quote string for identifiers
|
boolean |
hasLikeEscapeClauseSupported()
True if LIKE supports an ESCAPE clause
|
boolean |
hasMaxBinaryLiteralLength()
Maximum number of hexa characters for binary literals (0 if unlimited or unknown)
|
boolean |
hasMaxCatalogNameLength()
Maximum length of catalog names (0 if unlimited or unknown)
|
boolean |
hasMaxCharLiteralLength()
Maximum number of characters for string literals (0 if unlimited or unknown)
|
boolean |
hasMaxColumnNameLength()
Maximum length of column names (0 if unlimited or unknown)
|
boolean |
hasMaxColumnsInGroupBy()
Maximum number of columns in GROUP BY expressions (0 if unlimited or unknown)
|
boolean |
hasMaxColumnsInOrderBy()
Maximum number of columns in ORDER BY expressions (0 if unlimited or unknown)
|
boolean |
hasMaxColumnsInSelect()
Maximum number of columns in SELECT expressions (0 if unlimited or unknown)
|
boolean |
hasMaxCursorNameLength()
Maximum length of cursor names (0 if unlimited or unknown)
|
boolean |
hasMaxLogicalLobSize()
Maximum logical size for LOB types (0 if unlimited or unknown)
|
boolean |
hasMaxRowSize()
Maximum number of bytes for a single row (0 if unlimited or unknown)
|
boolean |
hasMaxSchemaNameLength()
Maximum length of schema names (0 if unlimited or unknown)
|
boolean |
hasMaxStatementLength()
Maximum length for statements (0 if unlimited or unknown)
|
boolean |
hasMaxStatements()
Maximum number of statements (0 if unlimited or unknown)
|
boolean |
hasMaxTableNameLength()
Maximum length of table names (0 if unlimited or unknown)
|
boolean |
hasMaxTablesInSelect()
Maximum number of tables in a SELECT expression (0 if unlimited or unknown)
|
boolean |
hasMaxUserNameLength()
Maximum length of user names (0 if unlimited or unknown)
|
boolean |
hasNullCollation()
How NULL are sorted
|
boolean |
hasNullPlusNonNullEqualsNull()
True if NULL + non NULL is NULL
|
boolean |
hasQuotedIdentifierCasing()
Quoted identifier casing
|
boolean |
hasReadOnly()
True if connection access is read only
|
boolean |
hasSchemaTerm()
The term used to designate a schema
|
boolean |
hasSearchEscapeString()
Characters used for escaping (empty if not suported)
|
boolean |
hasSelectForUpdateSupported()
True if SELECT FOR UPDATE is supported
|
boolean |
hasSpecialCharacters()
List of extra characters that can be used in identifier names
|
boolean |
hasTableTerm()
The term used to designate a table
|
boolean |
hasTransactionSupported()
True if transaction is supported
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static UserProtos.ServerMeta.Builder |
newBuilder() |
static UserProtos.ServerMeta.Builder |
newBuilder(UserProtos.ServerMeta prototype) |
UserProtos.ServerMeta.Builder |
newBuilderForType() |
protected UserProtos.ServerMeta.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static UserProtos.ServerMeta |
parseDelimitedFrom(InputStream input) |
static UserProtos.ServerMeta |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.ServerMeta |
parseFrom(byte[] data) |
static UserProtos.ServerMeta |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.ServerMeta |
parseFrom(ByteBuffer data) |
static UserProtos.ServerMeta |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.ServerMeta |
parseFrom(com.google.protobuf.ByteString data) |
static UserProtos.ServerMeta |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.ServerMeta |
parseFrom(com.google.protobuf.CodedInputStream input) |
static UserProtos.ServerMeta |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.ServerMeta |
parseFrom(InputStream input) |
static UserProtos.ServerMeta |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<UserProtos.ServerMeta> |
parser() |
UserProtos.ServerMeta.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 ALL_TABLES_SELECTABLE_FIELD_NUMBER
public static final int BLOB_INCLUDED_IN_MAX_ROW_SIZE_FIELD_NUMBER
public static final int CATALOG_AT_START_FIELD_NUMBER
public static final int CATALOG_SEPARATOR_FIELD_NUMBER
public static final int CATALOG_TERM_FIELD_NUMBER
public static final int COLLATE_SUPPORT_FIELD_NUMBER
public static final int COLUMN_ALIASING_SUPPORTED_FIELD_NUMBER
public static final int CONVERT_SUPPORT_FIELD_NUMBER
public static final int CORRELATION_NAMES_SUPPORT_FIELD_NUMBER
public static final int DATE_TIME_FUNCTIONS_FIELD_NUMBER
public static final int DATE_TIME_LITERALS_SUPPORT_FIELD_NUMBER
public static final int GROUP_BY_SUPPORT_FIELD_NUMBER
public static final int IDENTIFIER_CASING_FIELD_NUMBER
public static final int IDENTIFIER_QUOTE_STRING_FIELD_NUMBER
public static final int LIKE_ESCAPE_CLAUSE_SUPPORTED_FIELD_NUMBER
public static final int MAX_BINARY_LITERAL_LENGTH_FIELD_NUMBER
public static final int MAX_CATALOG_NAME_LENGTH_FIELD_NUMBER
public static final int MAX_CHAR_LITERAL_LENGTH_FIELD_NUMBER
public static final int MAX_COLUMN_NAME_LENGTH_FIELD_NUMBER
public static final int MAX_COLUMNS_IN_GROUP_BY_FIELD_NUMBER
public static final int MAX_COLUMNS_IN_ORDER_BY_FIELD_NUMBER
public static final int MAX_COLUMNS_IN_SELECT_FIELD_NUMBER
public static final int MAX_CURSOR_NAME_LENGTH_FIELD_NUMBER
public static final int MAX_LOGICAL_LOB_SIZE_FIELD_NUMBER
public static final int MAX_ROW_SIZE_FIELD_NUMBER
public static final int MAX_SCHEMA_NAME_LENGTH_FIELD_NUMBER
public static final int MAX_STATEMENT_LENGTH_FIELD_NUMBER
public static final int MAX_STATEMENTS_FIELD_NUMBER
public static final int MAX_TABLE_NAME_LENGTH_FIELD_NUMBER
public static final int MAX_TABLES_IN_SELECT_FIELD_NUMBER
public static final int MAX_USER_NAME_LENGTH_FIELD_NUMBER
public static final int NULL_COLLATION_FIELD_NUMBER
public static final int NULL_PLUS_NON_NULL_EQUALS_NULL_FIELD_NUMBER
public static final int NUMERIC_FUNCTIONS_FIELD_NUMBER
public static final int ORDER_BY_SUPPORT_FIELD_NUMBER
public static final int OUTER_JOIN_SUPPORT_FIELD_NUMBER
public static final int QUOTED_IDENTIFIER_CASING_FIELD_NUMBER
public static final int READ_ONLY_FIELD_NUMBER
public static final int SCHEMA_TERM_FIELD_NUMBER
public static final int SEARCH_ESCAPE_STRING_FIELD_NUMBER
public static final int SELECT_FOR_UPDATE_SUPPORTED_FIELD_NUMBER
public static final int SPECIAL_CHARACTERS_FIELD_NUMBER
public static final int SQL_KEYWORDS_FIELD_NUMBER
public static final int STRING_FUNCTIONS_FIELD_NUMBER
public static final int SUBQUERY_SUPPORT_FIELD_NUMBER
public static final int SYSTEM_FUNCTIONS_FIELD_NUMBER
public static final int TABLE_TERM_FIELD_NUMBER
public static final int TRANSACTION_SUPPORTED_FIELD_NUMBER
public static final int UNION_SUPPORT_FIELD_NUMBER
public static final int CURRENT_SCHEMA_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<UserProtos.ServerMeta> 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 hasAllTablesSelectable()
True if current user can use all tables returned by GetTables
optional bool all_tables_selectable = 1;
hasAllTablesSelectable
in interface UserProtos.ServerMetaOrBuilder
public boolean getAllTablesSelectable()
True if current user can use all tables returned by GetTables
optional bool all_tables_selectable = 1;
getAllTablesSelectable
in interface UserProtos.ServerMetaOrBuilder
public boolean hasBlobIncludedInMaxRowSize()
True if BLOB are included into the max row size
optional bool blob_included_in_max_row_size = 2;
hasBlobIncludedInMaxRowSize
in interface UserProtos.ServerMetaOrBuilder
public boolean getBlobIncludedInMaxRowSize()
True if BLOB are included into the max row size
optional bool blob_included_in_max_row_size = 2;
getBlobIncludedInMaxRowSize
in interface UserProtos.ServerMetaOrBuilder
public boolean hasCatalogAtStart()
True if catalog name is at the start of a fully qualified table
optional bool catalog_at_start = 3;
hasCatalogAtStart
in interface UserProtos.ServerMetaOrBuilder
public boolean getCatalogAtStart()
True if catalog name is at the start of a fully qualified table
optional bool catalog_at_start = 3;
getCatalogAtStart
in interface UserProtos.ServerMetaOrBuilder
public boolean hasCatalogSeparator()
The catalog separator
optional string catalog_separator = 4;
hasCatalogSeparator
in interface UserProtos.ServerMetaOrBuilder
public String getCatalogSeparator()
The catalog separator
optional string catalog_separator = 4;
getCatalogSeparator
in interface UserProtos.ServerMetaOrBuilder
public com.google.protobuf.ByteString getCatalogSeparatorBytes()
The catalog separator
optional string catalog_separator = 4;
getCatalogSeparatorBytes
in interface UserProtos.ServerMetaOrBuilder
public boolean hasCatalogTerm()
The term used to designate catalogs
optional string catalog_term = 5;
hasCatalogTerm
in interface UserProtos.ServerMetaOrBuilder
public String getCatalogTerm()
The term used to designate catalogs
optional string catalog_term = 5;
getCatalogTerm
in interface UserProtos.ServerMetaOrBuilder
public com.google.protobuf.ByteString getCatalogTermBytes()
The term used to designate catalogs
optional string catalog_term = 5;
getCatalogTermBytes
in interface UserProtos.ServerMetaOrBuilder
public List<UserProtos.CollateSupport> getCollateSupportList()
COLLATE support
repeated .exec.user.CollateSupport collate_support = 6;
getCollateSupportList
in interface UserProtos.ServerMetaOrBuilder
public int getCollateSupportCount()
COLLATE support
repeated .exec.user.CollateSupport collate_support = 6;
getCollateSupportCount
in interface UserProtos.ServerMetaOrBuilder
public UserProtos.CollateSupport getCollateSupport(int index)
COLLATE support
repeated .exec.user.CollateSupport collate_support = 6;
getCollateSupport
in interface UserProtos.ServerMetaOrBuilder
index
- The index of the element to return.public boolean hasColumnAliasingSupported()
True if column aliasing is supported
optional bool column_aliasing_supported = 7;
hasColumnAliasingSupported
in interface UserProtos.ServerMetaOrBuilder
public boolean getColumnAliasingSupported()
True if column aliasing is supported
optional bool column_aliasing_supported = 7;
getColumnAliasingSupported
in interface UserProtos.ServerMetaOrBuilder
public List<UserProtos.ConvertSupport> getConvertSupportList()
CONVERT support
repeated .exec.user.ConvertSupport convert_support = 8;
getConvertSupportList
in interface UserProtos.ServerMetaOrBuilder
public List<? extends UserProtos.ConvertSupportOrBuilder> getConvertSupportOrBuilderList()
CONVERT support
repeated .exec.user.ConvertSupport convert_support = 8;
getConvertSupportOrBuilderList
in interface UserProtos.ServerMetaOrBuilder
public int getConvertSupportCount()
CONVERT support
repeated .exec.user.ConvertSupport convert_support = 8;
getConvertSupportCount
in interface UserProtos.ServerMetaOrBuilder
public UserProtos.ConvertSupport getConvertSupport(int index)
CONVERT support
repeated .exec.user.ConvertSupport convert_support = 8;
getConvertSupport
in interface UserProtos.ServerMetaOrBuilder
public UserProtos.ConvertSupportOrBuilder getConvertSupportOrBuilder(int index)
CONVERT support
repeated .exec.user.ConvertSupport convert_support = 8;
getConvertSupportOrBuilder
in interface UserProtos.ServerMetaOrBuilder
public boolean hasCorrelationNamesSupport()
Correlation names support
optional .exec.user.CorrelationNamesSupport correlation_names_support = 9;
hasCorrelationNamesSupport
in interface UserProtos.ServerMetaOrBuilder
public UserProtos.CorrelationNamesSupport getCorrelationNamesSupport()
Correlation names support
optional .exec.user.CorrelationNamesSupport correlation_names_support = 9;
getCorrelationNamesSupport
in interface UserProtos.ServerMetaOrBuilder
public com.google.protobuf.ProtocolStringList getDateTimeFunctionsList()
Supported ODBC/JDBC Date Time scalar functions
repeated string date_time_functions = 10;
getDateTimeFunctionsList
in interface UserProtos.ServerMetaOrBuilder
public int getDateTimeFunctionsCount()
Supported ODBC/JDBC Date Time scalar functions
repeated string date_time_functions = 10;
getDateTimeFunctionsCount
in interface UserProtos.ServerMetaOrBuilder
public String getDateTimeFunctions(int index)
Supported ODBC/JDBC Date Time scalar functions
repeated string date_time_functions = 10;
getDateTimeFunctions
in interface UserProtos.ServerMetaOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getDateTimeFunctionsBytes(int index)
Supported ODBC/JDBC Date Time scalar functions
repeated string date_time_functions = 10;
getDateTimeFunctionsBytes
in interface UserProtos.ServerMetaOrBuilder
index
- The index of the value to return.public List<UserProtos.DateTimeLiteralsSupport> getDateTimeLiteralsSupportList()
Supported Date Time literals
repeated .exec.user.DateTimeLiteralsSupport date_time_literals_support = 11;
getDateTimeLiteralsSupportList
in interface UserProtos.ServerMetaOrBuilder
public int getDateTimeLiteralsSupportCount()
Supported Date Time literals
repeated .exec.user.DateTimeLiteralsSupport date_time_literals_support = 11;
getDateTimeLiteralsSupportCount
in interface UserProtos.ServerMetaOrBuilder
public UserProtos.DateTimeLiteralsSupport getDateTimeLiteralsSupport(int index)
Supported Date Time literals
repeated .exec.user.DateTimeLiteralsSupport date_time_literals_support = 11;
getDateTimeLiteralsSupport
in interface UserProtos.ServerMetaOrBuilder
index
- The index of the element to return.public boolean hasGroupBySupport()
Group By support
optional .exec.user.GroupBySupport group_by_support = 12;
hasGroupBySupport
in interface UserProtos.ServerMetaOrBuilder
public UserProtos.GroupBySupport getGroupBySupport()
Group By support
optional .exec.user.GroupBySupport group_by_support = 12;
getGroupBySupport
in interface UserProtos.ServerMetaOrBuilder
public boolean hasIdentifierCasing()
Unquoted Identifier casing
optional .exec.user.IdentifierCasing identifier_casing = 13;
hasIdentifierCasing
in interface UserProtos.ServerMetaOrBuilder
public UserProtos.IdentifierCasing getIdentifierCasing()
Unquoted Identifier casing
optional .exec.user.IdentifierCasing identifier_casing = 13;
getIdentifierCasing
in interface UserProtos.ServerMetaOrBuilder
public boolean hasIdentifierQuoteString()
Quote string for identifiers
optional string identifier_quote_string = 14;
hasIdentifierQuoteString
in interface UserProtos.ServerMetaOrBuilder
public String getIdentifierQuoteString()
Quote string for identifiers
optional string identifier_quote_string = 14;
getIdentifierQuoteString
in interface UserProtos.ServerMetaOrBuilder
public com.google.protobuf.ByteString getIdentifierQuoteStringBytes()
Quote string for identifiers
optional string identifier_quote_string = 14;
getIdentifierQuoteStringBytes
in interface UserProtos.ServerMetaOrBuilder
public boolean hasLikeEscapeClauseSupported()
True if LIKE supports an ESCAPE clause
optional bool like_escape_clause_supported = 15;
hasLikeEscapeClauseSupported
in interface UserProtos.ServerMetaOrBuilder
public boolean getLikeEscapeClauseSupported()
True if LIKE supports an ESCAPE clause
optional bool like_escape_clause_supported = 15;
getLikeEscapeClauseSupported
in interface UserProtos.ServerMetaOrBuilder
public boolean hasMaxBinaryLiteralLength()
Maximum number of hexa characters for binary literals (0 if unlimited or unknown)
optional uint32 max_binary_literal_length = 16;
hasMaxBinaryLiteralLength
in interface UserProtos.ServerMetaOrBuilder
public int getMaxBinaryLiteralLength()
Maximum number of hexa characters for binary literals (0 if unlimited or unknown)
optional uint32 max_binary_literal_length = 16;
getMaxBinaryLiteralLength
in interface UserProtos.ServerMetaOrBuilder
public boolean hasMaxCatalogNameLength()
Maximum length of catalog names (0 if unlimited or unknown)
optional uint32 max_catalog_name_length = 17;
hasMaxCatalogNameLength
in interface UserProtos.ServerMetaOrBuilder
public int getMaxCatalogNameLength()
Maximum length of catalog names (0 if unlimited or unknown)
optional uint32 max_catalog_name_length = 17;
getMaxCatalogNameLength
in interface UserProtos.ServerMetaOrBuilder
public boolean hasMaxCharLiteralLength()
Maximum number of characters for string literals (0 if unlimited or unknown)
optional uint32 max_char_literal_length = 18;
hasMaxCharLiteralLength
in interface UserProtos.ServerMetaOrBuilder
public int getMaxCharLiteralLength()
Maximum number of characters for string literals (0 if unlimited or unknown)
optional uint32 max_char_literal_length = 18;
getMaxCharLiteralLength
in interface UserProtos.ServerMetaOrBuilder
public boolean hasMaxColumnNameLength()
Maximum length of column names (0 if unlimited or unknown)
optional uint32 max_column_name_length = 19;
hasMaxColumnNameLength
in interface UserProtos.ServerMetaOrBuilder
public int getMaxColumnNameLength()
Maximum length of column names (0 if unlimited or unknown)
optional uint32 max_column_name_length = 19;
getMaxColumnNameLength
in interface UserProtos.ServerMetaOrBuilder
public boolean hasMaxColumnsInGroupBy()
Maximum number of columns in GROUP BY expressions (0 if unlimited or unknown)
optional uint32 max_columns_in_group_by = 20;
hasMaxColumnsInGroupBy
in interface UserProtos.ServerMetaOrBuilder
public int getMaxColumnsInGroupBy()
Maximum number of columns in GROUP BY expressions (0 if unlimited or unknown)
optional uint32 max_columns_in_group_by = 20;
getMaxColumnsInGroupBy
in interface UserProtos.ServerMetaOrBuilder
public boolean hasMaxColumnsInOrderBy()
Maximum number of columns in ORDER BY expressions (0 if unlimited or unknown)
optional uint32 max_columns_in_order_by = 21;
hasMaxColumnsInOrderBy
in interface UserProtos.ServerMetaOrBuilder
public int getMaxColumnsInOrderBy()
Maximum number of columns in ORDER BY expressions (0 if unlimited or unknown)
optional uint32 max_columns_in_order_by = 21;
getMaxColumnsInOrderBy
in interface UserProtos.ServerMetaOrBuilder
public boolean hasMaxColumnsInSelect()
Maximum number of columns in SELECT expressions (0 if unlimited or unknown)
optional uint32 max_columns_in_select = 22;
hasMaxColumnsInSelect
in interface UserProtos.ServerMetaOrBuilder
public int getMaxColumnsInSelect()
Maximum number of columns in SELECT expressions (0 if unlimited or unknown)
optional uint32 max_columns_in_select = 22;
getMaxColumnsInSelect
in interface UserProtos.ServerMetaOrBuilder
public boolean hasMaxCursorNameLength()
Maximum length of cursor names (0 if unlimited or unknown)
optional uint32 max_cursor_name_length = 23;
hasMaxCursorNameLength
in interface UserProtos.ServerMetaOrBuilder
public int getMaxCursorNameLength()
Maximum length of cursor names (0 if unlimited or unknown)
optional uint32 max_cursor_name_length = 23;
getMaxCursorNameLength
in interface UserProtos.ServerMetaOrBuilder
public boolean hasMaxLogicalLobSize()
Maximum logical size for LOB types (0 if unlimited or unknown)
optional uint32 max_logical_lob_size = 24;
hasMaxLogicalLobSize
in interface UserProtos.ServerMetaOrBuilder
public int getMaxLogicalLobSize()
Maximum logical size for LOB types (0 if unlimited or unknown)
optional uint32 max_logical_lob_size = 24;
getMaxLogicalLobSize
in interface UserProtos.ServerMetaOrBuilder
public boolean hasMaxRowSize()
Maximum number of bytes for a single row (0 if unlimited or unknown)
optional uint32 max_row_size = 25;
hasMaxRowSize
in interface UserProtos.ServerMetaOrBuilder
public int getMaxRowSize()
Maximum number of bytes for a single row (0 if unlimited or unknown)
optional uint32 max_row_size = 25;
getMaxRowSize
in interface UserProtos.ServerMetaOrBuilder
public boolean hasMaxSchemaNameLength()
Maximum length of schema names (0 if unlimited or unknown)
optional uint32 max_schema_name_length = 26;
hasMaxSchemaNameLength
in interface UserProtos.ServerMetaOrBuilder
public int getMaxSchemaNameLength()
Maximum length of schema names (0 if unlimited or unknown)
optional uint32 max_schema_name_length = 26;
getMaxSchemaNameLength
in interface UserProtos.ServerMetaOrBuilder
public boolean hasMaxStatementLength()
Maximum length for statements (0 if unlimited or unknown)
optional uint32 max_statement_length = 27;
hasMaxStatementLength
in interface UserProtos.ServerMetaOrBuilder
public int getMaxStatementLength()
Maximum length for statements (0 if unlimited or unknown)
optional uint32 max_statement_length = 27;
getMaxStatementLength
in interface UserProtos.ServerMetaOrBuilder
public boolean hasMaxStatements()
Maximum number of statements (0 if unlimited or unknown)
optional uint32 max_statements = 28;
hasMaxStatements
in interface UserProtos.ServerMetaOrBuilder
public int getMaxStatements()
Maximum number of statements (0 if unlimited or unknown)
optional uint32 max_statements = 28;
getMaxStatements
in interface UserProtos.ServerMetaOrBuilder
public boolean hasMaxTableNameLength()
Maximum length of table names (0 if unlimited or unknown)
optional uint32 max_table_name_length = 29;
hasMaxTableNameLength
in interface UserProtos.ServerMetaOrBuilder
public int getMaxTableNameLength()
Maximum length of table names (0 if unlimited or unknown)
optional uint32 max_table_name_length = 29;
getMaxTableNameLength
in interface UserProtos.ServerMetaOrBuilder
public boolean hasMaxTablesInSelect()
Maximum number of tables in a SELECT expression (0 if unlimited or unknown)
optional uint32 max_tables_in_select = 30;
hasMaxTablesInSelect
in interface UserProtos.ServerMetaOrBuilder
public int getMaxTablesInSelect()
Maximum number of tables in a SELECT expression (0 if unlimited or unknown)
optional uint32 max_tables_in_select = 30;
getMaxTablesInSelect
in interface UserProtos.ServerMetaOrBuilder
public boolean hasMaxUserNameLength()
Maximum length of user names (0 if unlimited or unknown)
optional uint32 max_user_name_length = 31;
hasMaxUserNameLength
in interface UserProtos.ServerMetaOrBuilder
public int getMaxUserNameLength()
Maximum length of user names (0 if unlimited or unknown)
optional uint32 max_user_name_length = 31;
getMaxUserNameLength
in interface UserProtos.ServerMetaOrBuilder
public boolean hasNullCollation()
How NULL are sorted
optional .exec.user.NullCollation null_collation = 32;
hasNullCollation
in interface UserProtos.ServerMetaOrBuilder
public UserProtos.NullCollation getNullCollation()
How NULL are sorted
optional .exec.user.NullCollation null_collation = 32;
getNullCollation
in interface UserProtos.ServerMetaOrBuilder
public boolean hasNullPlusNonNullEqualsNull()
True if NULL + non NULL is NULL
optional bool null_plus_non_null_equals_null = 33;
hasNullPlusNonNullEqualsNull
in interface UserProtos.ServerMetaOrBuilder
public boolean getNullPlusNonNullEqualsNull()
True if NULL + non NULL is NULL
optional bool null_plus_non_null_equals_null = 33;
getNullPlusNonNullEqualsNull
in interface UserProtos.ServerMetaOrBuilder
public com.google.protobuf.ProtocolStringList getNumericFunctionsList()
Supported ODBC/JDBC numeric scalar functions
repeated string numeric_functions = 34;
getNumericFunctionsList
in interface UserProtos.ServerMetaOrBuilder
public int getNumericFunctionsCount()
Supported ODBC/JDBC numeric scalar functions
repeated string numeric_functions = 34;
getNumericFunctionsCount
in interface UserProtos.ServerMetaOrBuilder
public String getNumericFunctions(int index)
Supported ODBC/JDBC numeric scalar functions
repeated string numeric_functions = 34;
getNumericFunctions
in interface UserProtos.ServerMetaOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getNumericFunctionsBytes(int index)
Supported ODBC/JDBC numeric scalar functions
repeated string numeric_functions = 34;
getNumericFunctionsBytes
in interface UserProtos.ServerMetaOrBuilder
index
- The index of the value to return.public List<UserProtos.OrderBySupport> getOrderBySupportList()
Outer join suport
repeated .exec.user.OrderBySupport order_by_support = 35;
getOrderBySupportList
in interface UserProtos.ServerMetaOrBuilder
public int getOrderBySupportCount()
Outer join suport
repeated .exec.user.OrderBySupport order_by_support = 35;
getOrderBySupportCount
in interface UserProtos.ServerMetaOrBuilder
public UserProtos.OrderBySupport getOrderBySupport(int index)
Outer join suport
repeated .exec.user.OrderBySupport order_by_support = 35;
getOrderBySupport
in interface UserProtos.ServerMetaOrBuilder
index
- The index of the element to return.public List<UserProtos.OuterJoinSupport> getOuterJoinSupportList()
Outer join suport
repeated .exec.user.OuterJoinSupport outer_join_support = 36;
getOuterJoinSupportList
in interface UserProtos.ServerMetaOrBuilder
public int getOuterJoinSupportCount()
Outer join suport
repeated .exec.user.OuterJoinSupport outer_join_support = 36;
getOuterJoinSupportCount
in interface UserProtos.ServerMetaOrBuilder
public UserProtos.OuterJoinSupport getOuterJoinSupport(int index)
Outer join suport
repeated .exec.user.OuterJoinSupport outer_join_support = 36;
getOuterJoinSupport
in interface UserProtos.ServerMetaOrBuilder
index
- The index of the element to return.public boolean hasQuotedIdentifierCasing()
Quoted identifier casing
optional .exec.user.IdentifierCasing quoted_identifier_casing = 37;
hasQuotedIdentifierCasing
in interface UserProtos.ServerMetaOrBuilder
public UserProtos.IdentifierCasing getQuotedIdentifierCasing()
Quoted identifier casing
optional .exec.user.IdentifierCasing quoted_identifier_casing = 37;
getQuotedIdentifierCasing
in interface UserProtos.ServerMetaOrBuilder
public boolean hasReadOnly()
True if connection access is read only
optional bool read_only = 38;
hasReadOnly
in interface UserProtos.ServerMetaOrBuilder
public boolean getReadOnly()
True if connection access is read only
optional bool read_only = 38;
getReadOnly
in interface UserProtos.ServerMetaOrBuilder
public boolean hasSchemaTerm()
The term used to designate a schema
optional string schema_term = 39;
hasSchemaTerm
in interface UserProtos.ServerMetaOrBuilder
public String getSchemaTerm()
The term used to designate a schema
optional string schema_term = 39;
getSchemaTerm
in interface UserProtos.ServerMetaOrBuilder
public com.google.protobuf.ByteString getSchemaTermBytes()
The term used to designate a schema
optional string schema_term = 39;
getSchemaTermBytes
in interface UserProtos.ServerMetaOrBuilder
public boolean hasSearchEscapeString()
Characters used for escaping (empty if not suported)
optional string search_escape_string = 40;
hasSearchEscapeString
in interface UserProtos.ServerMetaOrBuilder
public String getSearchEscapeString()
Characters used for escaping (empty if not suported)
optional string search_escape_string = 40;
getSearchEscapeString
in interface UserProtos.ServerMetaOrBuilder
public com.google.protobuf.ByteString getSearchEscapeStringBytes()
Characters used for escaping (empty if not suported)
optional string search_escape_string = 40;
getSearchEscapeStringBytes
in interface UserProtos.ServerMetaOrBuilder
public boolean hasSelectForUpdateSupported()
True if SELECT FOR UPDATE is supported
optional bool select_for_update_supported = 41;
hasSelectForUpdateSupported
in interface UserProtos.ServerMetaOrBuilder
public boolean getSelectForUpdateSupported()
True if SELECT FOR UPDATE is supported
optional bool select_for_update_supported = 41;
getSelectForUpdateSupported
in interface UserProtos.ServerMetaOrBuilder
public boolean hasSpecialCharacters()
List of extra characters that can be used in identifier names
optional string special_characters = 42;
hasSpecialCharacters
in interface UserProtos.ServerMetaOrBuilder
public String getSpecialCharacters()
List of extra characters that can be used in identifier names
optional string special_characters = 42;
getSpecialCharacters
in interface UserProtos.ServerMetaOrBuilder
public com.google.protobuf.ByteString getSpecialCharactersBytes()
List of extra characters that can be used in identifier names
optional string special_characters = 42;
getSpecialCharactersBytes
in interface UserProtos.ServerMetaOrBuilder
public com.google.protobuf.ProtocolStringList getSqlKeywordsList()
list of SQL keywords
repeated string sql_keywords = 43;
getSqlKeywordsList
in interface UserProtos.ServerMetaOrBuilder
public int getSqlKeywordsCount()
list of SQL keywords
repeated string sql_keywords = 43;
getSqlKeywordsCount
in interface UserProtos.ServerMetaOrBuilder
public String getSqlKeywords(int index)
list of SQL keywords
repeated string sql_keywords = 43;
getSqlKeywords
in interface UserProtos.ServerMetaOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getSqlKeywordsBytes(int index)
list of SQL keywords
repeated string sql_keywords = 43;
getSqlKeywordsBytes
in interface UserProtos.ServerMetaOrBuilder
index
- The index of the value to return.public com.google.protobuf.ProtocolStringList getStringFunctionsList()
Supported ODBC/JDBC string scalar functions
repeated string string_functions = 44;
getStringFunctionsList
in interface UserProtos.ServerMetaOrBuilder
public int getStringFunctionsCount()
Supported ODBC/JDBC string scalar functions
repeated string string_functions = 44;
getStringFunctionsCount
in interface UserProtos.ServerMetaOrBuilder
public String getStringFunctions(int index)
Supported ODBC/JDBC string scalar functions
repeated string string_functions = 44;
getStringFunctions
in interface UserProtos.ServerMetaOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getStringFunctionsBytes(int index)
Supported ODBC/JDBC string scalar functions
repeated string string_functions = 44;
getStringFunctionsBytes
in interface UserProtos.ServerMetaOrBuilder
index
- The index of the value to return.public List<UserProtos.SubQuerySupport> getSubquerySupportList()
Subquery support
repeated .exec.user.SubQuerySupport subquery_support = 45;
getSubquerySupportList
in interface UserProtos.ServerMetaOrBuilder
public int getSubquerySupportCount()
Subquery support
repeated .exec.user.SubQuerySupport subquery_support = 45;
getSubquerySupportCount
in interface UserProtos.ServerMetaOrBuilder
public UserProtos.SubQuerySupport getSubquerySupport(int index)
Subquery support
repeated .exec.user.SubQuerySupport subquery_support = 45;
getSubquerySupport
in interface UserProtos.ServerMetaOrBuilder
index
- The index of the element to return.public com.google.protobuf.ProtocolStringList getSystemFunctionsList()
Supported ODBC/JDBC systen scalar functions
repeated string system_functions = 46;
getSystemFunctionsList
in interface UserProtos.ServerMetaOrBuilder
public int getSystemFunctionsCount()
Supported ODBC/JDBC systen scalar functions
repeated string system_functions = 46;
getSystemFunctionsCount
in interface UserProtos.ServerMetaOrBuilder
public String getSystemFunctions(int index)
Supported ODBC/JDBC systen scalar functions
repeated string system_functions = 46;
getSystemFunctions
in interface UserProtos.ServerMetaOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getSystemFunctionsBytes(int index)
Supported ODBC/JDBC systen scalar functions
repeated string system_functions = 46;
getSystemFunctionsBytes
in interface UserProtos.ServerMetaOrBuilder
index
- The index of the value to return.public boolean hasTableTerm()
The term used to designate a table
optional string table_term = 47;
hasTableTerm
in interface UserProtos.ServerMetaOrBuilder
public String getTableTerm()
The term used to designate a table
optional string table_term = 47;
getTableTerm
in interface UserProtos.ServerMetaOrBuilder
public com.google.protobuf.ByteString getTableTermBytes()
The term used to designate a table
optional string table_term = 47;
getTableTermBytes
in interface UserProtos.ServerMetaOrBuilder
public boolean hasTransactionSupported()
True if transaction is supported
optional bool transaction_supported = 48;
hasTransactionSupported
in interface UserProtos.ServerMetaOrBuilder
public boolean getTransactionSupported()
True if transaction is supported
optional bool transaction_supported = 48;
getTransactionSupported
in interface UserProtos.ServerMetaOrBuilder
public List<UserProtos.UnionSupport> getUnionSupportList()
UNION support
repeated .exec.user.UnionSupport union_support = 49;
getUnionSupportList
in interface UserProtos.ServerMetaOrBuilder
public int getUnionSupportCount()
UNION support
repeated .exec.user.UnionSupport union_support = 49;
getUnionSupportCount
in interface UserProtos.ServerMetaOrBuilder
public UserProtos.UnionSupport getUnionSupport(int index)
UNION support
repeated .exec.user.UnionSupport union_support = 49;
getUnionSupport
in interface UserProtos.ServerMetaOrBuilder
index
- The index of the element to return.public boolean hasCurrentSchema()
current schema
optional string current_schema = 50;
hasCurrentSchema
in interface UserProtos.ServerMetaOrBuilder
public String getCurrentSchema()
current schema
optional string current_schema = 50;
getCurrentSchema
in interface UserProtos.ServerMetaOrBuilder
public com.google.protobuf.ByteString getCurrentSchemaBytes()
current schema
optional string current_schema = 50;
getCurrentSchemaBytes
in interface UserProtos.ServerMetaOrBuilder
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.ServerMeta parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserProtos.ServerMeta parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserProtos.ServerMeta parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserProtos.ServerMeta parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserProtos.ServerMeta parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserProtos.ServerMeta parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserProtos.ServerMeta parseFrom(InputStream input) throws IOException
IOException
public static UserProtos.ServerMeta parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static UserProtos.ServerMeta parseDelimitedFrom(InputStream input) throws IOException
IOException
public static UserProtos.ServerMeta parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static UserProtos.ServerMeta parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static UserProtos.ServerMeta parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public UserProtos.ServerMeta.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static UserProtos.ServerMeta.Builder newBuilder()
public static UserProtos.ServerMeta.Builder newBuilder(UserProtos.ServerMeta prototype)
public UserProtos.ServerMeta.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected UserProtos.ServerMeta.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static UserProtos.ServerMeta getDefaultInstance()
public static com.google.protobuf.Parser<UserProtos.ServerMeta> parser()
public com.google.protobuf.Parser<UserProtos.ServerMeta> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public UserProtos.ServerMeta getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 1970 The Apache Software Foundation. All rights reserved.