Class: Google::Cloud::NetworkConnectivity::V1beta::GetRouteTableRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1beta::GetRouteTableRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1beta/hub.rb
Overview
The request for HubService.GetRouteTable.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the route table resource.
1133 1134 1135 1136 |
# File 'proto_docs/google/cloud/networkconnectivity/v1beta/hub.rb', line 1133 class GetRouteTableRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |