public interface ListIndexesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIndexes(int index)
public abstract Index getIndexes(int index)
The indexes under the specified corpus.
repeated .google.cloud.visionai.v1.Index indexes = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Index |
getIndexesCount()
public abstract int getIndexesCount()
The indexes under the specified corpus.
repeated .google.cloud.visionai.v1.Index indexes = 1;
Returns | |
---|---|
Type | Description |
int |
getIndexesList()
public abstract List<Index> getIndexesList()
The indexes under the specified corpus.
repeated .google.cloud.visionai.v1.Index indexes = 1;
Returns | |
---|---|
Type | Description |
List<Index> |
getIndexesOrBuilder(int index)
public abstract IndexOrBuilder getIndexesOrBuilder(int index)
The indexes under the specified corpus.
repeated .google.cloud.visionai.v1.Index indexes = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
IndexOrBuilder |
getIndexesOrBuilderList()
public abstract List<? extends IndexOrBuilder> getIndexesOrBuilderList()
The indexes under the specified corpus.
repeated .google.cloud.visionai.v1.Index indexes = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.visionai.v1.IndexOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |