ListIndexEndpointsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for IndexEndpointService.ListIndexEndpoints.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The resource name of the Location from which to list the IndexEndpoints. 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. - 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"
|
page_size |
int
Optional. The standard list page size. |
page_token |
str
Optional. The standard list page token. Typically obtained via ListIndexEndpointsResponse.next_page_token of the previous IndexEndpointService.ListIndexEndpoints call. |
read_mask |
google.protobuf.field_mask_pb2.FieldMask
Optional. Mask specifying which fields to read. |
Methods
ListIndexEndpointsRequest
ListIndexEndpointsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for IndexEndpointService.ListIndexEndpoints.