SIPOutboundTrunkUpdate
extends Message
in package
Generated from protobuf message <code>livekit.SIPOutboundTrunkUpdate</code>
Table of Contents
Properties
- $address : mixed
- Generated from protobuf field <code>optional string address = 1;</code>
- $auth_password : mixed
- Generated from protobuf field <code>optional string auth_password = 5 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
- $auth_username : mixed
- Generated from protobuf field <code>optional string auth_username = 4 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
- $destination_country : mixed
- Generated from protobuf field <code>optional string destination_country = 9;</code>
- $media_encryption : mixed
- Generated from protobuf field <code>optional .livekit.SIPMediaEncryption media_encryption = 8;</code>
- $metadata : mixed
- Generated from protobuf field <code>optional string metadata = 7 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
- $name : mixed
- Generated from protobuf field <code>optional string name = 6;</code>
- $numbers : mixed
- Generated from protobuf field <code>.livekit.ListUpdate numbers = 3;</code>
- $transport : mixed
- Generated from protobuf field <code>optional .livekit.SIPTransport transport = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- clearAddress() : mixed
- clearAuthPassword() : mixed
- clearAuthUsername() : mixed
- clearDestinationCountry() : mixed
- clearMediaEncryption() : mixed
- clearMetadata() : mixed
- clearName() : mixed
- clearNumbers() : mixed
- clearTransport() : mixed
- getAddress() : string
- Generated from protobuf field <code>optional string address = 1;</code>
- getAuthPassword() : string
- Generated from protobuf field <code>optional string auth_password = 5 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
- getAuthUsername() : string
- Generated from protobuf field <code>optional string auth_username = 4 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
- getDestinationCountry() : string
- Generated from protobuf field <code>optional string destination_country = 9;</code>
- getMediaEncryption() : int
- Generated from protobuf field <code>optional .livekit.SIPMediaEncryption media_encryption = 8;</code>
- getMetadata() : string
- Generated from protobuf field <code>optional string metadata = 7 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
- getName() : string
- Generated from protobuf field <code>optional string name = 6;</code>
- getNumbers() : ListUpdate|null
- Generated from protobuf field <code>.livekit.ListUpdate numbers = 3;</code>
- getTransport() : int
- Generated from protobuf field <code>optional .livekit.SIPTransport transport = 2;</code>
- hasAddress() : mixed
- hasAuthPassword() : mixed
- hasAuthUsername() : mixed
- hasDestinationCountry() : mixed
- hasMediaEncryption() : mixed
- hasMetadata() : mixed
- hasName() : mixed
- hasNumbers() : mixed
- hasTransport() : mixed
- setAddress() : $this
- Generated from protobuf field <code>optional string address = 1;</code>
- setAuthPassword() : $this
- Generated from protobuf field <code>optional string auth_password = 5 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
- setAuthUsername() : $this
- Generated from protobuf field <code>optional string auth_username = 4 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
- setDestinationCountry() : $this
- Generated from protobuf field <code>optional string destination_country = 9;</code>
- setMediaEncryption() : $this
- Generated from protobuf field <code>optional .livekit.SIPMediaEncryption media_encryption = 8;</code>
- setMetadata() : $this
- Generated from protobuf field <code>optional string metadata = 7 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
- setName() : $this
- Generated from protobuf field <code>optional string name = 6;</code>
- setNumbers() : $this
- Generated from protobuf field <code>.livekit.ListUpdate numbers = 3;</code>
- setTransport() : $this
- Generated from protobuf field <code>optional .livekit.SIPTransport transport = 2;</code>
Properties
$address
Generated from protobuf field <code>optional string address = 1;</code>
protected
mixed
$address
= null
$auth_password
Generated from protobuf field <code>optional string auth_password = 5 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
protected
mixed
$auth_password
= null
$auth_username
Generated from protobuf field <code>optional string auth_username = 4 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
protected
mixed
$auth_username
= null
$destination_country
Generated from protobuf field <code>optional string destination_country = 9;</code>
protected
mixed
$destination_country
= null
$media_encryption
Generated from protobuf field <code>optional .livekit.SIPMediaEncryption media_encryption = 8;</code>
protected
mixed
$media_encryption
= null
$metadata
Generated from protobuf field <code>optional string metadata = 7 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
protected
mixed
$metadata
= null
$name
Generated from protobuf field <code>optional string name = 6;</code>
protected
mixed
$name
= null
$numbers
Generated from protobuf field <code>.livekit.ListUpdate numbers = 3;</code>
protected
mixed
$numbers
= null
$transport
Generated from protobuf field <code>optional .livekit.SIPTransport transport = 2;</code>
protected
mixed
$transport
= null
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 $address @type int $transport @type string $destination_country @type \Livekit\ListUpdate $numbers @type string $auth_username @type string $auth_password @type string $name @type string $metadata @type int $media_encryption}
clearAddress()
public
clearAddress() : mixed
clearAuthPassword()
public
clearAuthPassword() : mixed
clearAuthUsername()
public
clearAuthUsername() : mixed
clearDestinationCountry()
public
clearDestinationCountry() : mixed
clearMediaEncryption()
public
clearMediaEncryption() : mixed
clearMetadata()
public
clearMetadata() : mixed
clearName()
public
clearName() : mixed
clearNumbers()
public
clearNumbers() : mixed
clearTransport()
public
clearTransport() : mixed
getAddress()
Generated from protobuf field <code>optional string address = 1;</code>
public
getAddress() : string
Return values
stringgetAuthPassword()
Generated from protobuf field <code>optional string auth_password = 5 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
public
getAuthPassword() : string
Return values
stringgetAuthUsername()
Generated from protobuf field <code>optional string auth_username = 4 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
public
getAuthUsername() : string
Return values
stringgetDestinationCountry()
Generated from protobuf field <code>optional string destination_country = 9;</code>
public
getDestinationCountry() : string
Return values
stringgetMediaEncryption()
Generated from protobuf field <code>optional .livekit.SIPMediaEncryption media_encryption = 8;</code>
public
getMediaEncryption() : int
Return values
intgetMetadata()
Generated from protobuf field <code>optional string metadata = 7 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
public
getMetadata() : string
Return values
stringgetName()
Generated from protobuf field <code>optional string name = 6;</code>
public
getName() : string
Return values
stringgetNumbers()
Generated from protobuf field <code>.livekit.ListUpdate numbers = 3;</code>
public
getNumbers() : ListUpdate|null
Return values
ListUpdate|nullgetTransport()
Generated from protobuf field <code>optional .livekit.SIPTransport transport = 2;</code>
public
getTransport() : int
Return values
inthasAddress()
public
hasAddress() : mixed
hasAuthPassword()
public
hasAuthPassword() : mixed
hasAuthUsername()
public
hasAuthUsername() : mixed
hasDestinationCountry()
public
hasDestinationCountry() : mixed
hasMediaEncryption()
public
hasMediaEncryption() : mixed
hasMetadata()
public
hasMetadata() : mixed
hasName()
public
hasName() : mixed
hasNumbers()
public
hasNumbers() : mixed
hasTransport()
public
hasTransport() : mixed
setAddress()
Generated from protobuf field <code>optional string address = 1;</code>
public
setAddress(string $var) : $this
Parameters
- $var : string
Return values
$thissetAuthPassword()
Generated from protobuf field <code>optional string auth_password = 5 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
public
setAuthPassword(string $var) : $this
Parameters
- $var : string
Return values
$thissetAuthUsername()
Generated from protobuf field <code>optional string auth_username = 4 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
public
setAuthUsername(string $var) : $this
Parameters
- $var : string
Return values
$thissetDestinationCountry()
Generated from protobuf field <code>optional string destination_country = 9;</code>
public
setDestinationCountry(string $var) : $this
Parameters
- $var : string
Return values
$thissetMediaEncryption()
Generated from protobuf field <code>optional .livekit.SIPMediaEncryption media_encryption = 8;</code>
public
setMediaEncryption(int $var) : $this
Parameters
- $var : int
Return values
$thissetMetadata()
Generated from protobuf field <code>optional string metadata = 7 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
public
setMetadata(string $var) : $this
Parameters
- $var : string
Return values
$thissetName()
Generated from protobuf field <code>optional string name = 6;</code>
public
setName(string $var) : $this
Parameters
- $var : string
Return values
$thissetNumbers()
Generated from protobuf field <code>.livekit.ListUpdate numbers = 3;</code>
public
setNumbers(ListUpdate $var) : $this
Parameters
- $var : ListUpdate
Return values
$thissetTransport()
Generated from protobuf field <code>optional .livekit.SIPTransport transport = 2;</code>
public
setTransport(int $var) : $this
Parameters
- $var : int