Class MetastoreServiceClient.ListLocksPage (0.83.0)

public static class MetastoreServiceClient.ListLocksPage extends AbstractPage<ListLocksRequest,ListLocksResponse,Lock,MetastoreServiceClient.ListLocksPage>

Inheritance

java.lang.Object > AbstractPage > MetastoreServiceClient.ListLocksPage

Methods

createPage(@Nullable PageContext<ListLocksRequest,ListLocksResponse,Lock> context, @Nullable ListLocksResponse response)

protected MetastoreServiceClient.ListLocksPage createPage(@Nullable PageContext<ListLocksRequest,ListLocksResponse,Lock> context, @Nullable ListLocksResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLocksRequest,ListLocksResponse,Lock>
response @org.jspecify.annotations.Nullable com.google.cloud.bigquery.biglake.v1alpha1.ListLocksResponse
Returns
Type Description
MetastoreServiceClient.ListLocksPage
Overrides

createPageAsync(@Nullable PageContext<ListLocksRequest,ListLocksResponse,Lock> context, ApiFuture<ListLocksResponse> futureResponse)

public ApiFuture<MetastoreServiceClient.ListLocksPage> createPageAsync(@Nullable PageContext<ListLocksRequest,ListLocksResponse,Lock> context, ApiFuture<ListLocksResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLocksRequest,ListLocksResponse,Lock>
futureResponse ApiFuture<ListLocksResponse>
Returns
Type Description
ApiFuture<ListLocksPage>
Overrides