Class DataMigrationServiceClient.ListPrivateConnectionsPage (2.94.0)

public static class DataMigrationServiceClient.ListPrivateConnectionsPage extends AbstractPage<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection,DataMigrationServiceClient.ListPrivateConnectionsPage>

Inheritance

java.lang.Object > AbstractPage > DataMigrationServiceClient.ListPrivateConnectionsPage

Methods

createPage(@Nullable PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, @Nullable ListPrivateConnectionsResponse response)

protected DataMigrationServiceClient.ListPrivateConnectionsPage createPage(@Nullable PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, @Nullable ListPrivateConnectionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection>
response @org.jspecify.annotations.Nullable com.google.cloud.clouddms.v1.ListPrivateConnectionsResponse
Returns
Type Description
DataMigrationServiceClient.ListPrivateConnectionsPage
Overrides

createPageAsync(@Nullable PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, ApiFuture<ListPrivateConnectionsResponse> futureResponse)

public ApiFuture<DataMigrationServiceClient.ListPrivateConnectionsPage> createPageAsync(@Nullable PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, ApiFuture<ListPrivateConnectionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection>
futureResponse ApiFuture<ListPrivateConnectionsResponse>
Returns
Type Description
ApiFuture<ListPrivateConnectionsPage>
Overrides