Reference documentation and code samples for the Google Apps Meet V2beta Client class ListParticipantsResponse.
Response of ListParticipants method.
Generated from protobuf message google.apps.meet.v2beta.ListParticipantsResponse
Namespace
Google \ Apps \ Meet \ V2betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ participants |
array<Google\Apps\Meet\V2beta\Participant>
List of participants in one page. |
↳ next_page_token |
string
Token to be circulated back for further List call if current List doesn't include all the participants. Unset if all participants are returned. |
↳ total_size |
int
Total, exact number of |
getParticipants
List of participants in one page.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setParticipants
List of participants in one page.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Apps\Meet\V2beta\Participant>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Token to be circulated back for further List call if current List doesn't include all the participants. Unset if all participants are returned.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Token to be circulated back for further List call if current List doesn't include all the participants. Unset if all participants are returned.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTotalSize
Total, exact number of participants
. By default, this field isn't
included in the response. Set the field mask in
SystemParameterContext
to receive this field in the response.
Returns | |
---|---|
Type | Description |
int |
setTotalSize
Total, exact number of participants
. By default, this field isn't
included in the response. Set the field mask in
SystemParameterContext
to receive this field in the response.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |