Class HealthProfileServiceClient.ListPairedDevicesPage (0.4.0)

public static class HealthProfileServiceClient.ListPairedDevicesPage extends AbstractPage<ListPairedDevicesRequest,ListPairedDevicesResponse,PairedDevice,HealthProfileServiceClient.ListPairedDevicesPage>

Inheritance

java.lang.Object > AbstractPage > HealthProfileServiceClient.ListPairedDevicesPage

Methods

createPage(@Nullable PageContext<ListPairedDevicesRequest,ListPairedDevicesResponse,PairedDevice> context, @Nullable ListPairedDevicesResponse response)

protected HealthProfileServiceClient.ListPairedDevicesPage createPage(@Nullable PageContext<ListPairedDevicesRequest,ListPairedDevicesResponse,PairedDevice> context, @Nullable ListPairedDevicesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPairedDevicesRequest,ListPairedDevicesResponse,PairedDevice>
response @org.jspecify.annotations.Nullable com.google.devicesandservices.health.v4.ListPairedDevicesResponse
Returns
Type Description
HealthProfileServiceClient.ListPairedDevicesPage
Overrides

createPageAsync(@Nullable PageContext<ListPairedDevicesRequest,ListPairedDevicesResponse,PairedDevice> context, ApiFuture<ListPairedDevicesResponse> futureResponse)

public ApiFuture<HealthProfileServiceClient.ListPairedDevicesPage> createPageAsync(@Nullable PageContext<ListPairedDevicesRequest,ListPairedDevicesResponse,PairedDevice> context, ApiFuture<ListPairedDevicesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPairedDevicesRequest,ListPairedDevicesResponse,PairedDevice>
futureResponse ApiFuture<ListPairedDevicesResponse>
Returns
Type Description
ApiFuture<ListPairedDevicesPage>
Overrides