Class ExportServiceClient.ListProfilesPage (2.33.0)

public static class ExportServiceClient.ListProfilesPage extends AbstractPage<ListProfilesRequest,ListProfilesResponse,Profile,ExportServiceClient.ListProfilesPage>

Inheritance

java.lang.Object > AbstractPage > ExportServiceClient.ListProfilesPage

Methods

createPage(PageContext<ListProfilesRequest,ListProfilesResponse,Profile> context, ListProfilesResponse response)

protected ExportServiceClient.ListProfilesPage createPage(PageContext<ListProfilesRequest,ListProfilesResponse,Profile> context, ListProfilesResponse response)
Overrides

createPageAsync(PageContext<ListProfilesRequest,ListProfilesResponse,Profile> context, ApiFuture<ListProfilesResponse> futureResponse)

public ApiFuture<ExportServiceClient.ListProfilesPage> createPageAsync(PageContext<ListProfilesRequest,ListProfilesResponse,Profile> context, ApiFuture<ListProfilesResponse> futureResponse)
Returns
TypeDescription
ApiFuture<ListProfilesPage>
Overrides