Interface UserProtos.GetColumnsRespOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UserProtos.GetColumnsResp, UserProtos.GetColumnsResp.Builder
Enclosing class:
UserProtos

public static interface UserProtos.GetColumnsRespOrBuilder 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.
    • getColumnsList

      List<UserProtos.ColumnMetadata> getColumnsList()
      repeated .exec.user.ColumnMetadata columns = 2;
    • getColumns

      UserProtos.ColumnMetadata getColumns(int index)
      repeated .exec.user.ColumnMetadata columns = 2;
    • getColumnsCount

      int getColumnsCount()
      repeated .exec.user.ColumnMetadata columns = 2;
    • getColumnsOrBuilderList

      List<? extends UserProtos.ColumnMetadataOrBuilder> getColumnsOrBuilderList()
      repeated .exec.user.ColumnMetadata columns = 2;
    • getColumnsOrBuilder

      UserProtos.ColumnMetadataOrBuilder getColumnsOrBuilder(int index)
      repeated .exec.user.ColumnMetadata columns = 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;