Class: Google::Cloud::NetworkConnectivity::V1alpha1::GetSpokeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1alpha1::GetSpokeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb
Overview
The request for HubService.GetSpoke.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of Spoke resource.
292 293 294 295 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 292 class GetSpokeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |