public interface ListModelsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
An expression for filtering the results of the request
|
com.google.protobuf.ByteString |
getFilterBytes()
An expression for filtering the results of the request
|
int |
getPageSize()
Requested page size.
|
String |
getPageToken()
A token identifying a page of results for the server to return
Typically obtained via
[ListModelsResponse.next_page_token][google.cloud.automl.v1.ListModelsResponse.next_page_token] of the previous
[AutoMl.ListModels][google.cloud.automl.v1.AutoMl.ListModels] call.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
A token identifying a page of results for the server to return
Typically obtained via
[ListModelsResponse.next_page_token][google.cloud.automl.v1.ListModelsResponse.next_page_token] of the previous
[AutoMl.ListModels][google.cloud.automl.v1.AutoMl.ListModels] call.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Resource name of the project, from which to list the models.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Resource name of the project, from which to list the models.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getFilter()
An expression for filtering the results of the request.
* `model_metadata` - for existence of the case (e.g.
`video_classification_model_metadata:*`).
* `dataset_id` - for = or !=. Some examples of using the filter are:
* `image_classification_model_metadata:*` --> The model has
`image_classification_model_metadata`.
* `dataset_id=5` --> The model was created from a dataset with ID 5.
string filter = 3;com.google.protobuf.ByteString getFilterBytes()
An expression for filtering the results of the request.
* `model_metadata` - for existence of the case (e.g.
`video_classification_model_metadata:*`).
* `dataset_id` - for = or !=. Some examples of using the filter are:
* `image_classification_model_metadata:*` --> The model has
`image_classification_model_metadata`.
* `dataset_id=5` --> The model was created from a dataset with ID 5.
string filter = 3;int getPageSize()
Requested page size.
int32 page_size = 4;String getPageToken()
A token identifying a page of results for the server to return Typically obtained via [ListModelsResponse.next_page_token][google.cloud.automl.v1.ListModelsResponse.next_page_token] of the previous [AutoMl.ListModels][google.cloud.automl.v1.AutoMl.ListModels] call.
string page_token = 6;com.google.protobuf.ByteString getPageTokenBytes()
A token identifying a page of results for the server to return Typically obtained via [ListModelsResponse.next_page_token][google.cloud.automl.v1.ListModelsResponse.next_page_token] of the previous [AutoMl.ListModels][google.cloud.automl.v1.AutoMl.ListModels] call.
string page_token = 6;Copyright © 2025 Google LLC. All rights reserved.