Class: Google::Cloud::NetworkServices::V1::DeleteGrpcRouteRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::DeleteGrpcRouteRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/grpc_route.rb
Overview
Request used by the DeleteGrpcRoute method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. A name of the GrpcRoute to delete. Must be in the format
projects/*/locations/global/grpcRoutes/*
.
423 424 425 426 |
# File 'proto_docs/google/cloud/networkservices/v1/grpc_route.rb', line 423 class DeleteGrpcRouteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |