Class ModelGardenServiceClient.ListPublisherModelsPage (3.96.0)

public static class ModelGardenServiceClient.ListPublisherModelsPage extends AbstractPage<ListPublisherModelsRequest,ListPublisherModelsResponse,PublisherModel,ModelGardenServiceClient.ListPublisherModelsPage>

Inheritance

java.lang.Object > AbstractPage > ModelGardenServiceClient.ListPublisherModelsPage

Methods

createPage(@Nullable PageContext<ListPublisherModelsRequest,ListPublisherModelsResponse,PublisherModel> context, @Nullable ListPublisherModelsResponse response)

protected ModelGardenServiceClient.ListPublisherModelsPage createPage(@Nullable PageContext<ListPublisherModelsRequest,ListPublisherModelsResponse,PublisherModel> context, @Nullable ListPublisherModelsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPublisherModelsRequest,ListPublisherModelsResponse,PublisherModel>
response @org.jspecify.annotations.Nullable com.google.cloud.aiplatform.v1beta1.ListPublisherModelsResponse
Returns
Type Description
ModelGardenServiceClient.ListPublisherModelsPage
Overrides

createPageAsync(@Nullable PageContext<ListPublisherModelsRequest,ListPublisherModelsResponse,PublisherModel> context, ApiFuture<ListPublisherModelsResponse> futureResponse)

public ApiFuture<ModelGardenServiceClient.ListPublisherModelsPage> createPageAsync(@Nullable PageContext<ListPublisherModelsRequest,ListPublisherModelsResponse,PublisherModel> context, ApiFuture<ListPublisherModelsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPublisherModelsRequest,ListPublisherModelsResponse,PublisherModel>
futureResponse ApiFuture<ListPublisherModelsResponse>
Returns
Type Description
ApiFuture<ListPublisherModelsPage>
Overrides