Class DataMigrationServiceClient.ListConnectionProfilesPage (2.94.0)

public static class DataMigrationServiceClient.ListConnectionProfilesPage extends AbstractPage<ListConnectionProfilesRequest,ListConnectionProfilesResponse,ConnectionProfile,DataMigrationServiceClient.ListConnectionProfilesPage>

Inheritance

java.lang.Object > AbstractPage > DataMigrationServiceClient.ListConnectionProfilesPage

Methods

createPage(@Nullable PageContext<ListConnectionProfilesRequest,ListConnectionProfilesResponse,ConnectionProfile> context, @Nullable ListConnectionProfilesResponse response)

protected DataMigrationServiceClient.ListConnectionProfilesPage createPage(@Nullable PageContext<ListConnectionProfilesRequest,ListConnectionProfilesResponse,ConnectionProfile> context, @Nullable ListConnectionProfilesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListConnectionProfilesRequest,ListConnectionProfilesResponse,ConnectionProfile>
response @org.jspecify.annotations.Nullable com.google.cloud.clouddms.v1.ListConnectionProfilesResponse
Returns
Type Description
DataMigrationServiceClient.ListConnectionProfilesPage
Overrides

createPageAsync(@Nullable PageContext<ListConnectionProfilesRequest,ListConnectionProfilesResponse,ConnectionProfile> context, ApiFuture<ListConnectionProfilesResponse> futureResponse)

public ApiFuture<DataMigrationServiceClient.ListConnectionProfilesPage> createPageAsync(@Nullable PageContext<ListConnectionProfilesRequest,ListConnectionProfilesResponse,ConnectionProfile> context, ApiFuture<ListConnectionProfilesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListConnectionProfilesRequest,ListConnectionProfilesResponse,ConnectionProfile>
futureResponse ApiFuture<ListConnectionProfilesResponse>
Returns
Type Description
ApiFuture<ListConnectionProfilesPage>
Overrides