Class ReservationSubBlocksClient.ListPage (1.105.0)

public static class ReservationSubBlocksClient.ListPage extends AbstractPage<ListReservationSubBlocksRequest,ReservationSubBlocksListResponse,ReservationSubBlock,ReservationSubBlocksClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > ReservationSubBlocksClient.ListPage

Methods

createPage(@Nullable PageContext<ListReservationSubBlocksRequest,ReservationSubBlocksListResponse,ReservationSubBlock> context, @Nullable ReservationSubBlocksListResponse response)

protected ReservationSubBlocksClient.ListPage createPage(@Nullable PageContext<ListReservationSubBlocksRequest,ReservationSubBlocksListResponse,ReservationSubBlock> context, @Nullable ReservationSubBlocksListResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListReservationSubBlocksRequest,ReservationSubBlocksListResponse,ReservationSubBlock>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.ReservationSubBlocksListResponse
Returns
Type Description
ReservationSubBlocksClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListReservationSubBlocksRequest,ReservationSubBlocksListResponse,ReservationSubBlock> context, ApiFuture<ReservationSubBlocksListResponse> futureResponse)

public ApiFuture<ReservationSubBlocksClient.ListPage> createPageAsync(@Nullable PageContext<ListReservationSubBlocksRequest,ReservationSubBlocksListResponse,ReservationSubBlock> context, ApiFuture<ReservationSubBlocksListResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListReservationSubBlocksRequest,ReservationSubBlocksListResponse,ReservationSubBlock>
futureResponse ApiFuture<ReservationSubBlocksListResponse>
Returns
Type Description
ApiFuture<ListPage>
Overrides