Class OracleDatabaseClient.ListGoldengateConnectionTypesPage (0.44.0)

public static class OracleDatabaseClient.ListGoldengateConnectionTypesPage extends AbstractPage<ListGoldengateConnectionTypesRequest,ListGoldengateConnectionTypesResponse,GoldengateConnectionType,OracleDatabaseClient.ListGoldengateConnectionTypesPage>

Inheritance

java.lang.Object > AbstractPage > OracleDatabaseClient.ListGoldengateConnectionTypesPage

Methods

createPage(@Nullable PageContext<ListGoldengateConnectionTypesRequest,ListGoldengateConnectionTypesResponse,GoldengateConnectionType> context, @Nullable ListGoldengateConnectionTypesResponse response)

protected OracleDatabaseClient.ListGoldengateConnectionTypesPage createPage(@Nullable PageContext<ListGoldengateConnectionTypesRequest,ListGoldengateConnectionTypesResponse,GoldengateConnectionType> context, @Nullable ListGoldengateConnectionTypesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGoldengateConnectionTypesRequest,ListGoldengateConnectionTypesResponse,GoldengateConnectionType>
response @org.jspecify.annotations.Nullable com.google.cloud.oracledatabase.v1.ListGoldengateConnectionTypesResponse
Returns
Type Description
OracleDatabaseClient.ListGoldengateConnectionTypesPage
Overrides

createPageAsync(@Nullable PageContext<ListGoldengateConnectionTypesRequest,ListGoldengateConnectionTypesResponse,GoldengateConnectionType> context, ApiFuture<ListGoldengateConnectionTypesResponse> futureResponse)

public ApiFuture<OracleDatabaseClient.ListGoldengateConnectionTypesPage> createPageAsync(@Nullable PageContext<ListGoldengateConnectionTypesRequest,ListGoldengateConnectionTypesResponse,GoldengateConnectionType> context, ApiFuture<ListGoldengateConnectionTypesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGoldengateConnectionTypesRequest,ListGoldengateConnectionTypesResponse,GoldengateConnectionType>
futureResponse ApiFuture<ListGoldengateConnectionTypesResponse>
Returns
Type Description
ApiFuture<ListGoldengateConnectionTypesPage>
Overrides