Reference documentation and code samples for the Google Cloud Network Services V1 Client class GetGatewayRouteViewRequest.
Request used with the GetGatewayRouteView method.
Generated from protobuf message google.cloud.networkservices.v1.GetGatewayRouteViewRequest
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Name of the GatewayRouteView resource. Formats: projects/{project}/locations/{location}/gateways/{gateway}/routeViews/{route_view} |
getName
Required. Name of the GatewayRouteView resource.
Formats: projects/{project}/locations/{location}/gateways/{gateway}/routeViews/{route_view}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. Name of the GatewayRouteView resource.
Formats: projects/{project}/locations/{location}/gateways/{gateway}/routeViews/{route_view}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. Name of the GatewayRouteView resource. Formats: projects/{project}/locations/{location}/gateways/{gateway}/routeViews/{route_view} Please see NetworkServicesClient::gatewayRouteViewName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
GetGatewayRouteViewRequest |
|