Class: Google::Cloud::NetworkConnectivity::V1::QueryHubStatusResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::QueryHubStatusResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
Overview
The response for HubService.QueryHubStatus.
Instance Attribute Summary collapse
-
#hub_status_entries ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::HubStatusEntry>
The list of hub status.
-
#next_page_token ⇒ ::String
The token for the next page of the response.
Instance Attribute Details
#hub_status_entries ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::HubStatusEntry>
Returns The list of hub status.
723 724 725 726 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 723 class QueryHubStatusResponse 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.
723 724 725 726 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 723 class QueryHubStatusResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |