Class ListIndexesResponse (1.37.0)

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

Response message for IndexService.ListIndexes .

Attributes

Name
Description
indexes
MutableSequence[ google.cloud.aiplatform_v1beta1.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.

Methods

ListIndexesResponse

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

Response message for IndexService.ListIndexes .