Google Cloud Support V2beta Client - Class ListAttachmentsResponse (1.4.0)

Reference documentation and code samples for the Google Cloud Support V2beta Client class ListAttachmentsResponse.

The response message for the ListAttachments endpoint.

Generated from protobuf message google.cloud.support.v2beta.ListAttachmentsResponse

Namespace

Google \ Cloud \ Support \ V2beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ attachments array<Attachment>

The list of attachments associated with a case.

↳ next_page_token string

A token to retrieve the next page of results. Set this in the page_token field of subsequent cases.attachments.list requests. If unspecified, there are no more results to retrieve.

getAttachments

The list of attachments associated with a case.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setAttachments

The list of attachments associated with a case.

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

getNextPageToken

A token to retrieve the next page of results. Set this in the page_token field of subsequent cases.attachments.list requests. If unspecified, there are no more results to retrieve.

Returns
Type Description
string

setNextPageToken

A token to retrieve the next page of results. Set this in the page_token field of subsequent cases.attachments.list requests. If unspecified, there are no more results to retrieve.

Parameter
Name Description
var string
Returns
Type Description
$this