Class DataPointsServiceClient.ReconcileDataPointsPage (0.4.0)

public static class DataPointsServiceClient.ReconcileDataPointsPage extends AbstractPage<ReconcileDataPointsRequest,ReconcileDataPointsResponse,ReconciledDataPoint,DataPointsServiceClient.ReconcileDataPointsPage>

Inheritance

java.lang.Object > AbstractPage > DataPointsServiceClient.ReconcileDataPointsPage

Methods

createPage(@Nullable PageContext<ReconcileDataPointsRequest,ReconcileDataPointsResponse,ReconciledDataPoint> context, @Nullable ReconcileDataPointsResponse response)

protected DataPointsServiceClient.ReconcileDataPointsPage createPage(@Nullable PageContext<ReconcileDataPointsRequest,ReconcileDataPointsResponse,ReconciledDataPoint> context, @Nullable ReconcileDataPointsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ReconcileDataPointsRequest,ReconcileDataPointsResponse,ReconciledDataPoint>
response @org.jspecify.annotations.Nullable com.google.devicesandservices.health.v4.ReconcileDataPointsResponse
Returns
Type Description
DataPointsServiceClient.ReconcileDataPointsPage
Overrides

createPageAsync(@Nullable PageContext<ReconcileDataPointsRequest,ReconcileDataPointsResponse,ReconciledDataPoint> context, ApiFuture<ReconcileDataPointsResponse> futureResponse)

public ApiFuture<DataPointsServiceClient.ReconcileDataPointsPage> createPageAsync(@Nullable PageContext<ReconcileDataPointsRequest,ReconcileDataPointsResponse,ReconciledDataPoint> context, ApiFuture<ReconcileDataPointsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ReconcileDataPointsRequest,ReconcileDataPointsResponse,ReconciledDataPoint>
futureResponse ApiFuture<ReconcileDataPointsResponse>
Returns
Type Description
ApiFuture<ReconcileDataPointsPage>
Overrides