Class ListIndexesRequest (1.12.1)

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

Request message for IndexService.ListIndexes.

Attributes

NameDescription
parent str
Required. The resource name of the Location from which to list the Indexes. Format: ``projects/{project}/locations/{location}``
filter str
The standard list filter.
page_size int
The standard list page size.
page_token str
The standard list page token. Typically obtained via ListIndexesResponse.next_page_token of the previous IndexService.ListIndexes call.
read_mask google.protobuf.field_mask_pb2.FieldMask
Mask specifying which fields to read.

Inheritance

builtins.object > proto.message.Message > ListIndexesRequest