- Inheritance
-
- Object
- GeneratedService
- SDKServerServiceBase
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
-
allocate(ServerContext ctx, Empty request)
→ Future<Empty>
-
-
createRequest(String method)
→ GeneratedMessage
-
Creates a message object that can deserialize a request.
override
-
getGameServer(ServerContext ctx, Empty request)
→ Future<GameServer>
-
-
handleCall(ServerContext ctx, String method, GeneratedMessage request)
→ Future<GeneratedMessage>
-
Dispatches the call. The request object should come from createRequest.
override
-
health(ServerContext ctx, Empty request)
→ Future<Empty>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
ready(ServerContext ctx, Empty request)
→ Future<Empty>
-
-
reserve(ServerContext ctx, Duration request)
→ Future<Empty>
-
-
setAnnotation(ServerContext ctx, KeyValue request)
→ Future<Empty>
-
-
setLabel(ServerContext ctx, KeyValue request)
→ Future<Empty>
-
-
shutdown(ServerContext ctx, Empty request)
→ Future<Empty>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
watchGameServer(ServerContext ctx, Empty request)
→ Future<GameServer>
-