Reference documentation and code samples for the Google Cloud Network Services V1 Client class ListLbRouteExtensionsResponse.
Message for response to listing LbRouteExtension
resources.
Generated from protobuf message google.cloud.networkservices.v1.ListLbRouteExtensionsResponse
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ lb_route_extensions |
array<Google\Cloud\NetworkServices\V1\LbRouteExtension>
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. |
getLbRouteExtensions
The list of LbRouteExtension
resources.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setLbRouteExtensions
The list of LbRouteExtension
resources.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\NetworkServices\V1\LbRouteExtension>
|
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 |