Class ExportServiceClient.ListProfilesPage (2.42.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
NameDescription
contextPageContext<ListProfilesRequest,ListProfilesResponse,Profile>
responseListProfilesResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListProfilesRequest,ListProfilesResponse,Profile>
futureResponseApiFuture<ListProfilesResponse>
Returns
TypeDescription
ApiFuture<ListProfilesPage>
Overrides