Class: Google::Cloud::NetworkConnectivity::V1beta::RejectHubSpokeResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1beta::RejectHubSpokeResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1beta/hub.rb
Overview
The response for HubService.RejectHubSpoke.
Instance Attribute Summary collapse
-
#spoke ⇒ ::Google::Cloud::NetworkConnectivity::V1beta::Spoke
The spoke that was operated on.
Instance Attribute Details
#spoke ⇒ ::Google::Cloud::NetworkConnectivity::V1beta::Spoke
Returns The spoke that was operated on.
1036 1037 1038 1039 |
# File 'proto_docs/google/cloud/networkconnectivity/v1beta/hub.rb', line 1036 class RejectHubSpokeResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |