Reference documentation and code samples for the Google Apps Chat V1 Client class ListSpacesResponse.
The response for a list spaces request.
Generated from protobuf message google.chat.v1.ListSpacesResponse
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ spaces |
array<Space>
List of spaces in the requested (or first) page. Note: The |
↳ next_page_token |
string
You can send a token as |
getSpaces
List of spaces in the requested (or first) page.
Note: The permissionSettings field is not returned in the Space
object for list requests.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setSpaces
List of spaces in the requested (or first) page.
Note: The permissionSettings field is not returned in the Space
object for list requests.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Space>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
You can send a token as pageToken to retrieve the next page of
results. If empty, there are no subsequent pages.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
You can send a token as pageToken to retrieve the next page of
results. If empty, there are no subsequent pages.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|