Class OracleDatabaseClient.ListDbSystemShapesPage (0.44.0)

public static class OracleDatabaseClient.ListDbSystemShapesPage extends AbstractPage<ListDbSystemShapesRequest,ListDbSystemShapesResponse,DbSystemShape,OracleDatabaseClient.ListDbSystemShapesPage>

Inheritance

java.lang.Object > AbstractPage > OracleDatabaseClient.ListDbSystemShapesPage

Methods

createPage(@Nullable PageContext<ListDbSystemShapesRequest,ListDbSystemShapesResponse,DbSystemShape> context, @Nullable ListDbSystemShapesResponse response)

protected OracleDatabaseClient.ListDbSystemShapesPage createPage(@Nullable PageContext<ListDbSystemShapesRequest,ListDbSystemShapesResponse,DbSystemShape> context, @Nullable ListDbSystemShapesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDbSystemShapesRequest,ListDbSystemShapesResponse,DbSystemShape>
response @org.jspecify.annotations.Nullable com.google.cloud.oracledatabase.v1.ListDbSystemShapesResponse
Returns
Type Description
OracleDatabaseClient.ListDbSystemShapesPage
Overrides

createPageAsync(@Nullable PageContext<ListDbSystemShapesRequest,ListDbSystemShapesResponse,DbSystemShape> context, ApiFuture<ListDbSystemShapesResponse> futureResponse)

public ApiFuture<OracleDatabaseClient.ListDbSystemShapesPage> createPageAsync(@Nullable PageContext<ListDbSystemShapesRequest,ListDbSystemShapesResponse,DbSystemShape> context, ApiFuture<ListDbSystemShapesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDbSystemShapesRequest,ListDbSystemShapesResponse,DbSystemShape>
futureResponse ApiFuture<ListDbSystemShapesResponse>
Returns
Type Description
ApiFuture<ListDbSystemShapesPage>
Overrides