Documentation

ListSIPInboundTrunkRequest extends Message
in package

ListSIPInboundTrunkRequest lists inbound trunks for given filters. If no filters are set, all trunks are listed.

Generated from protobuf message livekit.ListSIPInboundTrunkRequest

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

$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.

}

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>

getTrunkIds()

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>

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
$this

setTrunkIds()

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>
Return values
$this

        
On this page

Search results