Google Cloud Network Connectivity V1 Client - Class ListDestinationsResponse (2.4.0)

Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class ListDestinationsResponse.

Response message to list Destination resources.

Generated from protobuf message google.cloud.networkconnectivity.v1.ListDestinationsResponse

Namespace

Google \ Cloud \ NetworkConnectivity \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ destinations array<Destination>

The list of Destination resources to be listed.

↳ next_page_token string

The next page token.

↳ unreachable array

Locations that could not be reached.

getDestinations

The list of Destination resources to be listed.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setDestinations

The list of Destination resources to be listed.

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

getNextPageToken

The next page token.

Returns
Type Description
string

setNextPageToken

The next page token.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Locations that could not be reached.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

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