Class ListEndpointsRequest (0.4.0)

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

Request message for EndpointService.ListEndpoints.

Attributes

NameDescription
parent str
Required. The resource name of the Location from which to list the Endpoints. Format: ``projects/{project}/locations/{location}``
filter str
Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. - ``endpoint`` supports = and !=. ``endpoint`` represents the Endpoint ID, ie. the last segment of the Endpoint's [resource name][google.cloud.aiplatform.v1beta1.Endpoint.name]. - ``display_name`` supports =, != and regex() (uses `re2
page_size int
Optional. The standard list page size.
page_token str
Optional. The standard list page token. Typically obtained via ``ListEndpointsResponse.next_page_token`` of the previous ``EndpointService.ListEndpoints`` call.
read_mask `.field_mask.FieldMask`
Optional. Mask specifying which fields to read.

Inheritance

builtins.object > proto.message.Message > ListEndpointsRequest