Google Cloud Network Services V1 Client - Class ListLbEdgeExtensionsResponse (0.8.0)

Reference documentation and code samples for the Google Cloud Network Services V1 Client class ListLbEdgeExtensionsResponse.

Message for response to listing LbEdgeExtension resources.

Generated from protobuf message google.cloud.networkservices.v1.ListLbEdgeExtensionsResponse

Namespace

Google \ Cloud \ NetworkServices \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ lb_edge_extensions array<LbEdgeExtension>

The list of LbEdgeExtension resources.

↳ next_page_token string

A token identifying a page of results that the server returns.

↳ unreachable array

Locations that could not be reached.

getLbEdgeExtensions

The list of LbEdgeExtension resources.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setLbEdgeExtensions

The list of LbEdgeExtension resources.

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

getNextPageToken

A token identifying a page of results that the server returns.

Returns
Type Description
string

setNextPageToken

A token identifying a page of results that the server returns.

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