public static interface Requests.TablesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalog()
optional string catalog = 1; |
com.google.protobuf.ByteString |
getCatalogBytes()
optional string catalog = 1; |
String |
getConnectionId()
optional string connection_id = 7; |
com.google.protobuf.ByteString |
getConnectionIdBytes()
optional string connection_id = 7; |
boolean |
getHasTypeList()
optional bool has_type_list = 6; |
String |
getSchemaPattern()
optional string schema_pattern = 2; |
com.google.protobuf.ByteString |
getSchemaPatternBytes()
optional string schema_pattern = 2; |
String |
getTableNamePattern()
optional string table_name_pattern = 3; |
com.google.protobuf.ByteString |
getTableNamePatternBytes()
optional string table_name_pattern = 3; |
String |
getTypeList(int index)
repeated string type_list = 4; |
com.google.protobuf.ByteString |
getTypeListBytes(int index)
repeated string type_list = 4; |
int |
getTypeListCount()
repeated string type_list = 4; |
com.google.protobuf.ProtocolStringList |
getTypeListList()
repeated string type_list = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCatalog()
optional string catalog = 1;com.google.protobuf.ByteString getCatalogBytes()
optional string catalog = 1;String getSchemaPattern()
optional string schema_pattern = 2;com.google.protobuf.ByteString getSchemaPatternBytes()
optional string schema_pattern = 2;String getTableNamePattern()
optional string table_name_pattern = 3;com.google.protobuf.ByteString getTableNamePatternBytes()
optional string table_name_pattern = 3;com.google.protobuf.ProtocolStringList getTypeListList()
repeated string type_list = 4;int getTypeListCount()
repeated string type_list = 4;String getTypeList(int index)
repeated string type_list = 4;com.google.protobuf.ByteString getTypeListBytes(int index)
repeated string type_list = 4;boolean getHasTypeList()
optional bool has_type_list = 6;
Having an empty type_list is distinct from a null type_list
String getConnectionId()
optional string connection_id = 7;com.google.protobuf.ByteString getConnectionIdBytes()
optional string connection_id = 7;Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.