Documentation

FetchRecordingsReq extends Message
in package

Generated from protobuf message <code>plugnmeet.FetchRecordingsReq</code>

Table of Contents

Properties

$from  : mixed
Generated from protobuf field <code>uint32 from = 3;</code>
$limit  : mixed
Generated from protobuf field <code>uint32 limit = 4;</code>
$order_by  : mixed
Generated from protobuf field <code>string order_by = 5;</code>
$room_sid  : mixed
To get information about a particular session
$room_ids  : mixed
Generated from protobuf field <code>repeated string room_ids = 1;</code>

Methods

__construct()  : mixed
Constructor.
clearRoomSid()  : mixed
getFrom()  : int
Generated from protobuf field <code>uint32 from = 3;</code>
getLimit()  : int
Generated from protobuf field <code>uint32 limit = 4;</code>
getOrderBy()  : string
Generated from protobuf field <code>string order_by = 5;</code>
getRoomIds()  : RepeatedField<string|int, string>
Generated from protobuf field <code>repeated string room_ids = 1;</code>
getRoomSid()  : string
To get information about a particular session
hasRoomSid()  : mixed
setFrom()  : $this
Generated from protobuf field <code>uint32 from = 3;</code>
setLimit()  : $this
Generated from protobuf field <code>uint32 limit = 4;</code>
setOrderBy()  : $this
Generated from protobuf field <code>string order_by = 5;</code>
setRoomIds()  : $this
Generated from protobuf field <code>repeated string room_ids = 1;</code>
setRoomSid()  : $this
To get information about a particular session

Properties

$from

Generated from protobuf field <code>uint32 from = 3;</code>

protected mixed $from = 0

$limit

Generated from protobuf field <code>uint32 limit = 4;</code>

protected mixed $limit = 0

$order_by

Generated from protobuf field <code>string order_by = 5;</code>

protected mixed $order_by = ''

$room_sid

To get information about a particular session

protected mixed $room_sid = null

Generated from protobuf field optional string room_sid = 2;

$room_ids

Generated from protobuf field <code>repeated string room_ids = 1;</code>

private mixed $room_ids

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[] $room_ids
@type string $room_sid
      To get information about a particular session
@type int $from
@type int $limit
@type string $order_by

}

getFrom()

Generated from protobuf field <code>uint32 from = 3;</code>

public getFrom() : int
Return values
int

getLimit()

Generated from protobuf field <code>uint32 limit = 4;</code>

public getLimit() : int
Return values
int

getOrderBy()

Generated from protobuf field <code>string order_by = 5;</code>

public getOrderBy() : string
Return values
string

getRoomIds()

Generated from protobuf field <code>repeated string room_ids = 1;</code>

public getRoomIds() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>

getRoomSid()

To get information about a particular session

public getRoomSid() : string

Generated from protobuf field optional string room_sid = 2;

Return values
string

setFrom()

Generated from protobuf field <code>uint32 from = 3;</code>

public setFrom(int $var) : $this
Parameters
$var : int
Return values
$this

setLimit()

Generated from protobuf field <code>uint32 limit = 4;</code>

public setLimit(int $var) : $this
Parameters
$var : int
Return values
$this

setOrderBy()

Generated from protobuf field <code>string order_by = 5;</code>

public setOrderBy(string $var) : $this
Parameters
$var : string
Return values
$this

setRoomIds()

Generated from protobuf field <code>repeated string room_ids = 1;</code>

public setRoomIds(array<string|int, string> $var) : $this
Parameters
$var : array<string|int, string>
Return values
$this

setRoomSid()

To get information about a particular session

public setRoomSid(string $var) : $this

Generated from protobuf field optional string room_sid = 2;

Parameters
$var : string
Return values
$this

        
On this page

Search results