Class MobileDeviceServiceClient.ListMobileDevicesPage (0.54.0)

public static class MobileDeviceServiceClient.ListMobileDevicesPage extends AbstractPage<ListMobileDevicesRequest,ListMobileDevicesResponse,MobileDevice,MobileDeviceServiceClient.ListMobileDevicesPage>

Inheritance

java.lang.Object > AbstractPage > MobileDeviceServiceClient.ListMobileDevicesPage

Methods

createPage(@Nullable PageContext<ListMobileDevicesRequest,ListMobileDevicesResponse,MobileDevice> context, @Nullable ListMobileDevicesResponse response)

protected MobileDeviceServiceClient.ListMobileDevicesPage createPage(@Nullable PageContext<ListMobileDevicesRequest,ListMobileDevicesResponse,MobileDevice> context, @Nullable ListMobileDevicesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMobileDevicesRequest,ListMobileDevicesResponse,MobileDevice>
response @org.jspecify.annotations.Nullable com.google.ads.admanager.v1.ListMobileDevicesResponse
Returns
Type Description
MobileDeviceServiceClient.ListMobileDevicesPage
Overrides

createPageAsync(@Nullable PageContext<ListMobileDevicesRequest,ListMobileDevicesResponse,MobileDevice> context, ApiFuture<ListMobileDevicesResponse> futureResponse)

public ApiFuture<MobileDeviceServiceClient.ListMobileDevicesPage> createPageAsync(@Nullable PageContext<ListMobileDevicesRequest,ListMobileDevicesResponse,MobileDevice> context, ApiFuture<ListMobileDevicesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMobileDevicesRequest,ListMobileDevicesResponse,MobileDevice>
futureResponse ApiFuture<ListMobileDevicesResponse>
Returns
Type Description
ApiFuture<ListMobileDevicesPage>
Overrides