Class: Google::Cloud::NetworkConnectivity::V1::ListHubSpokesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::ListHubSpokesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
Overview
The response for HubService.ListHubSpokes.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The token for the next page of the response.
-
#spokes ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::Spoke>
The requested spokes.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The token for the next page of the response. To see more results, use this value as the page_token for your next request. If this value is empty, there are no more results.
581 582 583 584 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 581 class ListHubSpokesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#spokes ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::Spoke>
Returns The requested spokes.
The spoke fields can be partially populated based on the view
field in
the request message.
581 582 583 584 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 581 class ListHubSpokesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
581 582 583 584 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 581 class ListHubSpokesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |