public interface  oadd.org.apache.drill.exec.proto.UserProtos$GetTablesReqOrBuilder extends java.lang.Object implements oadd.com.google.protobuf.MessageOrBuilder
{
public abstract boolean hasCatalogNameFilter();
public abstract oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getCatalogNameFilter();
public abstract oadd.org.apache.drill.exec.proto.UserProtos$LikeFilterOrBuilder getCatalogNameFilterOrBuilder();
public abstract boolean hasSchemaNameFilter();
public abstract oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getSchemaNameFilter();
public abstract oadd.org.apache.drill.exec.proto.UserProtos$LikeFilterOrBuilder getSchemaNameFilterOrBuilder();
public abstract boolean hasTableNameFilter();
public abstract oadd.org.apache.drill.exec.proto.UserProtos$LikeFilter getTableNameFilter();
public abstract oadd.org.apache.drill.exec.proto.UserProtos$LikeFilterOrBuilder getTableNameFilterOrBuilder();
public abstract java.util.List getTableTypeFilterList();
public abstract int getTableTypeFilterCount();
public abstract java.lang.String getTableTypeFilter(int);
public abstract oadd.com.google.protobuf.ByteString getTableTypeFilterBytes(int);
}