Interface Signaling.AnswerResponseErrorStageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Signaling.AnswerResponseErrorStage, Signaling.AnswerResponseErrorStage.Builder
Enclosing class:
Signaling

public static interface Signaling.AnswerResponseErrorStageOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .google.rpc.Status status = 1 [json_name = "status"];
    boolean
    .google.rpc.Status status = 1 [json_name = "status"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasStatus

      boolean hasStatus()
      .google.rpc.Status status = 1 [json_name = "status"];
      Returns:
      Whether the status field is set.
    • getStatus

      Status getStatus()
      .google.rpc.Status status = 1 [json_name = "status"];
      Returns:
      The status.