Documentation

FetchRecordingsResult extends Message
in package

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

Table of Contents

Properties

$from  : mixed
Generated from protobuf field <code>uint32 from = 2;</code>
$limit  : mixed
Generated from protobuf field <code>uint32 limit = 3;</code>
$order_by  : mixed
Generated from protobuf field <code>string order_by = 4;</code>
$total_recordings  : mixed
Generated from protobuf field <code>int64 total_recordings = 1;</code>
$recordings_list  : mixed
Generated from protobuf field <code>repeated .plugnmeet.RecordingInfo recordings_list = 5;</code>

Methods

__construct()  : mixed
Constructor.
getFrom()  : int
Generated from protobuf field <code>uint32 from = 2;</code>
getLimit()  : int
Generated from protobuf field <code>uint32 limit = 3;</code>
getOrderBy()  : string
Generated from protobuf field <code>string order_by = 4;</code>
getRecordingsList()  : RepeatedField<string|int, RecordingInfo>
Generated from protobuf field <code>repeated .plugnmeet.RecordingInfo recordings_list = 5;</code>
getTotalRecordings()  : int|string
Generated from protobuf field <code>int64 total_recordings = 1;</code>
setFrom()  : $this
Generated from protobuf field <code>uint32 from = 2;</code>
setLimit()  : $this
Generated from protobuf field <code>uint32 limit = 3;</code>
setOrderBy()  : $this
Generated from protobuf field <code>string order_by = 4;</code>
setRecordingsList()  : $this
Generated from protobuf field <code>repeated .plugnmeet.RecordingInfo recordings_list = 5;</code>
setTotalRecordings()  : $this
Generated from protobuf field <code>int64 total_recordings = 1;</code>

Properties

$limit

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

protected mixed $limit = 0

$order_by

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

protected mixed $order_by = ''

$total_recordings

Generated from protobuf field <code>int64 total_recordings = 1;</code>

protected mixed $total_recordings = 0

$recordings_list

Generated from protobuf field <code>repeated .plugnmeet.RecordingInfo recordings_list = 5;</code>

private mixed $recordings_list

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 int|string $total_recordings
@type int $from
@type int $limit
@type string $order_by
@type \Mynaparrot\PlugnmeetProto\RecordingInfo[] $recordings_list

}

getFrom()

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

public getFrom() : int
Return values
int

getLimit()

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

public getLimit() : int
Return values
int

getOrderBy()

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

public getOrderBy() : string
Return values
string

getRecordingsList()

Generated from protobuf field <code>repeated .plugnmeet.RecordingInfo recordings_list = 5;</code>

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

getTotalRecordings()

Generated from protobuf field <code>int64 total_recordings = 1;</code>

public getTotalRecordings() : int|string
Return values
int|string

setFrom()

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

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

setLimit()

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

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

setOrderBy()

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

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

setRecordingsList()

Generated from protobuf field <code>repeated .plugnmeet.RecordingInfo recordings_list = 5;</code>

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

setTotalRecordings()

Generated from protobuf field <code>int64 total_recordings = 1;</code>

public setTotalRecordings(int|string $var) : $this
Parameters
$var : int|string
Return values
$this

        
On this page

Search results