Google Apps Chat V1 Client - Class GetAttachmentRequest (0.3.0)

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

Request to get an attachment.

Generated from protobuf message google.chat.v1.GetAttachmentRequest

Namespace

Google \ Apps \ Chat \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. Resource name of the attachment, in the form spaces/{space}/messages/{message}/attachments/{attachment}.

getName

Required. Resource name of the attachment, in the form spaces/{space}/messages/{message}/attachments/{attachment}.

Returns
Type Description
string

setName

Required. Resource name of the attachment, in the form spaces/{space}/messages/{message}/attachments/{attachment}.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. Resource name of the attachment, in the form spaces/{space}/messages/{message}/attachments/{attachment}. Please see Google\Apps\Chat\V1\ChatServiceClient::attachmentName() for help formatting this field.

Returns
Type Description
Google\Apps\Chat\V1\GetAttachmentRequest