Class ListHubsResponse (1.4.3)

ListHubsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response for HubService.ListHubs method.

Attributes

NameDescription
hubs Sequence[google.cloud.networkconnectivity_v1.types.Hub]
The requested hubs.
next_page_token str
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.
unreachable Sequence[str]
Locations that could not be reached.

Inheritance

builtins.object > proto.message.Message > ListHubsResponse