public interface ListIndexesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIndexes(int index)
public abstract Index getIndexes(int index)
List of indexes in the requested page.
repeated .google.cloud.aiplatform.v1.Index indexes = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Index |
getIndexesCount()
public abstract int getIndexesCount()
List of indexes in the requested page.
repeated .google.cloud.aiplatform.v1.Index indexes = 1;
Returns | |
---|---|
Type | Description |
int |
getIndexesList()
public abstract List<Index> getIndexesList()
List of indexes in the requested page.
repeated .google.cloud.aiplatform.v1.Index indexes = 1;
Returns | |
---|---|
Type | Description |
List<Index> |
getIndexesOrBuilder(int index)
public abstract IndexOrBuilder getIndexesOrBuilder(int index)
List of indexes in the requested page.
repeated .google.cloud.aiplatform.v1.Index indexes = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
IndexOrBuilder |
getIndexesOrBuilderList()
public abstract List<? extends IndexOrBuilder> getIndexesOrBuilderList()
List of indexes in the requested page.
repeated .google.cloud.aiplatform.v1.Index indexes = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |