Class: Google::Cloud::NetworkConnectivity::V1alpha1::ListHubsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1alpha1::ListHubsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb
Overview
Response for HubService.ListHubs method.
Instance Attribute Summary collapse
-
#hubs ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1alpha1::Hub>
Hubs to be returned.
-
#next_page_token ⇒ ::String
The next pagination token in the List response.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#hubs ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1alpha1::Hub>
Returns Hubs to be returned.
152 153 154 155 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 152 class ListHubsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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.
152 153 154 155 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 152 class ListHubsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
152 153 154 155 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 152 class ListHubsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |