Class OracleDatabaseClient.ListGoldengateDeploymentTypesPage (0.44.0)

public static class OracleDatabaseClient.ListGoldengateDeploymentTypesPage extends AbstractPage<ListGoldengateDeploymentTypesRequest,ListGoldengateDeploymentTypesResponse,GoldengateDeploymentType,OracleDatabaseClient.ListGoldengateDeploymentTypesPage>

Inheritance

java.lang.Object > AbstractPage > OracleDatabaseClient.ListGoldengateDeploymentTypesPage

Methods

createPage(@Nullable PageContext<ListGoldengateDeploymentTypesRequest,ListGoldengateDeploymentTypesResponse,GoldengateDeploymentType> context, @Nullable ListGoldengateDeploymentTypesResponse response)

protected OracleDatabaseClient.ListGoldengateDeploymentTypesPage createPage(@Nullable PageContext<ListGoldengateDeploymentTypesRequest,ListGoldengateDeploymentTypesResponse,GoldengateDeploymentType> context, @Nullable ListGoldengateDeploymentTypesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGoldengateDeploymentTypesRequest,ListGoldengateDeploymentTypesResponse,GoldengateDeploymentType>
response @org.jspecify.annotations.Nullable com.google.cloud.oracledatabase.v1.ListGoldengateDeploymentTypesResponse
Returns
Type Description
OracleDatabaseClient.ListGoldengateDeploymentTypesPage
Overrides

createPageAsync(@Nullable PageContext<ListGoldengateDeploymentTypesRequest,ListGoldengateDeploymentTypesResponse,GoldengateDeploymentType> context, ApiFuture<ListGoldengateDeploymentTypesResponse> futureResponse)

public ApiFuture<OracleDatabaseClient.ListGoldengateDeploymentTypesPage> createPageAsync(@Nullable PageContext<ListGoldengateDeploymentTypesRequest,ListGoldengateDeploymentTypesResponse,GoldengateDeploymentType> context, ApiFuture<ListGoldengateDeploymentTypesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGoldengateDeploymentTypesRequest,ListGoldengateDeploymentTypesResponse,GoldengateDeploymentType>
futureResponse ApiFuture<ListGoldengateDeploymentTypesResponse>
Returns
Type Description
ApiFuture<ListGoldengateDeploymentTypesPage>
Overrides