-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitSip.UpdateSIPDispatchRuleRequestOrBuilder
public final class LivekitSip.UpdateSIPDispatchRuleRequest.Builder extends GeneratedMessageLite.Builder<LivekitSip.UpdateSIPDispatchRuleRequest, LivekitSip.UpdateSIPDispatchRuleRequest.Builder> implements LivekitSip.UpdateSIPDispatchRuleRequestOrBuilder
Protobuf type
{@code livekit.UpdateSIPDispatchRuleRequest}
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial, clear, clone, mergeFrom -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getActionCase
LivekitSip.UpdateSIPDispatchRuleRequest.ActionCase getActionCase()
-
clearAction
LivekitSip.UpdateSIPDispatchRuleRequest.Builder clearAction()
-
getSipDispatchRuleId
String getSipDispatchRuleId()
string sip_dispatch_rule_id = 1;
-
getSipDispatchRuleIdBytes
ByteString getSipDispatchRuleIdBytes()
string sip_dispatch_rule_id = 1;
-
setSipDispatchRuleId
LivekitSip.UpdateSIPDispatchRuleRequest.Builder setSipDispatchRuleId(String value)
string sip_dispatch_rule_id = 1;- Parameters:
value- The sipDispatchRuleId to set.
-
clearSipDispatchRuleId
LivekitSip.UpdateSIPDispatchRuleRequest.Builder clearSipDispatchRuleId()
string sip_dispatch_rule_id = 1;
-
setSipDispatchRuleIdBytes
LivekitSip.UpdateSIPDispatchRuleRequest.Builder setSipDispatchRuleIdBytes(ByteString value)
string sip_dispatch_rule_id = 1;- Parameters:
value- The bytes for sipDispatchRuleId to set.
-
hasReplace
boolean hasReplace()
.livekit.SIPDispatchRuleInfo replace = 2;
-
getReplace
LivekitSip.SIPDispatchRuleInfo getReplace()
.livekit.SIPDispatchRuleInfo replace = 2;
-
setReplace
LivekitSip.UpdateSIPDispatchRuleRequest.Builder setReplace(LivekitSip.SIPDispatchRuleInfo value)
.livekit.SIPDispatchRuleInfo replace = 2;
-
setReplace
LivekitSip.UpdateSIPDispatchRuleRequest.Builder setReplace(LivekitSip.SIPDispatchRuleInfo.Builder builderForValue)
.livekit.SIPDispatchRuleInfo replace = 2;
-
mergeReplace
LivekitSip.UpdateSIPDispatchRuleRequest.Builder mergeReplace(LivekitSip.SIPDispatchRuleInfo value)
.livekit.SIPDispatchRuleInfo replace = 2;
-
clearReplace
LivekitSip.UpdateSIPDispatchRuleRequest.Builder clearReplace()
.livekit.SIPDispatchRuleInfo replace = 2;
-
hasUpdate
boolean hasUpdate()
.livekit.SIPDispatchRuleUpdate update = 3;
-
getUpdate
LivekitSip.SIPDispatchRuleUpdate getUpdate()
.livekit.SIPDispatchRuleUpdate update = 3;
-
setUpdate
LivekitSip.UpdateSIPDispatchRuleRequest.Builder setUpdate(LivekitSip.SIPDispatchRuleUpdate value)
.livekit.SIPDispatchRuleUpdate update = 3;
-
setUpdate
LivekitSip.UpdateSIPDispatchRuleRequest.Builder setUpdate(LivekitSip.SIPDispatchRuleUpdate.Builder builderForValue)
.livekit.SIPDispatchRuleUpdate update = 3;
-
mergeUpdate
LivekitSip.UpdateSIPDispatchRuleRequest.Builder mergeUpdate(LivekitSip.SIPDispatchRuleUpdate value)
.livekit.SIPDispatchRuleUpdate update = 3;
-
clearUpdate
LivekitSip.UpdateSIPDispatchRuleRequest.Builder clearUpdate()
.livekit.SIPDispatchRuleUpdate update = 3;
-
-
-
-