Google Cloud Network Services V1 Client - Class ListMeshRouteViewsRequest (0.5.0)

Reference documentation and code samples for the Google Cloud Network Services V1 Client class ListMeshRouteViewsRequest.

Request used with the ListMeshRouteViews method.

Generated from protobuf message google.cloud.networkservices.v1.ListMeshRouteViewsRequest

Namespace

Google \ Cloud \ NetworkServices \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The Mesh to which a Route is associated. Format: projects/{project}/locations/{location}/meshes/{mesh}

↳ page_size int

Maximum number of MeshRouteViews to return per call.

↳ page_token string

The value returned by the last ListMeshRouteViewsResponse Indicates that this is a continuation of a prior ListMeshRouteViews call, and that the system should return the next page of data.

getParent

Required. The Mesh to which a Route is associated.

Format: projects/{project}/locations/{location}/meshes/{mesh}

Returns
Type Description
string

setParent

Required. The Mesh to which a Route is associated.

Format: projects/{project}/locations/{location}/meshes/{mesh}

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Maximum number of MeshRouteViews to return per call.

Returns
Type Description
int

setPageSize

Maximum number of MeshRouteViews to return per call.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

The value returned by the last ListMeshRouteViewsResponse Indicates that this is a continuation of a prior ListMeshRouteViews call, and that the system should return the next page of data.

Returns
Type Description
string

setPageToken

The value returned by the last ListMeshRouteViewsResponse Indicates that this is a continuation of a prior ListMeshRouteViews call, and that the system should return the next page of data.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The Mesh to which a Route is associated. Format: projects/{project}/locations/{location}/meshes/{mesh} Please see NetworkServicesClient::meshName() for help formatting this field.

Returns
Type Description
ListMeshRouteViewsRequest