Class RapidMigrationAssessmentClient.ListCollectorsPage (0.78.0)

public static class RapidMigrationAssessmentClient.ListCollectorsPage extends AbstractPage<ListCollectorsRequest,ListCollectorsResponse,Collector,RapidMigrationAssessmentClient.ListCollectorsPage>

Inheritance

java.lang.Object > AbstractPage > RapidMigrationAssessmentClient.ListCollectorsPage

Methods

createPage(@Nullable PageContext<ListCollectorsRequest,ListCollectorsResponse,Collector> context, @Nullable ListCollectorsResponse response)

protected RapidMigrationAssessmentClient.ListCollectorsPage createPage(@Nullable PageContext<ListCollectorsRequest,ListCollectorsResponse,Collector> context, @Nullable ListCollectorsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCollectorsRequest,ListCollectorsResponse,Collector>
response @org.jspecify.annotations.Nullable com.google.cloud.rapidmigrationassessment.v1.ListCollectorsResponse
Returns
Type Description
RapidMigrationAssessmentClient.ListCollectorsPage
Overrides

createPageAsync(@Nullable PageContext<ListCollectorsRequest,ListCollectorsResponse,Collector> context, ApiFuture<ListCollectorsResponse> futureResponse)

public ApiFuture<RapidMigrationAssessmentClient.ListCollectorsPage> createPageAsync(@Nullable PageContext<ListCollectorsRequest,ListCollectorsResponse,Collector> context, ApiFuture<ListCollectorsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCollectorsRequest,ListCollectorsResponse,Collector>
futureResponse ApiFuture<ListCollectorsResponse>
Returns
Type Description
ApiFuture<ListCollectorsPage>
Overrides