GatewayManagerServiceBase class
abstract
- Annotations
-
- @GrpcServiceName('pb.GatewayManager')
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
-
addGateway(ServiceCall call, GatewayInfo request)
→ Future<OperationResponse>
-
-
addGateway_Pre(ServiceCall call, Future<GatewayInfo> request)
→ Future<OperationResponse>
-
-
delGateway(ServiceCall call, GatewayInfo request)
→ Future<OperationResponse>
-
-
delGateway_Pre(ServiceCall call, Future<GatewayInfo> request)
→ Future<OperationResponse>
-
-
generateOneGatewayWithDefaultServer(ServiceCall call, Empty request)
→ Future<GatewayInfo>
-
-
generateOneGatewayWithDefaultServer_Pre(ServiceCall call, Future<Empty> request)
→ Future<GatewayInfo>
-
-
generateOneGatewayWithServerUuid(ServiceCall call, StringValue request)
→ Future<GatewayInfo>
-
-
generateOneGatewayWithServerUuid_Pre(ServiceCall call, Future<StringValue> request)
→ Future<GatewayInfo>
-
-
getAllGateway(ServiceCall call, Empty request)
→ Future<GatewayInfoList>
-
-
getAllGateway_Pre(ServiceCall call, Future<Empty> request)
→ Future<GatewayInfoList>
-
-
getGatewayJwtByGatewayUuid(ServiceCall call, StringValue request)
→ Future<StringValue>
-
-
getGatewayJwtByGatewayUuid_Pre(ServiceCall call, Future<StringValue> request)
→ Future<StringValue>
-
-
getOpenIoTHubJwtByGatewayUuid(ServiceCall call, StringValue request)
→ Future<StringValue>
-
-
getOpenIoTHubJwtByGatewayUuid_Pre(ServiceCall call, Future<StringValue> request)
→ Future<StringValue>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
queryGateway(ServiceCall call, GatewayInfo request)
→ Future<GatewayInfo>
-
-
queryGateway_Pre(ServiceCall call, Future<GatewayInfo> request)
→ Future<GatewayInfo>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateGateway(ServiceCall call, GatewayInfo request)
→ Future<OperationResponse>
-
-
updateGateway_Pre(ServiceCall call, Future<GatewayInfo> request)
→ Future<OperationResponse>
-
-
updateGatewayNameAndDescription(ServiceCall call, GatewayInfo request)
→ Future<OperationResponse>
-
-
updateGatewayNameAndDescription_Pre(ServiceCall call, Future<GatewayInfo> request)
→ Future<OperationResponse>
-