Package proto.rpc.webrtc.v1
Interface Signaling.CallUpdateRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Signaling.CallUpdateRequest
,Signaling.CallUpdateRequest.Builder
- Enclosing class:
- Signaling
public static interface Signaling.CallUpdateRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.proto.rpc.webrtc.v1.ICECandidate candidate = 2 [json_name = "candidate"];
boolean
getDone()
bool done = 3 [json_name = "done"];
getError()
.google.rpc.Status error = 4 [json_name = "error"];
getUuid()
string uuid = 1 [json_name = "uuid"];
com.google.protobuf.ByteString
string uuid = 1 [json_name = "uuid"];
boolean
.proto.rpc.webrtc.v1.ICECandidate candidate = 2 [json_name = "candidate"];
boolean
hasDone()
bool done = 3 [json_name = "done"];
boolean
hasError()
.google.rpc.Status error = 4 [json_name = "error"];
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.
-
hasCandidate
boolean hasCandidate().proto.rpc.webrtc.v1.ICECandidate candidate = 2 [json_name = "candidate"];
- Returns:
- Whether the candidate field is set.
-
getCandidate
Signaling.ICECandidate getCandidate().proto.rpc.webrtc.v1.ICECandidate candidate = 2 [json_name = "candidate"];
- Returns:
- The candidate.
-
hasDone
boolean hasDone()bool done = 3 [json_name = "done"];
- Returns:
- Whether the done field is set.
-
getDone
boolean getDone()bool done = 3 [json_name = "done"];
- Returns:
- The done.
-
hasError
boolean hasError().google.rpc.Status error = 4 [json_name = "error"];
- Returns:
- Whether the error field is set.
-
getError
Status getError().google.rpc.Status error = 4 [json_name = "error"];
- Returns:
- The error.
-
getUpdateCase
Signaling.CallUpdateRequest.UpdateCase getUpdateCase()
-