public static interface UserProtos.TableMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCatalogName()
optional string catalog_name = 1; |
com.google.protobuf.ByteString |
getCatalogNameBytes()
optional string catalog_name = 1; |
String |
getSchemaName()
optional string schema_name = 2; |
com.google.protobuf.ByteString |
getSchemaNameBytes()
optional string schema_name = 2; |
String |
getTableName()
optional string table_name = 3; |
com.google.protobuf.ByteString |
getTableNameBytes()
optional string table_name = 3; |
String |
getType()
Type.
|
com.google.protobuf.ByteString |
getTypeBytes()
Type.
|
boolean |
hasCatalogName()
optional string catalog_name = 1; |
boolean |
hasSchemaName()
optional string schema_name = 2; |
boolean |
hasTableName()
optional string table_name = 3; |
boolean |
hasType()
Type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasCatalogName()
optional string catalog_name = 1;
String getCatalogName()
optional string catalog_name = 1;
com.google.protobuf.ByteString getCatalogNameBytes()
optional string catalog_name = 1;
boolean hasSchemaName()
optional string schema_name = 2;
String getSchemaName()
optional string schema_name = 2;
com.google.protobuf.ByteString getSchemaNameBytes()
optional string schema_name = 2;
boolean hasTableName()
optional string table_name = 3;
String getTableName()
optional string table_name = 3;
com.google.protobuf.ByteString getTableNameBytes()
optional string table_name = 3;
boolean hasType()
Type. Ex. "TABLE", "VIEW" etc.
optional string type = 4;
String getType()
Type. Ex. "TABLE", "VIEW" etc.
optional string type = 4;
com.google.protobuf.ByteString getTypeBytes()
Type. Ex. "TABLE", "VIEW" etc.
optional string type = 4;
Copyright © 1970 The Apache Software Foundation. All rights reserved.