Class: Google::Cloud::NetworkConnectivity::V1::RejectSpokeUpdateResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::RejectSpokeUpdateResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
Overview
The response for HubService.RejectSpokeUpdate.
Instance Attribute Summary collapse
-
#spoke ⇒ ::Google::Cloud::NetworkConnectivity::V1::Spoke
The spoke that was operated on.
Instance Attribute Details
#spoke ⇒ ::Google::Cloud::NetworkConnectivity::V1::Spoke
Returns The spoke that was operated on.
1116 1117 1118 1119 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1116 class RejectSpokeUpdateResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |