Class DataPointsServiceClient.ListDataPointsPage (0.2.0)

public static class DataPointsServiceClient.ListDataPointsPage extends AbstractPage<ListDataPointsRequest,ListDataPointsResponse,DataPoint,DataPointsServiceClient.ListDataPointsPage>

Inheritance

java.lang.Object > AbstractPage > DataPointsServiceClient.ListDataPointsPage

Methods

createPage(PageContext<ListDataPointsRequest,ListDataPointsResponse,DataPoint> context, ListDataPointsResponse response)

protected DataPointsServiceClient.ListDataPointsPage createPage(PageContext<ListDataPointsRequest,ListDataPointsResponse,DataPoint> context, ListDataPointsResponse response)
Parameters
Name Description
context PageContext<ListDataPointsRequest,ListDataPointsResponse,DataPoint>
response ListDataPointsResponse
Returns
Type Description
DataPointsServiceClient.ListDataPointsPage
Overrides

createPageAsync(PageContext<ListDataPointsRequest,ListDataPointsResponse,DataPoint> context, ApiFuture<ListDataPointsResponse> futureResponse)

public ApiFuture<DataPointsServiceClient.ListDataPointsPage> createPageAsync(PageContext<ListDataPointsRequest,ListDataPointsResponse,DataPoint> context, ApiFuture<ListDataPointsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListDataPointsRequest,ListDataPointsResponse,DataPoint>
futureResponse ApiFuture<ListDataPointsResponse>
Returns
Type Description
ApiFuture<ListDataPointsPage>
Overrides