Class LinkedDeviceServiceClient.ListLinkedDevicesPage (0.54.0)

public static class LinkedDeviceServiceClient.ListLinkedDevicesPage extends AbstractPage<ListLinkedDevicesRequest,ListLinkedDevicesResponse,LinkedDevice,LinkedDeviceServiceClient.ListLinkedDevicesPage>

Inheritance

java.lang.Object > AbstractPage > LinkedDeviceServiceClient.ListLinkedDevicesPage

Methods

createPage(@Nullable PageContext<ListLinkedDevicesRequest,ListLinkedDevicesResponse,LinkedDevice> context, @Nullable ListLinkedDevicesResponse response)

protected LinkedDeviceServiceClient.ListLinkedDevicesPage createPage(@Nullable PageContext<ListLinkedDevicesRequest,ListLinkedDevicesResponse,LinkedDevice> context, @Nullable ListLinkedDevicesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLinkedDevicesRequest,ListLinkedDevicesResponse,LinkedDevice>
response @org.jspecify.annotations.Nullable com.google.ads.admanager.v1.ListLinkedDevicesResponse
Returns
Type Description
LinkedDeviceServiceClient.ListLinkedDevicesPage
Overrides

createPageAsync(@Nullable PageContext<ListLinkedDevicesRequest,ListLinkedDevicesResponse,LinkedDevice> context, ApiFuture<ListLinkedDevicesResponse> futureResponse)

public ApiFuture<LinkedDeviceServiceClient.ListLinkedDevicesPage> createPageAsync(@Nullable PageContext<ListLinkedDevicesRequest,ListLinkedDevicesResponse,LinkedDevice> context, ApiFuture<ListLinkedDevicesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLinkedDevicesRequest,ListLinkedDevicesResponse,LinkedDevice>
futureResponse ApiFuture<ListLinkedDevicesResponse>
Returns
Type Description
ApiFuture<ListLinkedDevicesPage>
Overrides