Class OracleDatabaseClient.ListCloudExadataInfrastructuresPage (0.44.0)

public static class OracleDatabaseClient.ListCloudExadataInfrastructuresPage extends AbstractPage<ListCloudExadataInfrastructuresRequest,ListCloudExadataInfrastructuresResponse,CloudExadataInfrastructure,OracleDatabaseClient.ListCloudExadataInfrastructuresPage>

Inheritance

java.lang.Object > AbstractPage > OracleDatabaseClient.ListCloudExadataInfrastructuresPage

Methods

createPage(@Nullable PageContext<ListCloudExadataInfrastructuresRequest,ListCloudExadataInfrastructuresResponse,CloudExadataInfrastructure> context, @Nullable ListCloudExadataInfrastructuresResponse response)

protected OracleDatabaseClient.ListCloudExadataInfrastructuresPage createPage(@Nullable PageContext<ListCloudExadataInfrastructuresRequest,ListCloudExadataInfrastructuresResponse,CloudExadataInfrastructure> context, @Nullable ListCloudExadataInfrastructuresResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCloudExadataInfrastructuresRequest,ListCloudExadataInfrastructuresResponse,CloudExadataInfrastructure>
response @org.jspecify.annotations.Nullable com.google.cloud.oracledatabase.v1.ListCloudExadataInfrastructuresResponse
Returns
Type Description
OracleDatabaseClient.ListCloudExadataInfrastructuresPage
Overrides

createPageAsync(@Nullable PageContext<ListCloudExadataInfrastructuresRequest,ListCloudExadataInfrastructuresResponse,CloudExadataInfrastructure> context, ApiFuture<ListCloudExadataInfrastructuresResponse> futureResponse)

public ApiFuture<OracleDatabaseClient.ListCloudExadataInfrastructuresPage> createPageAsync(@Nullable PageContext<ListCloudExadataInfrastructuresRequest,ListCloudExadataInfrastructuresResponse,CloudExadataInfrastructure> context, ApiFuture<ListCloudExadataInfrastructuresResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCloudExadataInfrastructuresRequest,ListCloudExadataInfrastructuresResponse,CloudExadataInfrastructure>
futureResponse ApiFuture<ListCloudExadataInfrastructuresResponse>
Returns
Type Description
ApiFuture<ListCloudExadataInfrastructuresPage>
Overrides