Class DataplexServiceClient.ListLakesPage (1.93.0)

public static class DataplexServiceClient.ListLakesPage extends AbstractPage<ListLakesRequest,ListLakesResponse,Lake,DataplexServiceClient.ListLakesPage>

Inheritance

java.lang.Object > AbstractPage > DataplexServiceClient.ListLakesPage

Methods

createPage(@Nullable PageContext<ListLakesRequest,ListLakesResponse,Lake> context, @Nullable ListLakesResponse response)

protected DataplexServiceClient.ListLakesPage createPage(@Nullable PageContext<ListLakesRequest,ListLakesResponse,Lake> context, @Nullable ListLakesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLakesRequest,ListLakesResponse,Lake>
response @org.jspecify.annotations.Nullable com.google.cloud.dataplex.v1.ListLakesResponse
Returns
Type Description
DataplexServiceClient.ListLakesPage
Overrides

createPageAsync(@Nullable PageContext<ListLakesRequest,ListLakesResponse,Lake> context, ApiFuture<ListLakesResponse> futureResponse)

public ApiFuture<DataplexServiceClient.ListLakesPage> createPageAsync(@Nullable PageContext<ListLakesRequest,ListLakesResponse,Lake> context, ApiFuture<ListLakesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLakesRequest,ListLakesResponse,Lake>
futureResponse ApiFuture<ListLakesResponse>
Returns
Type Description
ApiFuture<ListLakesPage>
Overrides