Class: Google::Cloud::NetworkServices::V1::DeleteTcpRouteRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::DeleteTcpRouteRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/tcp_route.rb
Overview
Request used by the DeleteTcpRoute method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. A name of the TcpRoute to delete. Must be in the format
projects/*/locations/global/tcpRoutes/*
.
240 241 242 243 |
# File 'proto_docs/google/cloud/networkservices/v1/tcp_route.rb', line 240 class DeleteTcpRouteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |