Class ListEndpointsResponse (1.5.1)

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

The response message for RegistrationService.ListEndpoints.

Attributes

NameDescription
endpoints Sequence[google.cloud.servicedirectory_v1.types.Endpoint]
The list of endpoints.
next_page_token str
Token to retrieve the next page of results, or empty if there are no more results in the list.

Inheritance

builtins.object > proto.message.Message > ListEndpointsResponse