Google Cloud Network Security V1 Client - Class ListSACAttachmentsResponse (1.4.0)

Reference documentation and code samples for the Google Cloud Network Security V1 Client class ListSACAttachmentsResponse.

Response for ListSACAttachments method.

Generated from protobuf message google.cloud.networksecurity.v1.ListSACAttachmentsResponse

Namespace

Google \ Cloud \ NetworkSecurity \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ sac_attachments array<SACAttachment>

The list of SACAttachments.

↳ next_page_token string

A token identifying a page of results the server should return.

↳ unreachable string[]

Locations that could not be reached.

getSacAttachments

The list of SACAttachments.

Returns
Type Description
Google\Protobuf\RepeatedField<SACAttachment>

setSacAttachments

The list of SACAttachments.

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

getNextPageToken

A token identifying a page of results the server should return.

Returns
Type Description
string

setNextPageToken

A token identifying a page of results the server should return.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Locations that could not be reached.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setUnreachable

Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this