Google Apps Chat V1 Client - Class FindGroupChatsResponse (0.19.0)

Reference documentation and code samples for the Google Apps Chat V1 Client class FindGroupChatsResponse.

A response containing group chat spaces with exactly the calling user and the requested users.

Generated from protobuf message google.chat.v1.FindGroupChatsResponse

Namespace

Google \ Apps \ Chat \ V1

Methods

__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.

↳ next_page_token string

A token that you can send 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.

Returns
Type Description
Google\Protobuf\RepeatedField<Space>

setSpaces

List of spaces in the requested (or first) page.

Parameter
Name Description
var array<Space>
Returns
Type Description
$this

getNextPageToken

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

Returns
Type Description
string

setNextPageToken

A token that you can send 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