Class: Google::Cloud::NetworkConnectivity::V1::GetHubRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::GetHubRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
Overview
Request for HubService.GetHub method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the hub resource to get.
415 416 417 418 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 415 class GetHubRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |