-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitSip.UpdateSIPInboundTrunkRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetSipTrunkId()string sip_trunk_id = 1;abstract ByteStringgetSipTrunkIdBytes()string sip_trunk_id = 1;abstract booleanhasReplace().livekit.SIPInboundTrunkInfo replace = 2;abstract LivekitSip.SIPInboundTrunkInfogetReplace().livekit.SIPInboundTrunkInfo replace = 2;abstract booleanhasUpdate().livekit.SIPInboundTrunkUpdate update = 3;abstract LivekitSip.SIPInboundTrunkUpdategetUpdate().livekit.SIPInboundTrunkUpdate update = 3;abstract LivekitSip.UpdateSIPInboundTrunkRequest.ActionCasegetActionCase()-
-
Method Detail
-
getSipTrunkId
abstract String getSipTrunkId()
string sip_trunk_id = 1;
-
getSipTrunkIdBytes
abstract ByteString getSipTrunkIdBytes()
string sip_trunk_id = 1;
-
hasReplace
abstract boolean hasReplace()
.livekit.SIPInboundTrunkInfo replace = 2;
-
getReplace
abstract LivekitSip.SIPInboundTrunkInfo getReplace()
.livekit.SIPInboundTrunkInfo replace = 2;
-
hasUpdate
abstract boolean hasUpdate()
.livekit.SIPInboundTrunkUpdate update = 3;
-
getUpdate
abstract LivekitSip.SIPInboundTrunkUpdate getUpdate()
.livekit.SIPInboundTrunkUpdate update = 3;
-
getActionCase
abstract LivekitSip.UpdateSIPInboundTrunkRequest.ActionCase getActionCase()
-
-
-
-