Class ListEndpointsResponse (0.4.0)

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

Response message for EndpointService.ListEndpoints.

Attributes

NameDescription
endpoints Sequence[`.gca_endpoint.Endpoint`]
List of Endpoints in the requested page.
next_page_token str
A token to retrieve next page of results. Pass to ``ListEndpointsRequest.page_token`` to obtain that page.

Inheritance

builtins.object > proto.message.Message > ListEndpointsResponse