public interface ListPublisherModelsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token to retrieve next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve next page of results.
|
PublisherModel |
getPublisherModels(int index)
List of PublisherModels in the requested page.
|
int |
getPublisherModelsCount()
List of PublisherModels in the requested page.
|
List<PublisherModel> |
getPublisherModelsList()
List of PublisherModels in the requested page.
|
PublisherModelOrBuilder |
getPublisherModelsOrBuilder(int index)
List of PublisherModels in the requested page.
|
List<? extends PublisherModelOrBuilder> |
getPublisherModelsOrBuilderList()
List of PublisherModels in the requested page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<PublisherModel> getPublisherModelsList()
List of PublisherModels in the requested page.
repeated .google.cloud.aiplatform.v1beta1.PublisherModel publisher_models = 1;PublisherModel getPublisherModels(int index)
List of PublisherModels in the requested page.
repeated .google.cloud.aiplatform.v1beta1.PublisherModel publisher_models = 1;int getPublisherModelsCount()
List of PublisherModels in the requested page.
repeated .google.cloud.aiplatform.v1beta1.PublisherModel publisher_models = 1;List<? extends PublisherModelOrBuilder> getPublisherModelsOrBuilderList()
List of PublisherModels in the requested page.
repeated .google.cloud.aiplatform.v1beta1.PublisherModel publisher_models = 1;PublisherModelOrBuilder getPublisherModelsOrBuilder(int index)
List of PublisherModels in the requested page.
repeated .google.cloud.aiplatform.v1beta1.PublisherModel publisher_models = 1;String getNextPageToken()
A token to retrieve next page of results. Pass to [ListPublisherModels.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 [ListPublisherModels.page_token][] to obtain that page.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.