Google Apps Meet V2beta Client - Class ListParticipantsRequest (0.1.0)

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

Request to fetch list of participant per conference.

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

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}

↳ page_size int

Maximum number of participants 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

Page token returned from previous List Call.

↳ filter string

Optional. User specified filtering condition in EBNF format. The following are the filterable fields: * earliest_start_time * latest_end_time For example, latest_end_time IS NULL returns active participants in the conference.

getParent

Required. Format: conferenceRecords/{conference_record}

Returns
TypeDescription
string

setParent

Required. Format: conferenceRecords/{conference_record}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Maximum number of participants 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

Maximum number of participants 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

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

getFilter

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

  • earliest_start_time
  • latest_end_time For example, latest_end_time IS NULL returns active participants in the conference.
Returns
TypeDescription
string

setFilter

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

  • earliest_start_time
  • latest_end_time For example, latest_end_time IS NULL returns active participants in the conference.
Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

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

Returns
TypeDescription
Google\Apps\Meet\V2beta\ListParticipantsRequest