Interface Signaling.CallResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .proto.rpc.webrtc.v1.CallResponseInitStage init = 2 [json_name = "init"];
     
    .proto.rpc.webrtc.v1.CallResponseUpdateStage update = 3 [json_name = "update"];
    string uuid = 1 [json_name = "uuid"];
    com.google.protobuf.ByteString
    string uuid = 1 [json_name = "uuid"];
    boolean
    .proto.rpc.webrtc.v1.CallResponseInitStage init = 2 [json_name = "init"];
    boolean
    .proto.rpc.webrtc.v1.CallResponseUpdateStage update = 3 [json_name = "update"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getUuid

      String getUuid()
      string uuid = 1 [json_name = "uuid"];
      Returns:
      The uuid.
    • getUuidBytes

      com.google.protobuf.ByteString getUuidBytes()
      string uuid = 1 [json_name = "uuid"];
      Returns:
      The bytes for uuid.
    • hasInit

      boolean hasInit()
      .proto.rpc.webrtc.v1.CallResponseInitStage init = 2 [json_name = "init"];
      Returns:
      Whether the init field is set.
    • getInit

      .proto.rpc.webrtc.v1.CallResponseInitStage init = 2 [json_name = "init"];
      Returns:
      The init.
    • hasUpdate

      boolean hasUpdate()
      .proto.rpc.webrtc.v1.CallResponseUpdateStage update = 3 [json_name = "update"];
      Returns:
      Whether the update field is set.
    • getUpdate

      .proto.rpc.webrtc.v1.CallResponseUpdateStage update = 3 [json_name = "update"];
      Returns:
      The update.
    • getStageCase