Class OracleDatabaseClient.ListGoldengateConnectionsPage (0.44.0)

public static class OracleDatabaseClient.ListGoldengateConnectionsPage extends AbstractPage<ListGoldengateConnectionsRequest,ListGoldengateConnectionsResponse,GoldengateConnection,OracleDatabaseClient.ListGoldengateConnectionsPage>

Inheritance

java.lang.Object > AbstractPage > OracleDatabaseClient.ListGoldengateConnectionsPage

Methods

createPage(@Nullable PageContext<ListGoldengateConnectionsRequest,ListGoldengateConnectionsResponse,GoldengateConnection> context, @Nullable ListGoldengateConnectionsResponse response)

protected OracleDatabaseClient.ListGoldengateConnectionsPage createPage(@Nullable PageContext<ListGoldengateConnectionsRequest,ListGoldengateConnectionsResponse,GoldengateConnection> context, @Nullable ListGoldengateConnectionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGoldengateConnectionsRequest,ListGoldengateConnectionsResponse,GoldengateConnection>
response @org.jspecify.annotations.Nullable com.google.cloud.oracledatabase.v1.ListGoldengateConnectionsResponse
Returns
Type Description
OracleDatabaseClient.ListGoldengateConnectionsPage
Overrides

createPageAsync(@Nullable PageContext<ListGoldengateConnectionsRequest,ListGoldengateConnectionsResponse,GoldengateConnection> context, ApiFuture<ListGoldengateConnectionsResponse> futureResponse)

public ApiFuture<OracleDatabaseClient.ListGoldengateConnectionsPage> createPageAsync(@Nullable PageContext<ListGoldengateConnectionsRequest,ListGoldengateConnectionsResponse,GoldengateConnection> context, ApiFuture<ListGoldengateConnectionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGoldengateConnectionsRequest,ListGoldengateConnectionsResponse,GoldengateConnection>
futureResponse ApiFuture<ListGoldengateConnectionsResponse>
Returns
Type Description
ApiFuture<ListGoldengateConnectionsPage>
Overrides