public interface ListCorporaResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCorpora(int index)
public abstract Corpus getCorpora(int index)
The corpora in the project.
repeated .google.cloud.visionai.v1.Corpus corpora = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Corpus |
getCorporaCount()
public abstract int getCorporaCount()
The corpora in the project.
repeated .google.cloud.visionai.v1.Corpus corpora = 1;
Returns | |
---|---|
Type | Description |
int |
getCorporaList()
public abstract List<Corpus> getCorporaList()
The corpora in the project.
repeated .google.cloud.visionai.v1.Corpus corpora = 1;
Returns | |
---|---|
Type | Description |
List<Corpus> |
getCorporaOrBuilder(int index)
public abstract CorpusOrBuilder getCorporaOrBuilder(int index)
The corpora in the project.
repeated .google.cloud.visionai.v1.Corpus corpora = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CorpusOrBuilder |
getCorporaOrBuilderList()
public abstract List<? extends CorpusOrBuilder> getCorporaOrBuilderList()
The corpora in the project.
repeated .google.cloud.visionai.v1.Corpus corpora = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.visionai.v1.CorpusOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
A token to retrieve next page of results. Pass to ListCorporaRequest.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 ListCorporaRequest.page_token to obtain that page.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |