-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitSip.UpdateSIPDispatchRuleRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetSipDispatchRuleId()string sip_dispatch_rule_id = 1;abstract ByteStringgetSipDispatchRuleIdBytes()string sip_dispatch_rule_id = 1;abstract booleanhasReplace().livekit.SIPDispatchRuleInfo replace = 2;abstract LivekitSip.SIPDispatchRuleInfogetReplace().livekit.SIPDispatchRuleInfo replace = 2;abstract booleanhasUpdate().livekit.SIPDispatchRuleUpdate update = 3;abstract LivekitSip.SIPDispatchRuleUpdategetUpdate().livekit.SIPDispatchRuleUpdate update = 3;abstract LivekitSip.UpdateSIPDispatchRuleRequest.ActionCasegetActionCase()-
-
Method Detail
-
getSipDispatchRuleId
abstract String getSipDispatchRuleId()
string sip_dispatch_rule_id = 1;
-
getSipDispatchRuleIdBytes
abstract ByteString getSipDispatchRuleIdBytes()
string sip_dispatch_rule_id = 1;
-
hasReplace
abstract boolean hasReplace()
.livekit.SIPDispatchRuleInfo replace = 2;
-
getReplace
abstract LivekitSip.SIPDispatchRuleInfo getReplace()
.livekit.SIPDispatchRuleInfo replace = 2;
-
hasUpdate
abstract boolean hasUpdate()
.livekit.SIPDispatchRuleUpdate update = 3;
-
getUpdate
abstract LivekitSip.SIPDispatchRuleUpdate getUpdate()
.livekit.SIPDispatchRuleUpdate update = 3;
-
getActionCase
abstract LivekitSip.UpdateSIPDispatchRuleRequest.ActionCase getActionCase()
-
-
-
-