Google Apps Meet V2beta Client - Class ListTranscriptsResponse (0.1.0)

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

Response for ListTranscripts method.

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

Namespace

Google \ Apps \ Meet \ V2beta

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ transcripts
array< Google\Apps\Meet\V2beta\Transcript >

List of transcripts in one page.

↳ next_page_token
string

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

getTranscripts

List of transcripts in one page.

Returns
Type
Description

setTranscripts

List of transcripts in one page.

Parameter
Name
Description
Returns
Type
Description
$this

getNextPageToken

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

Returns
Type
Description
string

setNextPageToken

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

Parameter
Name
Description
var
string
Returns
Type
Description
$this