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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ lb_traffic_extensions |
array<LbTrafficExtension>
The list of |
↳ 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<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 |
|