Class ApiHubPluginClient.ListPluginInstancesPage (0.48.0)

public static class ApiHubPluginClient.ListPluginInstancesPage extends AbstractPage<ListPluginInstancesRequest,ListPluginInstancesResponse,PluginInstance,ApiHubPluginClient.ListPluginInstancesPage>

Inheritance

java.lang.Object > AbstractPage > ApiHubPluginClient.ListPluginInstancesPage

Methods

createPage(@Nullable PageContext<ListPluginInstancesRequest,ListPluginInstancesResponse,PluginInstance> context, @Nullable ListPluginInstancesResponse response)

protected ApiHubPluginClient.ListPluginInstancesPage createPage(@Nullable PageContext<ListPluginInstancesRequest,ListPluginInstancesResponse,PluginInstance> context, @Nullable ListPluginInstancesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPluginInstancesRequest,ListPluginInstancesResponse,PluginInstance>
response @org.jspecify.annotations.Nullable com.google.cloud.apihub.v1.ListPluginInstancesResponse
Returns
Type Description
ApiHubPluginClient.ListPluginInstancesPage
Overrides

createPageAsync(@Nullable PageContext<ListPluginInstancesRequest,ListPluginInstancesResponse,PluginInstance> context, ApiFuture<ListPluginInstancesResponse> futureResponse)

public ApiFuture<ApiHubPluginClient.ListPluginInstancesPage> createPageAsync(@Nullable PageContext<ListPluginInstancesRequest,ListPluginInstancesResponse,PluginInstance> context, ApiFuture<ListPluginInstancesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPluginInstancesRequest,ListPluginInstancesResponse,PluginInstance>
futureResponse ApiFuture<ListPluginInstancesResponse>
Returns
Type Description
ApiFuture<ListPluginInstancesPage>
Overrides