Uses of Class
com.google.cloud.iot.v1.DeviceManagerClient.ListDevicesPage
-
Packages that use DeviceManagerClient.ListDevicesPage Package Description com.google.cloud.iot.v1 A client to Cloud IoT API -
-
Uses of DeviceManagerClient.ListDevicesPage in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return DeviceManagerClient.ListDevicesPage Modifier and Type Method Description protected DeviceManagerClient.ListDevicesPage
DeviceManagerClient.ListDevicesPage. createPage(com.google.api.gax.rpc.PageContext<ListDevicesRequest,ListDevicesResponse,Device> context, ListDevicesResponse response)
Methods in com.google.cloud.iot.v1 that return types with arguments of type DeviceManagerClient.ListDevicesPage Modifier and Type Method Description com.google.api.core.ApiFuture<DeviceManagerClient.ListDevicesPage>
DeviceManagerClient.ListDevicesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDevicesRequest,ListDevicesResponse,Device> context, com.google.api.core.ApiFuture<ListDevicesResponse> futureResponse)
Method parameters in com.google.cloud.iot.v1 with type arguments of type DeviceManagerClient.ListDevicesPage Modifier and Type Method Description protected DeviceManagerClient.ListDevicesFixedSizeCollection
DeviceManagerClient.ListDevicesFixedSizeCollection. createCollection(List<DeviceManagerClient.ListDevicesPage> pages, int collectionSize)
-