Class CloudChannelReportsServiceClient.FetchReportResultsPage (3.99.0)

public static class CloudChannelReportsServiceClient.FetchReportResultsPage extends AbstractPage<FetchReportResultsRequest,FetchReportResultsResponse,Row,CloudChannelReportsServiceClient.FetchReportResultsPage>

Inheritance

java.lang.Object > AbstractPage > CloudChannelReportsServiceClient.FetchReportResultsPage

Methods

createPage(@Nullable PageContext<FetchReportResultsRequest,FetchReportResultsResponse,Row> context, @Nullable FetchReportResultsResponse response)

protected CloudChannelReportsServiceClient.FetchReportResultsPage createPage(@Nullable PageContext<FetchReportResultsRequest,FetchReportResultsResponse,Row> context, @Nullable FetchReportResultsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<FetchReportResultsRequest,FetchReportResultsResponse,Row>
response @org.jspecify.annotations.Nullable com.google.cloud.channel.v1.FetchReportResultsResponse
Returns
Type Description
CloudChannelReportsServiceClient.FetchReportResultsPage
Overrides

createPageAsync(@Nullable PageContext<FetchReportResultsRequest,FetchReportResultsResponse,Row> context, ApiFuture<FetchReportResultsResponse> futureResponse)

public ApiFuture<CloudChannelReportsServiceClient.FetchReportResultsPage> createPageAsync(@Nullable PageContext<FetchReportResultsRequest,FetchReportResultsResponse,Row> context, ApiFuture<FetchReportResultsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<FetchReportResultsRequest,FetchReportResultsResponse,Row>
futureResponse ApiFuture<FetchReportResultsResponse>
Returns
Type Description
ApiFuture<FetchReportResultsPage>
Overrides