Class DataPointsServiceClient.RollUpDataPointsPage (0.2.0)

public static class DataPointsServiceClient.RollUpDataPointsPage extends AbstractPage<RollUpDataPointsRequest,RollUpDataPointsResponse,RollupDataPoint,DataPointsServiceClient.RollUpDataPointsPage>

Inheritance

java.lang.Object > AbstractPage > DataPointsServiceClient.RollUpDataPointsPage

Methods

createPage(PageContext<RollUpDataPointsRequest,RollUpDataPointsResponse,RollupDataPoint> context, RollUpDataPointsResponse response)

protected DataPointsServiceClient.RollUpDataPointsPage createPage(PageContext<RollUpDataPointsRequest,RollUpDataPointsResponse,RollupDataPoint> context, RollUpDataPointsResponse response)
Parameters
Name Description
context PageContext<RollUpDataPointsRequest,RollUpDataPointsResponse,RollupDataPoint>
response RollUpDataPointsResponse
Returns
Type Description
DataPointsServiceClient.RollUpDataPointsPage
Overrides

createPageAsync(PageContext<RollUpDataPointsRequest,RollUpDataPointsResponse,RollupDataPoint> context, ApiFuture<RollUpDataPointsResponse> futureResponse)

public ApiFuture<DataPointsServiceClient.RollUpDataPointsPage> createPageAsync(PageContext<RollUpDataPointsRequest,RollUpDataPointsResponse,RollupDataPoint> context, ApiFuture<RollUpDataPointsResponse> futureResponse)
Parameters
Name Description
context PageContext<RollUpDataPointsRequest,RollUpDataPointsResponse,RollupDataPoint>
futureResponse ApiFuture<RollUpDataPointsResponse>
Returns
Type Description
ApiFuture<RollUpDataPointsPage>
Overrides