Google Cloud Network Security V1 Client - Class ListFirewallEndpointAssociationsResponse (1.3.0)

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

Message for response to listing Associations

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

Namespace

Google \ Cloud \ NetworkSecurity \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ firewall_endpoint_associations array<FirewallEndpointAssociation>

The list of Association

↳ next_page_token string

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

↳ unreachable string[]

Locations that could not be reached.

getFirewallEndpointAssociations

The list of Association

Returns
Type Description
Google\Protobuf\RepeatedField<FirewallEndpointAssociation>

setFirewallEndpointAssociations

The list of Association

Parameter
Name Description
var array<FirewallEndpointAssociation>
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