Class DataplexServiceClient.ListZoneActionsPage (1.93.0)

public static class DataplexServiceClient.ListZoneActionsPage extends AbstractPage<ListZoneActionsRequest,ListActionsResponse,Action,DataplexServiceClient.ListZoneActionsPage>

Inheritance

java.lang.Object > AbstractPage > DataplexServiceClient.ListZoneActionsPage

Methods

createPage(@Nullable PageContext<ListZoneActionsRequest,ListActionsResponse,Action> context, @Nullable ListActionsResponse response)

protected DataplexServiceClient.ListZoneActionsPage createPage(@Nullable PageContext<ListZoneActionsRequest,ListActionsResponse,Action> context, @Nullable ListActionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListZoneActionsRequest,ListActionsResponse,Action>
response @org.jspecify.annotations.Nullable com.google.cloud.dataplex.v1.ListActionsResponse
Returns
Type Description
DataplexServiceClient.ListZoneActionsPage
Overrides

createPageAsync(@Nullable PageContext<ListZoneActionsRequest,ListActionsResponse,Action> context, ApiFuture<ListActionsResponse> futureResponse)

public ApiFuture<DataplexServiceClient.ListZoneActionsPage> createPageAsync(@Nullable PageContext<ListZoneActionsRequest,ListActionsResponse,Action> context, ApiFuture<ListActionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListZoneActionsRequest,ListActionsResponse,Action>
futureResponse ApiFuture<ListActionsResponse>
Returns
Type Description
ApiFuture<ListZoneActionsPage>
Overrides