UtilsServiceBase class abstract

Annotations
  • @GrpcServiceName('pb.Utils')

Constructors

UtilsServiceBase()

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
convertOctonaryUtf8(ServiceCall call, StringValue request) Future<StringValue>
convertOctonaryUtf8_Pre(ServiceCall call, Future<StringValue> request) Future<StringValue>
getAllConfig(ServiceCall call, Empty request) Future<StringValue>
getAllConfig_Pre(ServiceCall call, Future<Empty> request) Future<StringValue>
getAllmDNSServiceList(ServiceCall call, Empty request) Future<MDNSServiceList>
getAllmDNSServiceList_Pre(ServiceCall call, Future<Empty> request) Future<MDNSServiceList>
getmDNSServiceListByType(ServiceCall call, StringValue request) Future<MDNSServiceList>
getmDNSServiceListByType_Pre(ServiceCall call, Future<StringValue> request) Future<MDNSServiceList>
getTokenModel(ServiceCall call, StringValue request) Future<TokenModel>
getTokenModel_Pre(ServiceCall call, Future<StringValue> request) Future<TokenModel>
loadAllConfig(ServiceCall call, StringValue request) Future<Empty>
loadAllConfig_Pre(ServiceCall call, Future<StringValue> request) Future<Empty>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
syncConfigWithToken(ServiceCall call, IoTManagerServerAndToken request) Future<OpenIoTHubOperationResponse>
syncConfigWithToken_Pre(ServiceCall call, Future<IoTManagerServerAndToken> request) Future<OpenIoTHubOperationResponse>
toString() String
A string representation of this object.
inherited

Operators

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