public interface ListModelsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Model |
getModel(int index)
List of models in the requested page.
|
int |
getModelCount()
List of models in the requested page.
|
List<Model> |
getModelList()
List of models in the requested page.
|
ModelOrBuilder |
getModelOrBuilder(int index)
List of models in the requested page.
|
List<? extends ModelOrBuilder> |
getModelOrBuilderList()
List of models in the requested page.
|
String |
getNextPageToken()
A token to retrieve next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve next page of results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Model> getModelList()
List of models in the requested page.
repeated .google.cloud.automl.v1.Model model = 1;Model getModel(int index)
List of models in the requested page.
repeated .google.cloud.automl.v1.Model model = 1;int getModelCount()
List of models in the requested page.
repeated .google.cloud.automl.v1.Model model = 1;List<? extends ModelOrBuilder> getModelOrBuilderList()
List of models in the requested page.
repeated .google.cloud.automl.v1.Model model = 1;ModelOrBuilder getModelOrBuilder(int index)
List of models in the requested page.
repeated .google.cloud.automl.v1.Model model = 1;String getNextPageToken()
A token to retrieve next page of results. Pass to [ListModelsRequest.page_token][google.cloud.automl.v1.ListModelsRequest.page_token] to obtain that page.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve next page of results. Pass to [ListModelsRequest.page_token][google.cloud.automl.v1.ListModelsRequest.page_token] to obtain that page.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.