Interface ListPublisherModelsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListPublisherModelsResponse,ListPublisherModelsResponse.Builder
@Generated
public interface ListPublisherModelsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA token to retrieve next page of results.com.google.protobuf.ByteStringA token to retrieve next page of results.getPublisherModels(int index) List of PublisherModels in the requested page.intList of PublisherModels in the requested page.List of PublisherModels in the requested page.getPublisherModelsOrBuilder(int index) List of PublisherModels in the requested page.List<? extends PublisherModelOrBuilder>List of PublisherModels in the requested page.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPublisherModelsList
List<PublisherModel> getPublisherModelsList()List of PublisherModels in the requested page.
repeated .google.cloud.aiplatform.v1beta1.PublisherModel publisher_models = 1; -
getPublisherModels
List of PublisherModels in the requested page.
repeated .google.cloud.aiplatform.v1beta1.PublisherModel publisher_models = 1; -
getPublisherModelsCount
int getPublisherModelsCount()List of PublisherModels in the requested page.
repeated .google.cloud.aiplatform.v1beta1.PublisherModel publisher_models = 1; -
getPublisherModelsOrBuilderList
List<? extends PublisherModelOrBuilder> getPublisherModelsOrBuilderList()List of PublisherModels in the requested page.
repeated .google.cloud.aiplatform.v1beta1.PublisherModel publisher_models = 1; -
getPublisherModelsOrBuilder
List of PublisherModels in the requested page.
repeated .google.cloud.aiplatform.v1beta1.PublisherModel publisher_models = 1; -
getNextPageToken
String getNextPageToken()A token to retrieve next page of results. Pass to [ListPublisherModels.page_token][] to obtain that page.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
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;- Returns:
- The bytes for nextPageToken.
-