SuperAdminAccountGRPCServiceBase class abstract

Annotations
  • @GrpcServiceName('Auth.SuperAdminAccountGRPC')

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
createUser(ServiceCall call, AccountProto_CreateAdminRequest request) Future<AccountProto>
createUser_Pre(ServiceCall $call, Future<AccountProto_CreateAdminRequest> $request) Future<AccountProto>
delete(ServiceCall call, AccountProto_DeleteRequest request) Future<AccountProto_DeleteReply>
delete_Pre(ServiceCall $call, Future<AccountProto_DeleteRequest> $request) Future<AccountProto_DeleteReply>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieve(ServiceCall call, AccountProto_RetrieveRequest request) Future<AccountProto>
retrieve_Pre(ServiceCall $call, Future<AccountProto_RetrieveRequest> $request) Future<AccountProto>
search_Pre(ServiceCall $call, Future<AccountProto_SearchRequest> $request) Future<AccountProto_SearchReply>
setAccountScope(ServiceCall call, AccountProto_SetSuperAccountScopeRequest request) Future<AccountProto_SetAccountScopeReply>
setAccountScope_Pre(ServiceCall $call, Future<AccountProto_SetSuperAccountScopeRequest> $request) Future<AccountProto_SetAccountScopeReply>
setPassword(ServiceCall call, AccountProto_ChangePasswordRequest request) Future<AccountProto_ChangePasswordReply>
setPassword_Pre(ServiceCall $call, Future<AccountProto_ChangePasswordRequest> $request) Future<AccountProto_ChangePasswordReply>
toString() String
A string representation of this object.
inherited
update(ServiceCall call, AccountProto_UpdateRequest request) Future<AccountProto>
update_Pre(ServiceCall $call, Future<AccountProto_UpdateRequest> $request) Future<AccountProto>

Operators

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