DeviceServiceClient class

Constructors

DeviceServiceClient(ClientChannel channel, {CallOptions? options, Iterable<ClientInterceptor>? interceptors})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$createCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) → ClientCall<Q, R>
inherited
$createStreamingCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) → ResponseStream<R>
inherited
$createUnaryCall<Q, R>(ClientMethod<Q, R> method, Q request, {CallOptions? options}) → ResponseFuture<R>
inherited
configureDevice(ConfigureDeviceRequest request, {CallOptions? options}) → ResponseFuture<ConfigureDeviceResponse>
configureJob(ConfigureJobRequest request, {CallOptions? options}) → ResponseFuture<ConfigureJobResponse>
getCurrentTime(GetCurrentTimeRequest request, {CallOptions? options}) → ResponseFuture<GetCurrentTimeResponse>
getDevice(GetDeviceRequest request, {CallOptions? options}) → ResponseFuture<GetDeviceResponse>
getDevicePartitions(GetDevicePartitionsRequest request, {CallOptions? options}) → ResponseFuture<GetDevicePartitionsResponse>
installJob(InstallJobRequest request, {CallOptions? options}) → ResponseFuture<InstallJobResponse>
listDevices(ListDevicesRequest request, {CallOptions? options}) → ResponseFuture<ListDevicesResponse>
listJobs(ListJobsRequest request, {CallOptions? options}) → ResponseFuture<ListJobsResponse>
lookupDevices(LookupDevicesRequest request, {CallOptions? options}) → ResponseFuture<LookupDevicesResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readDeviceEvents(ReadDeviceEventsRequest request, {CallOptions? options}) → ResponseFuture<ReadDeviceEventsResponse>
readDeviceLogs(ReadDeviceLogsRequest request, {CallOptions? options}) → ResponseFuture<ReadDeviceLogsResponse>
rebootDevice(RebootDeviceRequest request, {CallOptions? options}) → ResponseFuture<RebootDeviceResponse>
toString() String
A string representation of this object.
inherited
unclaimDevice(UnclaimDeviceRequest request, {CallOptions? options}) → ResponseFuture<UnclaimDeviceResponse>
watchDeviceChanges(WatchDeviceChangesRequest request, {CallOptions? options}) → ResponseStream<WatchDeviceChangesResponse>
watchJobChanges(WatchJobChangesRequest request, {CallOptions? options}) → ResponseStream<WatchJobChangesResponse>
watchSessionChanges(WatchSessionChangesRequest request, {CallOptions? options}) → ResponseStream<WatchSessionChangesResponse>

Operators

operator ==(Object other) bool
The equality operator.
inherited