Class DataplexServiceClient.ListAssetActionsPage (1.93.0)

public static class DataplexServiceClient.ListAssetActionsPage extends AbstractPage<ListAssetActionsRequest,ListActionsResponse,Action,DataplexServiceClient.ListAssetActionsPage>

Inheritance

java.lang.Object > AbstractPage > DataplexServiceClient.ListAssetActionsPage

Methods

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

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

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

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