Package com.google.cloud.iot.v1
Class DeviceManagerClient.ListDevicesPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListDevicesRequest,ListDevicesResponse,Device,DeviceManagerClient.ListDevicesPage>
-
- com.google.cloud.iot.v1.DeviceManagerClient.ListDevicesPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Device>
,com.google.api.gax.paging.Page<Device>
- Enclosing class:
- DeviceManagerClient
public static class DeviceManagerClient.ListDevicesPage extends com.google.api.gax.paging.AbstractPage<ListDevicesRequest,ListDevicesResponse,Device,DeviceManagerClient.ListDevicesPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DeviceManagerClient.ListDevicesPage
createPage(com.google.api.gax.rpc.PageContext<ListDevicesRequest,ListDevicesResponse,Device> context, ListDevicesResponse response)
com.google.api.core.ApiFuture<DeviceManagerClient.ListDevicesPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListDevicesRequest,ListDevicesResponse,Device> context, com.google.api.core.ApiFuture<ListDevicesResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected DeviceManagerClient.ListDevicesPage createPage(com.google.api.gax.rpc.PageContext<ListDevicesRequest,ListDevicesResponse,Device> context, ListDevicesResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListDevicesRequest,ListDevicesResponse,Device,DeviceManagerClient.ListDevicesPage>
-
createPageAsync
public com.google.api.core.ApiFuture<DeviceManagerClient.ListDevicesPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListDevicesRequest,ListDevicesResponse,Device> context, com.google.api.core.ApiFuture<ListDevicesResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListDevicesRequest,ListDevicesResponse,Device,DeviceManagerClient.ListDevicesPage>
-
-