Google Apps Meet V2beta Client - Class ListParticipantSessionsRequest (0.1.0)

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

Request to fetch list of participant sessions per conference record per participant.

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

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}/participants/{participant}

↳ page_size int

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

↳ page_token string

Optional. Page token returned from previous List Call.

↳ filter string

Optional. User specified filtering condition in EBNF format. The following are the filterable fields: * start_time * end_time For example, end_time IS NULL returns active participant sessions in the conference record.

getParent

Required. Format: conferenceRecords/{conference_record}/participants/{participant}

Returns
TypeDescription
string

setParent

Required. Format: conferenceRecords/{conference_record}/participants/{participant}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

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

Returns
TypeDescription
int

setPageSize

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Optional. Page token returned from previous List Call.

Returns
TypeDescription
string

setPageToken

Optional. Page token returned from previous List Call.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

Optional. User specified filtering condition in EBNF format. The following are the filterable fields:

  • start_time
  • end_time For example, end_time IS NULL returns active participant sessions in the conference record.
Returns
TypeDescription
string

setFilter

Optional. User specified filtering condition in EBNF format. The following are the filterable fields:

  • start_time
  • end_time For example, end_time IS NULL returns active participant sessions in the conference record.
Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

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

Returns
TypeDescription
Google\Apps\Meet\V2beta\ListParticipantSessionsRequest