Google Apps Chat V1 Client - Class ListSpacesResponse (0.6.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ spaces array<Google\Apps\Chat\V1\Space>

List of spaces in the requested (or first) page. Note: The permissionSettings field is not returned in the Space object for list requests.

↳ next_page_token string

You can send a token as pageToken to retrieve the next page of results. If empty, there are no subsequent pages.

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<Google\Apps\Chat\V1\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