Class VmMigrationClient.ListSourcesPage (1.95.0)

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

Inheritance

java.lang.Object > AbstractPage > VmMigrationClient.ListSourcesPage

Methods

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

protected VmMigrationClient.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.vmmigration.v1.ListSourcesResponse
Returns
Type Description
VmMigrationClient.ListSourcesPage
Overrides

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

public ApiFuture<VmMigrationClient.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