DeviceServiceBase class abstract

Constructors

DeviceServiceBase()

Properties

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

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
configureDevice(ServiceCall call, ConfigureDeviceRequest request) Future<ConfigureDeviceResponse>
configureDevice_Pre(ServiceCall call, Future<ConfigureDeviceRequest> request) Future<ConfigureDeviceResponse>
configureJob(ServiceCall call, ConfigureJobRequest request) Future<ConfigureJobResponse>
configureJob_Pre(ServiceCall call, Future<ConfigureJobRequest> request) Future<ConfigureJobResponse>
getCurrentTime(ServiceCall call, GetCurrentTimeRequest request) Future<GetCurrentTimeResponse>
getCurrentTime_Pre(ServiceCall call, Future<GetCurrentTimeRequest> request) Future<GetCurrentTimeResponse>
getDevice(ServiceCall call, GetDeviceRequest request) Future<GetDeviceResponse>
getDevice_Pre(ServiceCall call, Future<GetDeviceRequest> request) Future<GetDeviceResponse>
getDevicePartitions(ServiceCall call, GetDevicePartitionsRequest request) Future<GetDevicePartitionsResponse>
getDevicePartitions_Pre(ServiceCall call, Future<GetDevicePartitionsRequest> request) Future<GetDevicePartitionsResponse>
installJob(ServiceCall call, InstallJobRequest request) Future<InstallJobResponse>
installJob_Pre(ServiceCall call, Future<InstallJobRequest> request) Future<InstallJobResponse>
listDevices(ServiceCall call, ListDevicesRequest request) Future<ListDevicesResponse>
listDevices_Pre(ServiceCall call, Future<ListDevicesRequest> request) Future<ListDevicesResponse>
listJobs(ServiceCall call, ListJobsRequest request) Future<ListJobsResponse>
listJobs_Pre(ServiceCall call, Future<ListJobsRequest> request) Future<ListJobsResponse>
lookupDevices(ServiceCall call, LookupDevicesRequest request) Future<LookupDevicesResponse>
lookupDevices_Pre(ServiceCall call, Future<LookupDevicesRequest> request) Future<LookupDevicesResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readDeviceEvents(ServiceCall call, ReadDeviceEventsRequest request) Future<ReadDeviceEventsResponse>
readDeviceEvents_Pre(ServiceCall call, Future<ReadDeviceEventsRequest> request) Future<ReadDeviceEventsResponse>
readDeviceLogs(ServiceCall call, ReadDeviceLogsRequest request) Future<ReadDeviceLogsResponse>
readDeviceLogs_Pre(ServiceCall call, Future<ReadDeviceLogsRequest> request) Future<ReadDeviceLogsResponse>
rebootDevice(ServiceCall call, RebootDeviceRequest request) Future<RebootDeviceResponse>
rebootDevice_Pre(ServiceCall call, Future<RebootDeviceRequest> request) Future<RebootDeviceResponse>
toString() String
A string representation of this object.
inherited
unclaimDevice(ServiceCall call, UnclaimDeviceRequest request) Future<UnclaimDeviceResponse>
unclaimDevice_Pre(ServiceCall call, Future<UnclaimDeviceRequest> request) Future<UnclaimDeviceResponse>
watchDeviceChanges(ServiceCall call, WatchDeviceChangesRequest request) Stream<WatchDeviceChangesResponse>
watchDeviceChanges_Pre(ServiceCall call, Future<WatchDeviceChangesRequest> request) Stream<WatchDeviceChangesResponse>
watchJobChanges(ServiceCall call, WatchJobChangesRequest request) Stream<WatchJobChangesResponse>
watchJobChanges_Pre(ServiceCall call, Future<WatchJobChangesRequest> request) Stream<WatchJobChangesResponse>
watchSessionChanges(ServiceCall call, WatchSessionChangesRequest request) Stream<WatchSessionChangesResponse>
watchSessionChanges_Pre(ServiceCall call, Future<WatchSessionChangesRequest> request) Stream<WatchSessionChangesResponse>

Operators

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