Class ProfileServiceClient.ListProfilesPage

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

Inheritance

java.lang.Object > AbstractPage > ProfileServiceClient.ListProfilesPage

Methods

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

protected ProfileServiceClient.ListProfilesPage createPage(PageContext<ListProfilesRequest,ListProfilesResponse,Profile> context, ListProfilesResponse response)
Parameters
NameDescription
contextPageContext<ListProfilesRequest,ListProfilesResponse,Profile>
responseListProfilesResponse
Returns
TypeDescription
ProfileServiceClient.ListProfilesPage
Overrides

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

public ApiFuture<ProfileServiceClient.ListProfilesPage> createPageAsync(PageContext<ListProfilesRequest,ListProfilesResponse,Profile> context, ApiFuture<ListProfilesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListProfilesRequest,ListProfilesResponse,Profile>
futureResponseApiFuture<ListProfilesResponse>
Returns
TypeDescription
ApiFuture<ListProfilesPage>
Overrides