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 \ V2betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRecordings
List of recordings in one page.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Apps\Meet\V2beta\Recording>
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |