Package org.apache.drill.exec.proto
Interface UserProtos.GetTablesRespOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserProtos.GetTablesResp
,UserProtos.GetTablesResp.Builder
- Enclosing class:
- UserProtos
public static interface UserProtos.GetTablesRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetError()
optional .exec.shared.DrillPBError error = 3;
optional .exec.shared.DrillPBError error = 3;
optional .exec.user.RequestStatus status = 1;
getTables
(int index) repeated .exec.user.TableMetadata tables = 2;
int
repeated .exec.user.TableMetadata tables = 2;
repeated .exec.user.TableMetadata tables = 2;
getTablesOrBuilder
(int index) repeated .exec.user.TableMetadata tables = 2;
List<? extends UserProtos.TableMetadataOrBuilder>
repeated .exec.user.TableMetadata tables = 2;
boolean
hasError()
optional .exec.shared.DrillPBError error = 3;
boolean
optional .exec.user.RequestStatus status = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasStatus
boolean hasStatus()optional .exec.user.RequestStatus status = 1;
- Returns:
- Whether the status field is set.
-
getStatus
UserProtos.RequestStatus getStatus()optional .exec.user.RequestStatus status = 1;
- Returns:
- The status.
-
getTablesList
List<UserProtos.TableMetadata> getTablesList()repeated .exec.user.TableMetadata tables = 2;
-
getTables
repeated .exec.user.TableMetadata tables = 2;
-
getTablesCount
int getTablesCount()repeated .exec.user.TableMetadata tables = 2;
-
getTablesOrBuilderList
List<? extends UserProtos.TableMetadataOrBuilder> getTablesOrBuilderList()repeated .exec.user.TableMetadata tables = 2;
-
getTablesOrBuilder
repeated .exec.user.TableMetadata tables = 2;
-
hasError
boolean hasError()optional .exec.shared.DrillPBError error = 3;
- Returns:
- Whether the error field is set.
-
getError
UserBitShared.DrillPBError getError()optional .exec.shared.DrillPBError error = 3;
- Returns:
- The error.
-
getErrorOrBuilder
UserBitShared.DrillPBErrorOrBuilder getErrorOrBuilder()optional .exec.shared.DrillPBError error = 3;
-