v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-132661,4471.5 MB
projects

Lists IndexEndpoints in a Location.

get/v1/{+parent}/indexEndpoints

Path parameters

parentstring required

Required. The resource name of the Location from which to list the IndexEndpoints. Format: projects/{project}/locations/{location}

Query parameters

filterstring

Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * index_endpoint supports = and !=. index_endpoint represents the IndexEndpoint ID, ie. the last segment of the IndexEndpoint's resourcename. * display_name supports =, != and regex() (uses re2 syntax) * labels supports general map functions that is: labels.key=value - key:value equality labels.key:* or labels:key - key existence A key including a space must be quoted. labels."a key". Some examples: * index_endpoint="1"*display_name="myDisplayName"*regex(display_name, "^A") -> The display name starts with an A. * labels.myKey="myValue"

pageSizeinteger

Optional. The standard list page size.

pageTokenstring

Optional. The standard list page token. Typically obtained via ListIndexEndpointsResponse.next_page_token of the previous IndexEndpointService.ListIndexEndpoints call.

readMaskstring

Optional. Mask specifying which fields to read.

Response

Successful response