Class ListIndexEndpointsRequest (1.15.1)

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

Request message for IndexEndpointService.ListIndexEndpoints.

Attributes

NameDescription
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
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.

Inheritance

builtins.object > proto.message.Message > ListIndexEndpointsRequest