Google Cloud Network Connectivity V1 Client - Class ListRouteTablesResponse (1.5.5)

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

Response for HubService.ListRouteTables method.

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

Namespace

Google \ Cloud \ NetworkConnectivity \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ route_tables array<Google\Cloud\NetworkConnectivity\V1\RouteTable>

The requested route tables.

↳ 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

Hubs that could not be reached.

getRouteTables

The requested route tables.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setRouteTables

The requested route tables.

Parameter
Name Description
var array<Google\Cloud\NetworkConnectivity\V1\RouteTable>
Returns
Type Description
$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
Type Description
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
Name Description
var string
Returns
Type Description
$this

getUnreachable

Hubs that could not be reached.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Hubs that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this