Uses of Class
com.google.cloud.iot.v1.DeviceManagerClient.ListDevicesPagedResponse
-
Packages that use DeviceManagerClient.ListDevicesPagedResponse Package Description com.google.cloud.iot.v1 A client to Cloud IoT APIcom.google.cloud.iot.v1.stub -
-
Uses of DeviceManagerClient.ListDevicesPagedResponse in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return DeviceManagerClient.ListDevicesPagedResponse Modifier and Type Method Description DeviceManagerClient.ListDevicesPagedResponse
DeviceManagerClient. listDevices(ListDevicesRequest request)
List devices in a device registry.DeviceManagerClient.ListDevicesPagedResponse
DeviceManagerClient. listDevices(RegistryName parent)
List devices in a device registry.DeviceManagerClient.ListDevicesPagedResponse
DeviceManagerClient. listDevices(String parent)
List devices in a device registry.Methods in com.google.cloud.iot.v1 that return types with arguments of type DeviceManagerClient.ListDevicesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DeviceManagerClient.ListDevicesPagedResponse>
DeviceManagerClient.ListDevicesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDevicesRequest,ListDevicesResponse,Device> context, com.google.api.core.ApiFuture<ListDevicesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListDevicesRequest,DeviceManagerClient.ListDevicesPagedResponse>
DeviceManagerClient. listDevicesPagedCallable()
List devices in a device registry.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDevicesRequest,ListDevicesResponse,DeviceManagerClient.ListDevicesPagedResponse>
DeviceManagerSettings.Builder. listDevicesSettings()
Returns the builder for the settings used for calls to listDevices.com.google.api.gax.rpc.PagedCallSettings<ListDevicesRequest,ListDevicesResponse,DeviceManagerClient.ListDevicesPagedResponse>
DeviceManagerSettings. listDevicesSettings()
Returns the object with the settings used for calls to listDevices. -
Uses of DeviceManagerClient.ListDevicesPagedResponse in com.google.cloud.iot.v1.stub
Methods in com.google.cloud.iot.v1.stub that return types with arguments of type DeviceManagerClient.ListDevicesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDevicesRequest,DeviceManagerClient.ListDevicesPagedResponse>
DeviceManagerStub. listDevicesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDevicesRequest,DeviceManagerClient.ListDevicesPagedResponse>
GrpcDeviceManagerStub. listDevicesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDevicesRequest,DeviceManagerClient.ListDevicesPagedResponse>
HttpJsonDeviceManagerStub. listDevicesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDevicesRequest,ListDevicesResponse,DeviceManagerClient.ListDevicesPagedResponse>
DeviceManagerStubSettings.Builder. listDevicesSettings()
Returns the builder for the settings used for calls to listDevices.com.google.api.gax.rpc.PagedCallSettings<ListDevicesRequest,ListDevicesResponse,DeviceManagerClient.ListDevicesPagedResponse>
DeviceManagerStubSettings. listDevicesSettings()
Returns the object with the settings used for calls to listDevices.
-