LocalAccountInternalGRPCServiceBase class abstract

Annotations
  • @GrpcServiceName.new('Platform.LocalAccountInternalGRPC')

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
addClient(ServiceCall call, LocalAccountExtendedProto_AddClientRequest request) Future<Empty>
addClient_Pre(ServiceCall $call, Future<LocalAccountExtendedProto_AddClientRequest> $request) Future<Empty>
delete(ServiceCall call, LocalAccountExtendedProto_DeleteRequest request) Future<Empty>
delete_Pre(ServiceCall $call, Future<LocalAccountExtendedProto_DeleteRequest> $request) Future<Empty>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeClient(ServiceCall call, LocalAccountExtendedProto_RemoveClientRequest request) Future<Empty>
removeClient_Pre(ServiceCall $call, Future<LocalAccountExtendedProto_RemoveClientRequest> $request) Future<Empty>
retrieve(ServiceCall call, LocalAccountExtendedProto_RetrieveRequest request) Future<LocalAccountExtendedProto>
retrieve_Pre(ServiceCall $call, Future<LocalAccountExtendedProto_RetrieveRequest> $request) Future<LocalAccountExtendedProto>
toString() String
A string representation of this object.
inherited

Operators

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