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.
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
Type
Description
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
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
Optional. Page token returned from previous List Call.
Returns
Type
Description
string
setPageToken
Optional. Page token returned from previous List Call.
Parameter
Name
Description
var
string
Returns
Type
Description
$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
Type
Description
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
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. Format:
conferenceRecords/{conference_record}/participants/{participant}
Please see ConferenceRecordsServiceClient::participantName() for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Google Apps Meet V2beta Client - Class ListParticipantSessionsRequest (0.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.4.1 (latest)](/php/docs/reference/apps-meet/latest/V2beta.ListParticipantSessionsRequest)\n- [0.4.0](/php/docs/reference/apps-meet/0.4.0/V2beta.ListParticipantSessionsRequest)\n- [0.3.0](/php/docs/reference/apps-meet/0.3.0/V2beta.ListParticipantSessionsRequest)\n- [0.2.6](/php/docs/reference/apps-meet/0.2.6/V2beta.ListParticipantSessionsRequest)\n- [0.1.0](/php/docs/reference/apps-meet/0.1.0/V2beta.ListParticipantSessionsRequest) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Apps Meet V2beta Client class ListParticipantSessionsRequest.\n\nRequest to fetch list of participant sessions per conference record, per\nparticipant.\n\nGenerated from protobuf message `google.apps.meet.v2beta.ListParticipantSessionsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Apps \\\\ Meet \\\\ V2beta\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. Format:\n`conferenceRecords/{conference_record}/participants/{participant}`\n\n### setParent\n\nRequired. Format:\n`conferenceRecords/{conference_record}/participants/{participant}`\n\n### getPageSize\n\nOptional. Maximum number of participant sessions to return. The service\nmight return fewer than this value. If unspecified, at most 100\nparticipants are returned. The maximum value is 250; values above 250 are\ncoerced to 250. Maximum might change in the future.\n\n### setPageSize\n\nOptional. Maximum number of participant sessions to return. The service\nmight return fewer than this value. If unspecified, at most 100\nparticipants are returned. The maximum value is 250; values above 250 are\ncoerced to 250. Maximum might change in the future.\n\n### getPageToken\n\nOptional. Page token returned from previous List Call.\n\n### setPageToken\n\nOptional. Page token returned from previous List Call.\n\n### getFilter\n\nOptional. User specified filtering condition in [EBNF\nformat](https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form).\n\nThe following are the filterable fields:\n\n- `start_time`\n- `end_time` For example, `end_time IS NULL` returns active participant sessions in the conference record.\n\n### setFilter\n\nOptional. User specified filtering condition in [EBNF\nformat](https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form).\n\nThe following are the filterable fields:\n\n- `start_time`\n- `end_time` For example, `end_time IS NULL` returns active participant sessions in the conference record.\n\n### static::build"]]