Class: Google::Cloud::NetworkServices::V1::GetHttpRouteRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::GetHttpRouteRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/http_route.rb
Overview
Request used by the GetHttpRoute method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. A name of the HttpRoute to get. Must be in the format
projects/*/locations/global/httpRoutes/*
.
621 622 623 624 |
# File 'proto_docs/google/cloud/networkservices/v1/http_route.rb', line 621 class GetHttpRouteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |