Class ExportServiceClient.ListProfilesPage (2.44.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)
Parameters
Name Description
context PageContext<ListProfilesRequest,ListProfilesResponse,Profile>
response ListProfilesResponse
Returns
Type Description
ExportServiceClient.ListProfilesPage
Overrides

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

public ApiFuture<ExportServiceClient.ListProfilesPage> createPageAsync(PageContext<ListProfilesRequest,ListProfilesResponse,Profile> context, ApiFuture<ListProfilesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListProfilesRequest,ListProfilesResponse,Profile>
futureResponse ApiFuture<ListProfilesResponse>
Returns
Type Description
ApiFuture<ListProfilesPage>
Overrides