Class: Google::Cloud::NetworkServices::V1::GetGatewayRouteViewRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::GetGatewayRouteViewRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/route_view.rb
Overview
Request used with the GetGatewayRouteView method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the GatewayRouteView resource. Formats: projects/{project}/locations/{location}/gateways/{gateway}/routeViews/{route_view}.
76 77 78 79 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 76 class GetGatewayRouteViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |