Class DataplexServiceClient.ListLakeActionsPage (1.93.0)

public static class DataplexServiceClient.ListLakeActionsPage extends AbstractPage<ListLakeActionsRequest,ListActionsResponse,Action,DataplexServiceClient.ListLakeActionsPage>

Inheritance

java.lang.Object > AbstractPage > DataplexServiceClient.ListLakeActionsPage

Methods

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

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

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

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