Class ListIndexesResponse (1.18.3)

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

Response message for IndexService.ListIndexes .

Attributes

Name Description
indexes Sequence[ google.cloud.aiplatform_v1.types.Index ]
List of indexes in the requested page.
next_page_token str
A token to retrieve next page of results. Pass to ListIndexesRequest.page_token to obtain that page.

Inheritance

builtins.object > proto.message.Message > ListIndexesResponse