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