Interface UserProtos.GetServerMetaRespOrBuilder

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

public static interface UserProtos.GetServerMetaRespOrBuilder 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.
    • hasServerMeta

      boolean hasServerMeta()
      optional .exec.user.ServerMeta server_meta = 2;
      Returns:
      Whether the serverMeta field is set.
    • getServerMeta

      UserProtos.ServerMeta getServerMeta()
      optional .exec.user.ServerMeta server_meta = 2;
      Returns:
      The serverMeta.
    • getServerMetaOrBuilder

      UserProtos.ServerMetaOrBuilder getServerMetaOrBuilder()
      optional .exec.user.ServerMeta server_meta = 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;