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 Details

    • hasStatus

      boolean hasStatus()
      optional .exec.user.RequestStatus status = 1;
      Returns:
      Whether the status field is set.
    • getStatus

      optional .exec.user.RequestStatus status = 1;
      Returns:
      The status.
    • getCatalogsList

      List<UserProtos.CatalogMetadata> getCatalogsList()
      repeated .exec.user.CatalogMetadata catalogs = 2;
    • getCatalogs

      UserProtos.CatalogMetadata getCatalogs(int index)
      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

      UserProtos.CatalogMetadataOrBuilder getCatalogsOrBuilder(int index)
      repeated .exec.user.CatalogMetadata catalogs = 2;
    • hasError

      boolean hasError()
      optional .exec.shared.DrillPBError error = 3;
      Returns:
      Whether the error field is set.
    • getError

      optional .exec.shared.DrillPBError error = 3;
      Returns:
      The error.
    • getErrorOrBuilder

      optional .exec.shared.DrillPBError error = 3;