ListSIPOutboundTrunkRequest
extends Message
in package
ListSIPOutboundTrunkRequest lists outbound trunks for given filters. If no filters are set, all trunks are listed.
Generated from protobuf message livekit.ListSIPOutboundTrunkRequest
Table of Contents
Properties
- $page : mixed
- Generated from protobuf field <code>.livekit.Pagination page = 3;</code>
- $numbers : mixed
- Only list trunks that contain one of the numbers, including wildcard trunks.
- $trunk_ids : mixed
- Trunk IDs to list. If this option is set, the response will contains trunks in the same order.
Methods
- __construct() : mixed
- Constructor.
- clearPage() : mixed
- getNumbers() : RepeatedField<string|int, string>
- Only list trunks that contain one of the numbers, including wildcard trunks.
- getPage() : Pagination|null
- Generated from protobuf field <code>.livekit.Pagination page = 3;</code>
- getTrunkIds() : RepeatedField<string|int, string>
- Trunk IDs to list. If this option is set, the response will contains trunks in the same order.
- hasPage() : mixed
- setNumbers() : $this
- Only list trunks that contain one of the numbers, including wildcard trunks.
- setPage() : $this
- Generated from protobuf field <code>.livekit.Pagination page = 3;</code>
- setTrunkIds() : $this
- Trunk IDs to list. If this option is set, the response will contains trunks in the same order.
Properties
$page
Generated from protobuf field <code>.livekit.Pagination page = 3;</code>
protected
mixed
$page
= null
$numbers
Only list trunks that contain one of the numbers, including wildcard trunks.
private
mixed
$numbers
Generated from protobuf field repeated string numbers = 2;
$trunk_ids
Trunk IDs to list. If this option is set, the response will contains trunks in the same order.
private
mixed
$trunk_ids
If any of the trunks is missing, a nil item in that position will be sent in the response.
Generated from protobuf field repeated string trunk_ids = 1;
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 \Livekit\Pagination $page @type string[] $trunk_ids Trunk IDs to list. If this option is set, the response will contains trunks in the same order. If any of the trunks is missing, a nil item in that position will be sent in the response. @type string[] $numbers Only list trunks that contain one of the numbers, including wildcard trunks.}
clearPage()
public
clearPage() : mixed
getNumbers()
Only list trunks that contain one of the numbers, including wildcard trunks.
public
getNumbers() : RepeatedField<string|int, string>
Generated from protobuf field repeated string numbers = 2;
Return values
RepeatedField<string|int, string>getPage()
Generated from protobuf field <code>.livekit.Pagination page = 3;</code>
public
getPage() : Pagination|null
Return values
Pagination|nullgetTrunkIds()
Trunk IDs to list. If this option is set, the response will contains trunks in the same order.
public
getTrunkIds() : RepeatedField<string|int, string>
If any of the trunks is missing, a nil item in that position will be sent in the response.
Generated from protobuf field repeated string trunk_ids = 1;
Return values
RepeatedField<string|int, string>hasPage()
public
hasPage() : mixed
setNumbers()
Only list trunks that contain one of the numbers, including wildcard trunks.
public
setNumbers(array<string|int, string> $var) : $this
Generated from protobuf field repeated string numbers = 2;
Parameters
- $var : array<string|int, string>
Return values
$thissetPage()
Generated from protobuf field <code>.livekit.Pagination page = 3;</code>
public
setPage(Pagination $var) : $this
Parameters
- $var : Pagination
Return values
$thissetTrunkIds()
Trunk IDs to list. If this option is set, the response will contains trunks in the same order.
public
setTrunkIds(array<string|int, string> $var) : $this
If any of the trunks is missing, a nil item in that position will be sent in the response.
Generated from protobuf field repeated string trunk_ids = 1;
Parameters
- $var : array<string|int, string>