Class: Google::Cloud::NetworkConnectivity::V1alpha1::ListSpokesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1alpha1::ListSpokesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb
Overview
The response for HubService.ListSpokes.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The next pagination token in the List response.
-
#spokes ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1alpha1::Spoke>
Spokes to be returned.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The next pagination token in the List response. It should be used as page_token for the following request. An empty value means no more result.
283 284 285 286 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 283 class ListSpokesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#spokes ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1alpha1::Spoke>
Returns Spokes to be returned.
283 284 285 286 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 283 class ListSpokesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
283 284 285 286 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 283 class ListSpokesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |