Lists IndexEndpoints in a Location.
Path parameters
Required. The resource name of the Location from which to list the IndexEndpoints. Format: projects/{project}/locations/{location}
Query parameters
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"
Optional. The standard list page size.
Optional. The standard list page token. Typically obtained via ListIndexEndpointsResponse.next_page_token of the previous IndexEndpointService.ListIndexEndpoints call.
Optional. Mask specifying which fields to read.
Response
Successful response