SDKClientServiceBase class abstract

Constructors

SDKClientServiceBase()

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
allocate(ServiceCall call, Empty request) Future<Empty>
allocate_Pre(ServiceCall call, Future<Empty> request) Future<Empty>
getGameServer(ServiceCall call, Empty request) Future<GameServer>
getGameServer_Pre(ServiceCall call, Future<Empty> request) Future<GameServer>
health(ServiceCall call, Stream<Empty> request) Future<Empty>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ready(ServiceCall call, Empty request) Future<Empty>
ready_Pre(ServiceCall call, Future<Empty> request) Future<Empty>
reserve(ServiceCall call, Duration request) Future<Empty>
reserve_Pre(ServiceCall call, Future<Duration> request) Future<Empty>
setAnnotation(ServiceCall call, KeyValue request) Future<Empty>
setAnnotation_Pre(ServiceCall call, Future<KeyValue> request) Future<Empty>
setLabel(ServiceCall call, KeyValue request) Future<Empty>
setLabel_Pre(ServiceCall call, Future<KeyValue> request) Future<Empty>
shutdown(ServiceCall call, Empty request) Future<Empty>
shutdown_Pre(ServiceCall call, Future<Empty> request) Future<Empty>
toString() String
A string representation of this object.
inherited
watchGameServer(ServiceCall call, Empty request) Stream<GameServer>
watchGameServer_Pre(ServiceCall call, Future<Empty> request) Stream<GameServer>

Operators

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