Class ListIndexEndpointsRequest (0.1.0)

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

Request message for ListIndexEndpoints.

Attributes

Name Description
parent str
Required. Format: projects/{project}/locations/{location}
page_size int
Optional. Requested page size. Server may return fewer items than requested. The service may return fewer than this value. If unspecified, a page size of 50 will be used. The maximum value is 1000; values above 1000 will be coerced to 1000.
page_token str
Optional. A token identifying a page of results the server should return.
filter str
Optional. The filter applied to the returned list. We only support filtering for the deployed_image_index.image_index field. However, to filter by a corpus instead of an image index, simply use deployed_image_index.corpus, which will return all endpoints with deployed_image_index.image_index inside of the given corpus. A basic filter on image index would look like: deployed_image_index.image_index = "projects/123/locations/us-central1/corpora/my_corpus/imageIndexes/my_image_index" A basic filter on corpus would look like: deployed_image_index.corpus = "projects/123/locations/us-central1/corpora/my_corpus".