Class DataPointsServiceClient.RollUpDataPointsPage (0.4.0)

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

Inheritance

java.lang.Object > AbstractPage > DataPointsServiceClient.RollUpDataPointsPage

Methods

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

protected DataPointsServiceClient.RollUpDataPointsPage createPage(@Nullable PageContext<RollUpDataPointsRequest,RollUpDataPointsResponse,RollupDataPoint> context, @Nullable RollUpDataPointsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<RollUpDataPointsRequest,RollUpDataPointsResponse,RollupDataPoint>
response @org.jspecify.annotations.Nullable com.google.devicesandservices.health.v4.RollUpDataPointsResponse
Returns
Type Description
DataPointsServiceClient.RollUpDataPointsPage
Overrides

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

public ApiFuture<DataPointsServiceClient.RollUpDataPointsPage> createPageAsync(@Nullable PageContext<RollUpDataPointsRequest,RollUpDataPointsResponse,RollupDataPoint> context, ApiFuture<RollUpDataPointsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<RollUpDataPointsRequest,RollUpDataPointsResponse,RollupDataPoint>
futureResponse ApiFuture<RollUpDataPointsResponse>
Returns
Type Description
ApiFuture<RollUpDataPointsPage>
Overrides