UpdateSIPInboundTrunkRequest
extends Message
in package
Generated from protobuf message <code>livekit.UpdateSIPInboundTrunkRequest</code>
Table of Contents
Properties
- $action : mixed
- $sip_trunk_id : mixed
- Generated from protobuf field <code>string sip_trunk_id = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getAction() : string
- getReplace() : SIPInboundTrunkInfo|null
- Generated from protobuf field <code>.livekit.SIPInboundTrunkInfo replace = 2;</code>
- getSipTrunkId() : string
- Generated from protobuf field <code>string sip_trunk_id = 1;</code>
- getUpdate() : SIPInboundTrunkUpdate|null
- Generated from protobuf field <code>.livekit.SIPInboundTrunkUpdate update = 3;</code>
- hasReplace() : mixed
- hasUpdate() : mixed
- setReplace() : $this
- Generated from protobuf field <code>.livekit.SIPInboundTrunkInfo replace = 2;</code>
- setSipTrunkId() : $this
- Generated from protobuf field <code>string sip_trunk_id = 1;</code>
- setUpdate() : $this
- Generated from protobuf field <code>.livekit.SIPInboundTrunkUpdate update = 3;</code>
Properties
$action
protected
mixed
$action
$sip_trunk_id
Generated from protobuf field <code>string sip_trunk_id = 1;</code>
protected
mixed
$sip_trunk_id
= ''
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
- $data : array<string|int, mixed> = null
-
{ Optional. Data for populating the Message object.
@type string $sip_trunk_id @type \Livekit\SIPInboundTrunkInfo $replace @type \Livekit\SIPInboundTrunkUpdate $update}
getAction()
public
getAction() : string
Return values
stringgetReplace()
Generated from protobuf field <code>.livekit.SIPInboundTrunkInfo replace = 2;</code>
public
getReplace() : SIPInboundTrunkInfo|null
Return values
SIPInboundTrunkInfo|nullgetSipTrunkId()
Generated from protobuf field <code>string sip_trunk_id = 1;</code>
public
getSipTrunkId() : string
Return values
stringgetUpdate()
Generated from protobuf field <code>.livekit.SIPInboundTrunkUpdate update = 3;</code>
public
getUpdate() : SIPInboundTrunkUpdate|null
Return values
SIPInboundTrunkUpdate|nullhasReplace()
public
hasReplace() : mixed
hasUpdate()
public
hasUpdate() : mixed
setReplace()
Generated from protobuf field <code>.livekit.SIPInboundTrunkInfo replace = 2;</code>
public
setReplace(SIPInboundTrunkInfo $var) : $this
Parameters
- $var : SIPInboundTrunkInfo
Return values
$thissetSipTrunkId()
Generated from protobuf field <code>string sip_trunk_id = 1;</code>
public
setSipTrunkId(string $var) : $this
Parameters
- $var : string
Return values
$thissetUpdate()
Generated from protobuf field <code>.livekit.SIPInboundTrunkUpdate update = 3;</code>
public
setUpdate(SIPInboundTrunkUpdate $var) : $this
Parameters
- $var : SIPInboundTrunkUpdate