Google Cloud Network Services V1 Client - Class ListLbTrafficExtensionsResponse (0.1.0)

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

Message for response to listing LbTrafficExtension resources.

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

Namespace

Google \ Cloud \ NetworkServices \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ lb_traffic_extensions array<Google\Cloud\NetworkServices\V1\LbTrafficExtension>

The list of LbTrafficExtension resources.

↳ next_page_token string

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

↳ unreachable array

Locations that could not be reached.

getLbTrafficExtensions

The list of LbTrafficExtension resources.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setLbTrafficExtensions

The list of LbTrafficExtension resources.

Parameter
Name Description
var array<Google\Cloud\NetworkServices\V1\LbTrafficExtension>
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