Class OracleDatabaseClient.ListGoldengateDeploymentEnvironmentsPage (0.44.0)

public static class OracleDatabaseClient.ListGoldengateDeploymentEnvironmentsPage extends AbstractPage<ListGoldengateDeploymentEnvironmentsRequest,ListGoldengateDeploymentEnvironmentsResponse,GoldengateDeploymentEnvironment,OracleDatabaseClient.ListGoldengateDeploymentEnvironmentsPage>

Inheritance

java.lang.Object > AbstractPage > OracleDatabaseClient.ListGoldengateDeploymentEnvironmentsPage

Methods

createPage(@Nullable PageContext<ListGoldengateDeploymentEnvironmentsRequest,ListGoldengateDeploymentEnvironmentsResponse,GoldengateDeploymentEnvironment> context, @Nullable ListGoldengateDeploymentEnvironmentsResponse response)

protected OracleDatabaseClient.ListGoldengateDeploymentEnvironmentsPage createPage(@Nullable PageContext<ListGoldengateDeploymentEnvironmentsRequest,ListGoldengateDeploymentEnvironmentsResponse,GoldengateDeploymentEnvironment> context, @Nullable ListGoldengateDeploymentEnvironmentsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGoldengateDeploymentEnvironmentsRequest,ListGoldengateDeploymentEnvironmentsResponse,GoldengateDeploymentEnvironment>
response @org.jspecify.annotations.Nullable com.google.cloud.oracledatabase.v1.ListGoldengateDeploymentEnvironmentsResponse
Returns
Type Description
OracleDatabaseClient.ListGoldengateDeploymentEnvironmentsPage
Overrides

createPageAsync(@Nullable PageContext<ListGoldengateDeploymentEnvironmentsRequest,ListGoldengateDeploymentEnvironmentsResponse,GoldengateDeploymentEnvironment> context, ApiFuture<ListGoldengateDeploymentEnvironmentsResponse> futureResponse)

public ApiFuture<OracleDatabaseClient.ListGoldengateDeploymentEnvironmentsPage> createPageAsync(@Nullable PageContext<ListGoldengateDeploymentEnvironmentsRequest,ListGoldengateDeploymentEnvironmentsResponse,GoldengateDeploymentEnvironment> context, ApiFuture<ListGoldengateDeploymentEnvironmentsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGoldengateDeploymentEnvironmentsRequest,ListGoldengateDeploymentEnvironmentsResponse,GoldengateDeploymentEnvironment>
futureResponse ApiFuture<ListGoldengateDeploymentEnvironmentsResponse>
Returns
Type Description
ApiFuture<ListGoldengateDeploymentEnvironmentsPage>
Overrides