public interface ListIndexesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIndexes(int index)
public abstract Index getIndexes(int index)List of indexes in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Index indexes = 1;
| Name | Description |
| index | int |
| Type | Description |
| Index |
getIndexesCount()
public abstract int getIndexesCount()List of indexes in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Index indexes = 1;
| Type | Description |
| int |
getIndexesList()
public abstract List<Index> getIndexesList()List of indexes in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Index indexes = 1;
| Type | Description |
| List<Index> |
getIndexesOrBuilder(int index)
public abstract IndexOrBuilder getIndexesOrBuilder(int index)List of indexes in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Index indexes = 1;
| Name | Description |
| index | int |
| Type | Description |
| IndexOrBuilder |
getIndexesOrBuilderList()
public abstract List<? extends IndexOrBuilder> getIndexesOrBuilderList()List of indexes in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Index indexes = 1;
| Type | Description |
| List<? extends com.google.cloud.aiplatform.v1beta1.IndexOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve next page of results. Pass to ListIndexesRequest.page_token to obtain that page.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to retrieve next page of results. Pass to ListIndexesRequest.page_token to obtain that page.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |