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 \ V2betaMethods
__construct
Constructor.
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}
string
setParent
Required. Format: conferenceRecords/{conference_record}/participants/{participant}
var
string
$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.
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.
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:
-
start_time
-
end_time
For example,end_time IS NULL
returns active participant sessions in the conference record.
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.
var
string
$this
static::build
parent
string
Required. Format: conferenceRecords/{conference_record}/participants/{participant}
Please see Google\Apps\Meet\V2beta\ConferenceRecordsServiceClient::participantName()
for help formatting this field.