Reference documentation and code samples for the Google Apps Meet V2beta Client class ListConferenceRecordsRequest.
Request to fetch list of conference records per user.
Generated from protobuf message google.apps.meet.v2beta.ListConferenceRecordsRequest
Namespace
Google \ Apps \ Meet \ V2betaMethods
__construct
Constructor.
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 in EBNF format
. The following are the filterable fields: * * space.meeting_code
* * space.name
* * start_time
* * end_time
For 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.
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.
var
int
$this
getPageToken
Optional. Page token returned from previous List Call.
string
setPageToken
Optional. Page token returned from previous List Call.
var
string
$this
getFilter
Optional. User specified filtering condition in EBNF format .
The following are the filterable fields:
-
space.meeting_code
-
space.name
-
start_time
-
end_time
For 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
string
setFilter
Optional. User specified filtering condition in EBNF format .
The following are the filterable fields:
-
space.meeting_code
-
space.name
-
start_time
-
end_time
For 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
var
string
$this