Reference documentation and code samples for the Google Apps Meet V2 Client class ListConferenceRecordsRequest.
Request to fetch list of conference records per user.
Generated from protobuf messagegoogle.apps.meet.v2.ListConferenceRecordsRequest
Namespace
Google \ Apps \ Meet \ V2
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ page_size
int
Optional. Maximum number of conference records to return. The service might return fewer than this value. If unspecified, at most 25 conference records are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.
↳ page_token
string
Optional. Page token returned from previous List Call.
↳ filter
string
Optional. User specified filtering condition inEBNF format. The following are the filterable fields: * *space.meeting_code* *space.name* *start_time* *end_timeFor example, consider the following filters: * *space.name = "spaces/NAME"* *space.meeting_code = "abc-mnop-xyz"* *start_time>="2024-01-01T00:00:00.000Z" AND start_time<="2024-01-02T00:00:00.000Z"* *end_time IS NULL
getPageSize
Optional. Maximum number of conference records to return. The service might
return fewer than this value. If unspecified, at most 25 conference records
are returned. The maximum value is 100; values above 100 are coerced to
Maximum might change in the future.
Returns
Type
Description
int
setPageSize
Optional. Maximum number of conference records to return. The service might
return fewer than this value. If unspecified, at most 25 conference records
are returned. The maximum value is 100; values above 100 are coerced to
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 inEBNF
format.
The following are the filterable fields:
space.meeting_code
space.name
start_time
end_timeFor example, consider the following filters:
space.name = "spaces/NAME"
space.meeting_code = "abc-mnop-xyz"
start_time>="2024-01-01T00:00:00.000Z" AND
start_time<="2024-01-02T00:00:00.000Z"
end_time IS NULL
Returns
Type
Description
string
setFilter
Optional. User specified filtering condition inEBNF
format.
The following are the filterable fields:
space.meeting_code
space.name
start_time
end_timeFor example, consider the following filters:
space.name = "spaces/NAME"
space.meeting_code = "abc-mnop-xyz"
start_time>="2024-01-01T00:00:00.000Z" AND
start_time<="2024-01-02T00:00:00.000Z"
[[["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-09-04 UTC."],[],[],null,["# Google Apps Meet V2 Client - Class ListConferenceRecordsRequest (0.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.4.1 (latest)](/php/docs/reference/apps-meet/latest/V2.ListConferenceRecordsRequest)\n- [0.4.0](/php/docs/reference/apps-meet/0.4.0/V2.ListConferenceRecordsRequest)\n- [0.3.0](/php/docs/reference/apps-meet/0.3.0/V2.ListConferenceRecordsRequest)\n- [0.2.6](/php/docs/reference/apps-meet/0.2.6/V2.ListConferenceRecordsRequest)\n- [0.1.0](/php/docs/reference/apps-meet/0.1.0/V2.ListConferenceRecordsRequest) \nReference documentation and code samples for the Google Apps Meet V2 Client class ListConferenceRecordsRequest.\n\nRequest to fetch list of conference records per user.\n\nGenerated from protobuf message `google.apps.meet.v2.ListConferenceRecordsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Apps \\\\ Meet \\\\ V2\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getPageSize\n\nOptional. Maximum number of conference records to return. The service might\nreturn fewer than this value. If unspecified, at most 25 conference records\nare returned. The maximum value is 100; values above 100 are coerced to\n\n1. Maximum might change in the future.\n\n### setPageSize\n\nOptional. Maximum number of conference records to return. The service might\nreturn fewer than this value. If unspecified, at most 25 conference records\nare returned. The maximum value is 100; values above 100 are coerced to\n\n1. 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- `space.meeting_code`\n- `space.name`\n- `start_time`\n- `end_time` For example, consider the following filters:\n- `space.name = \"spaces/NAME\"`\n- `space.meeting_code = \"abc-mnop-xyz\"`\n- `start_time\u003e=\"2024-01-01T00:00:00.000Z\" AND\n start_time\u003c=\"2024-01-02T00:00:00.000Z\"`\n- `end_time IS NULL`\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- `space.meeting_code`\n- `space.name`\n- `start_time`\n- `end_time` For example, consider the following filters:\n- `space.name = \"spaces/NAME\"`\n- `space.meeting_code = \"abc-mnop-xyz\"`\n- `start_time\u003e=\"2024-01-01T00:00:00.000Z\" AND\n start_time\u003c=\"2024-01-02T00:00:00.000Z\"`\n- `end_time IS NULL`"]]