Google Apps Chat V1 Client - Class ChatSpaceLinkData (0.5.0)

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

Data for Chat space links.

Generated from protobuf message google.chat.v1.ChatSpaceLinkData

Namespace

Google \ Apps \ Chat \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ space string

The space of the linked Chat space resource. Format: spaces/{space}

↳ thread string

The thread of the linked Chat space resource. Format: spaces/{space}/threads/{thread}

↳ message string

The message of the linked Chat space resource. Format: spaces/{space}/messages/{message}

getSpace

The space of the linked Chat space resource.

Format: spaces/{space}

Returns
Type Description
string

setSpace

The space of the linked Chat space resource.

Format: spaces/{space}

Parameter
Name Description
var string
Returns
Type Description
$this

getThread

The thread of the linked Chat space resource.

Format: spaces/{space}/threads/{thread}

Returns
Type Description
string

setThread

The thread of the linked Chat space resource.

Format: spaces/{space}/threads/{thread}

Parameter
Name Description
var string
Returns
Type Description
$this

getMessage

The message of the linked Chat space resource.

Format: spaces/{space}/messages/{message}

Returns
Type Description
string

setMessage

The message of the linked Chat space resource.

Format: spaces/{space}/messages/{message}

Parameter
Name Description
var string
Returns
Type Description
$this