Google Apps Meet V2beta Client - Class ListTranscriptEntriesRequest (0.1.0)

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

Request for ListTranscriptEntries method.

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

Namespace

Google \ Apps \ Meet \ V2beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Format: conferenceRecords/{conference_record}/transcripts/{transcript}

↳ page_size int

Maximum number of entries to return. The service might return fewer than this value. If unspecified, at most 10 entries are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.

↳ page_token string

Page token returned from previous List Call.

getParent

Required. Format: conferenceRecords/{conference_record}/transcripts/{transcript}

Returns
TypeDescription
string

setParent

Required. Format: conferenceRecords/{conference_record}/transcripts/{transcript}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Maximum number of entries to return. The service might return fewer than this value.

If unspecified, at most 10 entries are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.

Returns
TypeDescription
int

setPageSize

Maximum number of entries to return. The service might return fewer than this value.

If unspecified, at most 10 entries are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Page token returned from previous List Call.

Returns
TypeDescription
string

setPageToken

Page token returned from previous List Call.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required. Format: conferenceRecords/{conference_record}/transcripts/{transcript} Please see Google\Apps\Meet\V2beta\ConferenceRecordsServiceClient::transcriptName() for help formatting this field.

Returns
TypeDescription
Google\Apps\Meet\V2beta\ListTranscriptEntriesRequest