Google Cloud Network Connectivity V1 Client - Class ListPolicyBasedRoutesRequest (1.2.0)

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

Request for PolicyBasedRouting.ListPolicyBasedRoutes method.

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

Namespace

Google \ Cloud \ NetworkConnectivity \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource's name.

↳ page_size int

The maximum number of results per page that should be returned.

↳ page_token string

The page token.

↳ filter string

A filter expression that filters the results listed in the response.

↳ order_by string

Sort the results by a certain order.

getParent

Required. The parent resource's name.

Returns
TypeDescription
string

setParent

Required. The parent resource's name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

The maximum number of results per page that should be returned.

Returns
TypeDescription
int

setPageSize

The maximum number of results per page that should be returned.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

The page token.

Returns
TypeDescription
string

setPageToken

The page token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

A filter expression that filters the results listed in the response.

Returns
TypeDescription
string

setFilter

A filter expression that filters the results listed in the response.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOrderBy

Sort the results by a certain order.

Returns
TypeDescription
string

setOrderBy

Sort the results by a certain order.

Parameter
NameDescription
var string
Returns
TypeDescription
$this