Class DataPointsServiceClient.ListDataPointsPage (0.4.0)

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

Inheritance

java.lang.Object > AbstractPage > DataPointsServiceClient.ListDataPointsPage

Methods

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

protected DataPointsServiceClient.ListDataPointsPage createPage(@Nullable PageContext<ListDataPointsRequest,ListDataPointsResponse,DataPoint> context, @Nullable ListDataPointsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDataPointsRequest,ListDataPointsResponse,DataPoint>
response @org.jspecify.annotations.Nullable com.google.devicesandservices.health.v4.ListDataPointsResponse
Returns
Type Description
DataPointsServiceClient.ListDataPointsPage
Overrides

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

public ApiFuture<DataPointsServiceClient.ListDataPointsPage> createPageAsync(@Nullable PageContext<ListDataPointsRequest,ListDataPointsResponse,DataPoint> context, ApiFuture<ListDataPointsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDataPointsRequest,ListDataPointsResponse,DataPoint>
futureResponse ApiFuture<ListDataPointsResponse>
Returns
Type Description
ApiFuture<ListDataPointsPage>
Overrides