Package proto.rpc.webrtc.v1
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 TypeMethodDescriptiongetInit().proto.rpc.webrtc.v1.CallResponseInitStage init = 2 [json_name = "init"];.proto.rpc.webrtc.v1.CallResponseUpdateStage update = 3 [json_name = "update"];getUuid()string uuid = 1 [json_name = "uuid"];com.google.protobuf.ByteStringstring uuid = 1 [json_name = "uuid"];booleanhasInit().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
Signaling.CallResponseInitStage 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
Signaling.CallResponseUpdateStage getUpdate().proto.rpc.webrtc.v1.CallResponseUpdateStage update = 3 [json_name = "update"];- Returns:
- The update.
-
getStageCase
Signaling.CallResponse.StageCase getStageCase()
-