ServerManagerServiceBase class abstract

Annotations
  • @GrpcServiceName('pb.ServerManager')

Constructors

ServerManagerServiceBase()

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
addServer(ServiceCall call, ServerInfo request) Future<OperationResponse>
addServer_Pre(ServiceCall call, Future<ServerInfo> request) Future<OperationResponse>
delServer(ServiceCall call, ServerInfo request) Future<OperationResponse>
delServer_Pre(ServiceCall call, Future<ServerInfo> request) Future<OperationResponse>
getAllMyServers(ServiceCall call, Empty request) Future<ServerInfoList>
getAllMyServers_Pre(ServiceCall call, Future<Empty> request) Future<ServerInfoList>
getAllMySharedServers(ServiceCall call, Empty request) Future<ServerInfoList>
getAllMySharedServers_Pre(ServiceCall call, Future<Empty> request) Future<ServerInfoList>
getAllServer(ServiceCall call, Empty request) Future<ServerInfoList>
getAllServer_Pre(ServiceCall call, Future<Empty> request) Future<ServerInfoList>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryServer(ServiceCall call, StringValue request) Future<ServerInfoList>
queryServer_Pre(ServiceCall call, Future<StringValue> request) Future<ServerInfoList>
toString() String
A string representation of this object.
inherited
updateServer(ServiceCall call, ServerInfo request) Future<OperationResponse>
updateServer_Pre(ServiceCall call, Future<ServerInfo> request) Future<OperationResponse>

Operators

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