Class DataMigrationServiceClient.FetchStaticIpsPage (2.94.0)

public static class DataMigrationServiceClient.FetchStaticIpsPage extends AbstractPage<FetchStaticIpsRequest,FetchStaticIpsResponse,String,DataMigrationServiceClient.FetchStaticIpsPage>

Inheritance

java.lang.Object > AbstractPage > DataMigrationServiceClient.FetchStaticIpsPage

Methods

createPage(@Nullable PageContext<FetchStaticIpsRequest,FetchStaticIpsResponse,String> context, @Nullable FetchStaticIpsResponse response)

protected DataMigrationServiceClient.FetchStaticIpsPage createPage(@Nullable PageContext<FetchStaticIpsRequest,FetchStaticIpsResponse,String> context, @Nullable FetchStaticIpsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<FetchStaticIpsRequest,FetchStaticIpsResponse,String>
response @org.jspecify.annotations.Nullable com.google.cloud.clouddms.v1.FetchStaticIpsResponse
Returns
Type Description
DataMigrationServiceClient.FetchStaticIpsPage
Overrides

createPageAsync(@Nullable PageContext<FetchStaticIpsRequest,FetchStaticIpsResponse,String> context, ApiFuture<FetchStaticIpsResponse> futureResponse)

public ApiFuture<DataMigrationServiceClient.FetchStaticIpsPage> createPageAsync(@Nullable PageContext<FetchStaticIpsRequest,FetchStaticIpsResponse,String> context, ApiFuture<FetchStaticIpsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<FetchStaticIpsRequest,FetchStaticIpsResponse,String>
futureResponse ApiFuture<FetchStaticIpsResponse>
Returns
Type Description
ApiFuture<FetchStaticIpsPage>
Overrides