Class ReservationServiceClient.ListAssignmentsPage (2.96.0)

public static class ReservationServiceClient.ListAssignmentsPage extends AbstractPage<ListAssignmentsRequest,ListAssignmentsResponse,Assignment,ReservationServiceClient.ListAssignmentsPage>

Inheritance

java.lang.Object > AbstractPage > ReservationServiceClient.ListAssignmentsPage

Methods

createPage(@Nullable PageContext<ListAssignmentsRequest,ListAssignmentsResponse,Assignment> context, @Nullable ListAssignmentsResponse response)

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

createPageAsync(@Nullable PageContext<ListAssignmentsRequest,ListAssignmentsResponse,Assignment> context, ApiFuture<ListAssignmentsResponse> futureResponse)

public ApiFuture<ReservationServiceClient.ListAssignmentsPage> createPageAsync(@Nullable PageContext<ListAssignmentsRequest,ListAssignmentsResponse,Assignment> context, ApiFuture<ListAssignmentsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAssignmentsRequest,ListAssignmentsResponse,Assignment>
futureResponse ApiFuture<ListAssignmentsResponse>
Returns
Type Description
ApiFuture<ListAssignmentsPage>
Overrides