Google Cloud Network Connectivity V1 Client - Class ListRoutesResponse (1.4.2)

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

Response for HubService.ListRoutes method.

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

Namespace

Google \ Cloud \ NetworkConnectivity \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ routes array<Google\Cloud\NetworkConnectivity\V1\Route>

The requested routes.

↳ next_page_token string

The token for the next page of the response. To see more results, use this value as the page_token for your next request. If this value is empty, there are no more results.

↳ unreachable array

RouteTables that could not be reached.

getRoutes

The requested routes.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setRoutes

The requested routes.

Parameter
NameDescription
var array<Google\Cloud\NetworkConnectivity\V1\Route>
Returns
TypeDescription
$this

getNextPageToken

The token for the next page of the response. To see more results, use this value as the page_token for your next request. If this value is empty, there are no more results.

Returns
TypeDescription
string

setNextPageToken

The token for the next page of the response. To see more results, use this value as the page_token for your next request. If this value is empty, there are no more results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUnreachable

RouteTables that could not be reached.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUnreachable

RouteTables that could not be reached.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this