public interface ListModelsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getModel(int index)
public abstract Model getModel(int index)List of models in the requested page.
repeated .google.cloud.automl.v1.Model model = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Model |
|
getModelCount()
public abstract int getModelCount()List of models in the requested page.
repeated .google.cloud.automl.v1.Model model = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getModelList()
public abstract List<Model> getModelList()List of models in the requested page.
repeated .google.cloud.automl.v1.Model model = 1;
| Returns | |
|---|---|
| Type | Description |
List<Model> |
|
getModelOrBuilder(int index)
public abstract ModelOrBuilder getModelOrBuilder(int index)List of models in the requested page.
repeated .google.cloud.automl.v1.Model model = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ModelOrBuilder |
|
getModelOrBuilderList()
public abstract List<? extends ModelOrBuilder> getModelOrBuilderList()List of models in the requested page.
repeated .google.cloud.automl.v1.Model model = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.automl.v1.ModelOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve next page of results. Pass to ListModelsRequest.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 ListModelsRequest.page_token to obtain that page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |