Class DataMigrationServiceClient.ListMappingRulesPage (2.94.0)

public static class DataMigrationServiceClient.ListMappingRulesPage extends AbstractPage<ListMappingRulesRequest,ListMappingRulesResponse,MappingRule,DataMigrationServiceClient.ListMappingRulesPage>

Inheritance

java.lang.Object > AbstractPage > DataMigrationServiceClient.ListMappingRulesPage

Methods

createPage(@Nullable PageContext<ListMappingRulesRequest,ListMappingRulesResponse,MappingRule> context, @Nullable ListMappingRulesResponse response)

protected DataMigrationServiceClient.ListMappingRulesPage createPage(@Nullable PageContext<ListMappingRulesRequest,ListMappingRulesResponse,MappingRule> context, @Nullable ListMappingRulesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMappingRulesRequest,ListMappingRulesResponse,MappingRule>
response @org.jspecify.annotations.Nullable com.google.cloud.clouddms.v1.ListMappingRulesResponse
Returns
Type Description
DataMigrationServiceClient.ListMappingRulesPage
Overrides

createPageAsync(@Nullable PageContext<ListMappingRulesRequest,ListMappingRulesResponse,MappingRule> context, ApiFuture<ListMappingRulesResponse> futureResponse)

public ApiFuture<DataMigrationServiceClient.ListMappingRulesPage> createPageAsync(@Nullable PageContext<ListMappingRulesRequest,ListMappingRulesResponse,MappingRule> context, ApiFuture<ListMappingRulesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMappingRulesRequest,ListMappingRulesResponse,MappingRule>
futureResponse ApiFuture<ListMappingRulesResponse>
Returns
Type Description
ApiFuture<ListMappingRulesPage>
Overrides