Class: Google::Cloud::NetworkServices::V1::CreateHttpRouteRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::CreateHttpRouteRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/http_route.rb
Overview
Request used by the HttpRoute method.
Instance Attribute Summary collapse
-
#http_route ⇒ ::Google::Cloud::NetworkServices::V1::HttpRoute
Required.
-
#http_route_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#http_route ⇒ ::Google::Cloud::NetworkServices::V1::HttpRoute
Returns Required. HttpRoute resource to be created.
637 638 639 640 |
# File 'proto_docs/google/cloud/networkservices/v1/http_route.rb', line 637 class CreateHttpRouteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#http_route_id ⇒ ::String
Returns Required. Short name of the HttpRoute resource to be created.
637 638 639 640 |
# File 'proto_docs/google/cloud/networkservices/v1/http_route.rb', line 637 class CreateHttpRouteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource of the HttpRoute. Must be in the
format projects/*/locations/global
.
637 638 639 640 |
# File 'proto_docs/google/cloud/networkservices/v1/http_route.rb', line 637 class CreateHttpRouteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |