public interface ListPublisherModelsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract 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 | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getPublisherModels(int index)
public abstract PublisherModel getPublisherModels(int index)List of PublisherModels in the requested page.
repeated .google.cloud.aiplatform.v1beta1.PublisherModel publisher_models = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PublisherModel |
|
getPublisherModelsCount()
public abstract int getPublisherModelsCount()List of PublisherModels in the requested page.
repeated .google.cloud.aiplatform.v1beta1.PublisherModel publisher_models = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getPublisherModelsList()
public abstract List<PublisherModel> getPublisherModelsList()List of PublisherModels in the requested page.
repeated .google.cloud.aiplatform.v1beta1.PublisherModel publisher_models = 1;
| Returns | |
|---|---|
| Type | Description |
List<PublisherModel> |
|
getPublisherModelsOrBuilder(int index)
public abstract PublisherModelOrBuilder getPublisherModelsOrBuilder(int index)List of PublisherModels in the requested page.
repeated .google.cloud.aiplatform.v1beta1.PublisherModel publisher_models = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PublisherModelOrBuilder |
|
getPublisherModelsOrBuilderList()
public abstract List<? extends PublisherModelOrBuilder> getPublisherModelsOrBuilderList()List of PublisherModels in the requested page.
repeated .google.cloud.aiplatform.v1beta1.PublisherModel publisher_models = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.PublisherModelOrBuilder> |
|