Package org.apache.drill.exec.proto
Interface UserProtos.GetCatalogsRespOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserProtos.GetCatalogsResp,UserProtos.GetCatalogsResp.Builder
- Enclosing class:
UserProtos
public static interface UserProtos.GetCatalogsRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCatalogs(int index) repeated .exec.user.CatalogMetadata catalogs = 2;intrepeated .exec.user.CatalogMetadata catalogs = 2;repeated .exec.user.CatalogMetadata catalogs = 2;getCatalogsOrBuilder(int index) repeated .exec.user.CatalogMetadata catalogs = 2;List<? extends UserProtos.CatalogMetadataOrBuilder> repeated .exec.user.CatalogMetadata catalogs = 2;getError()optional .exec.shared.DrillPBError error = 3;optional .exec.shared.DrillPBError error = 3;optional .exec.user.RequestStatus status = 1;booleanhasError()optional .exec.shared.DrillPBError error = 3;booleanoptional .exec.user.RequestStatus status = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-
getCatalogsList
List<UserProtos.CatalogMetadata> getCatalogsList()repeated .exec.user.CatalogMetadata catalogs = 2; -
getCatalogs
repeated .exec.user.CatalogMetadata catalogs = 2; -
getCatalogsCount
int getCatalogsCount()repeated .exec.user.CatalogMetadata catalogs = 2; -
getCatalogsOrBuilderList
List<? extends UserProtos.CatalogMetadataOrBuilder> getCatalogsOrBuilderList()repeated .exec.user.CatalogMetadata catalogs = 2; -
getCatalogsOrBuilder
repeated .exec.user.CatalogMetadata catalogs = 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;
-