Class DeviceManagerClient.ListDevicesPage (2.41.0)

public static class DeviceManagerClient.ListDevicesPage extends AbstractPage<ListDevicesRequest,ListDevicesResponse,Device,DeviceManagerClient.ListDevicesPage>

Inheritance

java.lang.Object > AbstractPage > DeviceManagerClient.ListDevicesPage

Methods

createPage(PageContext<ListDevicesRequest,ListDevicesResponse,Device> context, ListDevicesResponse response)

protected DeviceManagerClient.ListDevicesPage createPage(PageContext<ListDevicesRequest,ListDevicesResponse,Device> context, ListDevicesResponse response)
Parameters
NameDescription
contextPageContext<ListDevicesRequest,ListDevicesResponse,Device>
responseListDevicesResponse
Returns
TypeDescription
DeviceManagerClient.ListDevicesPage
Overrides

createPageAsync(PageContext<ListDevicesRequest,ListDevicesResponse,Device> context, ApiFuture<ListDevicesResponse> futureResponse)

public ApiFuture<DeviceManagerClient.ListDevicesPage> createPageAsync(PageContext<ListDevicesRequest,ListDevicesResponse,Device> context, ApiFuture<ListDevicesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListDevicesRequest,ListDevicesResponse,Device>
futureResponseApiFuture<ListDevicesResponse>
Returns
TypeDescription
ApiFuture<ListDevicesPage>
Overrides