Class ReservationServiceClient.ListCapacityCommitmentsPage (2.96.0)

public static class ReservationServiceClient.ListCapacityCommitmentsPage extends AbstractPage<ListCapacityCommitmentsRequest,ListCapacityCommitmentsResponse,CapacityCommitment,ReservationServiceClient.ListCapacityCommitmentsPage>

Inheritance

java.lang.Object > AbstractPage > ReservationServiceClient.ListCapacityCommitmentsPage

Methods

createPage(@Nullable PageContext<ListCapacityCommitmentsRequest,ListCapacityCommitmentsResponse,CapacityCommitment> context, @Nullable ListCapacityCommitmentsResponse response)

protected ReservationServiceClient.ListCapacityCommitmentsPage createPage(@Nullable PageContext<ListCapacityCommitmentsRequest,ListCapacityCommitmentsResponse,CapacityCommitment> context, @Nullable ListCapacityCommitmentsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCapacityCommitmentsRequest,ListCapacityCommitmentsResponse,CapacityCommitment>
response @org.jspecify.annotations.Nullable com.google.cloud.bigquery.reservation.v1.ListCapacityCommitmentsResponse
Returns
Type Description
ReservationServiceClient.ListCapacityCommitmentsPage
Overrides

createPageAsync(@Nullable PageContext<ListCapacityCommitmentsRequest,ListCapacityCommitmentsResponse,CapacityCommitment> context, ApiFuture<ListCapacityCommitmentsResponse> futureResponse)

public ApiFuture<ReservationServiceClient.ListCapacityCommitmentsPage> createPageAsync(@Nullable PageContext<ListCapacityCommitmentsRequest,ListCapacityCommitmentsResponse,CapacityCommitment> context, ApiFuture<ListCapacityCommitmentsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCapacityCommitmentsRequest,ListCapacityCommitmentsResponse,CapacityCommitment>
futureResponse ApiFuture<ListCapacityCommitmentsResponse>
Returns
Type Description
ApiFuture<ListCapacityCommitmentsPage>
Overrides