Class ListEndpointsRequest (1.2.2)

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

Attributes

NameDescription
parent str
Required. The parent, which owns this collection of endpoints.
page_size int
Optional. The maximum number of endpoints to return. The service may return fewer than this value.
page_token str
Optional. A page token, received from a previous ``ListEndpoints`` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ``ListEndpoints`` must match the call that provided the page token.
filter str
Optional. The filter expression, following the syntax outlined in https://google.aip.dev/160.
order_by str
Optional. One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.

Inheritance

builtins.object > proto.message.Message > ListEndpointsRequest