Class: Google::Cloud::NetworkConnectivity::V1::GetGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::GetGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
Overview
The request for HubService.GetGroup.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the route table resource.
1129 1130 1131 1132 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1129 class GetGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |