Class CloudChannelReportsServiceClient.ListReportsPage (3.48.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
Name Description
context PageContext<ListReportsRequest,ListReportsResponse,Report>
response ListReportsResponse
Returns
Type Description
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
Name Description
context PageContext<ListReportsRequest,ListReportsResponse,Report>
futureResponse ApiFuture<ListReportsResponse>
Returns
Type Description
ApiFuture<ListReportsPage>
Overrides