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

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

Message for response to listing Endpoints

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

Namespace

Google \ Cloud \ NetworkSecurity \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ firewall_endpoints array<FirewallEndpoint>

The list of Endpoint

↳ next_page_token string

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

↳ unreachable string[]

Locations that could not be reached.

getFirewallEndpoints

The list of Endpoint

Returns
Type Description
Google\Protobuf\RepeatedField<FirewallEndpoint>

setFirewallEndpoints

The list of Endpoint

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