Google Apps Meet V2beta Client - Class ListRecordingsResponse (0.1.0)

Reference documentation and code samples for the Google Apps Meet V2beta Client class ListRecordingsResponse.

Response for ListRecordings method.

Generated from protobuf message google.apps.meet.v2beta.ListRecordingsResponse

Namespace

Google \ Apps \ Meet \ V2beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ recordings array<Google\Apps\Meet\V2beta\Recording>

List of recordings in one page.

↳ next_page_token string

Token to be circulated back for further List call if current List doesn't include all the recordings. Unset if all recordings are returned.

getRecordings

List of recordings in one page.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setRecordings

List of recordings in one page.

Parameter
NameDescription
var array<Google\Apps\Meet\V2beta\Recording>
Returns
TypeDescription
$this

getNextPageToken

Token to be circulated back for further List call if current List doesn't include all the recordings. Unset if all recordings are returned.

Returns
TypeDescription
string

setNextPageToken

Token to be circulated back for further List call if current List doesn't include all the recordings. Unset if all recordings are returned.

Parameter
NameDescription
var string
Returns
TypeDescription
$this