Class: Google::Cloud::NetworkConnectivity::V1::ListHubsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::ListHubsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
Overview
Response for HubService.ListHubs method.
Instance Attribute Summary collapse
-
#hubs ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::Hub>
The requested hubs.
-
#next_page_token ⇒ ::String
The token for the next page of the response.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#hubs ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::Hub>
Returns The requested hubs.
404 405 406 407 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 404 class ListHubsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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.
404 405 406 407 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 404 class ListHubsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
404 405 406 407 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 404 class ListHubsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |