Class OracleDatabaseClient.ListOdbSubnetsPage (0.44.0)

public static class OracleDatabaseClient.ListOdbSubnetsPage extends AbstractPage<ListOdbSubnetsRequest,ListOdbSubnetsResponse,OdbSubnet,OracleDatabaseClient.ListOdbSubnetsPage>

Inheritance

java.lang.Object > AbstractPage > OracleDatabaseClient.ListOdbSubnetsPage

Methods

createPage(@Nullable PageContext<ListOdbSubnetsRequest,ListOdbSubnetsResponse,OdbSubnet> context, @Nullable ListOdbSubnetsResponse response)

protected OracleDatabaseClient.ListOdbSubnetsPage createPage(@Nullable PageContext<ListOdbSubnetsRequest,ListOdbSubnetsResponse,OdbSubnet> context, @Nullable ListOdbSubnetsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListOdbSubnetsRequest,ListOdbSubnetsResponse,OdbSubnet>
response @org.jspecify.annotations.Nullable com.google.cloud.oracledatabase.v1.ListOdbSubnetsResponse
Returns
Type Description
OracleDatabaseClient.ListOdbSubnetsPage
Overrides

createPageAsync(@Nullable PageContext<ListOdbSubnetsRequest,ListOdbSubnetsResponse,OdbSubnet> context, ApiFuture<ListOdbSubnetsResponse> futureResponse)

public ApiFuture<OracleDatabaseClient.ListOdbSubnetsPage> createPageAsync(@Nullable PageContext<ListOdbSubnetsRequest,ListOdbSubnetsResponse,OdbSubnet> context, ApiFuture<ListOdbSubnetsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListOdbSubnetsRequest,ListOdbSubnetsResponse,OdbSubnet>
futureResponse ApiFuture<ListOdbSubnetsResponse>
Returns
Type Description
ApiFuture<ListOdbSubnetsPage>
Overrides