Class CloudChannelReportsServiceClient.ListReportsPage (3.9.0)

public static class CloudChannelReportsServiceClient.ListReportsPage extends AbstractPage<ListReportsRequest,ListReportsResponse,Report,CloudChannelReportsServiceClient.ListReportsPage>

Inheritance

java.lang.Object > AbstractPage > CloudChannelReportsServiceClient.ListReportsPage

Methods

createPage(PageContext<ListReportsRequest,ListReportsResponse,Report> context, ListReportsResponse response)

protected CloudChannelReportsServiceClient.ListReportsPage createPage(PageContext<ListReportsRequest,ListReportsResponse,Report> context, ListReportsResponse response)
Parameters
NameDescription
contextPageContext<ListReportsRequest,ListReportsResponse,Report>
responseListReportsResponse
Returns
TypeDescription
CloudChannelReportsServiceClient.ListReportsPage
Overrides

createPageAsync(PageContext<ListReportsRequest,ListReportsResponse,Report> context, ApiFuture<ListReportsResponse> futureResponse)

public ApiFuture<CloudChannelReportsServiceClient.ListReportsPage> createPageAsync(PageContext<ListReportsRequest,ListReportsResponse,Report> context, ApiFuture<ListReportsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListReportsRequest,ListReportsResponse,Report>
futureResponseApiFuture<ListReportsResponse>
Returns
TypeDescription
ApiFuture<ListReportsPage>
Overrides