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

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

Request used with the GetMeshRouteView method.

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

Namespace

Google \ Cloud \ NetworkServices \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. Name of the MeshRouteView resource. Format: projects/{project}/locations/{location}/meshes/{mesh}/routeViews/{route_view}

getName

Required. Name of the MeshRouteView resource.

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

Returns
Type Description
string

setName

Required. Name of the MeshRouteView resource.

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

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. Name of the MeshRouteView resource. Format: projects/{project}/locations/{location}/meshes/{mesh}/routeViews/{route_view} Please see NetworkServicesClient::meshRouteViewName() for help formatting this field.

Returns
Type Description
GetMeshRouteViewRequest