Class MigrationCenterClient.ListSourcesPage (0.77.0)

public static class MigrationCenterClient.ListSourcesPage extends AbstractPage<ListSourcesRequest,ListSourcesResponse,Source,MigrationCenterClient.ListSourcesPage>

Inheritance

java.lang.Object > AbstractPage > MigrationCenterClient.ListSourcesPage

Methods

createPage(@Nullable PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, @Nullable ListSourcesResponse response)

protected MigrationCenterClient.ListSourcesPage createPage(@Nullable PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, @Nullable ListSourcesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source>
response @org.jspecify.annotations.Nullable com.google.cloud.migrationcenter.v1.ListSourcesResponse
Returns
Type Description
MigrationCenterClient.ListSourcesPage
Overrides

createPageAsync(@Nullable PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, ApiFuture<ListSourcesResponse> futureResponse)

public ApiFuture<MigrationCenterClient.ListSourcesPage> createPageAsync(@Nullable PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, ApiFuture<ListSourcesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source>
futureResponse ApiFuture<ListSourcesResponse>
Returns
Type Description
ApiFuture<ListSourcesPage>
Overrides