ClusterAccountGRPCServiceBase class abstract

Annotations
  • @GrpcServiceName('Auth.ClusterAccountGRPC')

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
activateAccount(ServiceCall call, AccountProto_ActivateAccountRequest request) Future<AccountProto>
activateAccount_Pre(ServiceCall $call, Future<AccountProto_ActivateAccountRequest> $request) Future<AccountProto>
changePassword(ServiceCall call, AccountProto_ChangePasswordRequest request) Future<AccountProto_ChangePasswordReply>
changePassword_Pre(ServiceCall $call, Future<AccountProto_ChangePasswordRequest> $request) Future<AccountProto_ChangePasswordReply>
delete(ServiceCall call, AccountProto_DeleteRequest request) Future<AccountProto_DeleteReply>
delete_Pre(ServiceCall $call, Future<AccountProto_DeleteRequest> $request) Future<AccountProto_DeleteReply>
deleteAccountClusterRole(ServiceCall call, AccountProto_AccountClusterRoleRequest request) Future<Empty>
deleteAccountClusterRole_Pre(ServiceCall $call, Future<AccountProto_AccountClusterRoleRequest> $request) Future<Empty>
forgotPassword(ServiceCall call, AccountProto_ForgotPasswordRequest request) Future<AccountProto_ChangePasswordReply>
forgotPassword_Pre(ServiceCall $call, Future<AccountProto_ForgotPasswordRequest> $request) Future<AccountProto_ChangePasswordReply>
inviteAdminUser(ServiceCall call, AccountProto_CreateAdminRequest request) Future<AccountProto>
inviteAdminUser_Pre(ServiceCall $call, Future<AccountProto_CreateAdminRequest> $request) Future<AccountProto>
inviteAppUser(ServiceCall call, AccountProto_CreateAppRequest request) Future<AccountProto>
inviteAppUser_Pre(ServiceCall $call, Future<AccountProto_CreateAppRequest> $request) Future<AccountProto>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resendAdminUserInvitation(ServiceCall call, AccountProto_ResendInvitationRequest request) Future<Empty>
resendAdminUserInvitation_Pre(ServiceCall $call, Future<AccountProto_ResendInvitationRequest> $request) Future<Empty>
retrieve(ServiceCall call, AccountProto_RetrieveRequest request) Future<AccountProto>
retrieve_Pre(ServiceCall $call, Future<AccountProto_RetrieveRequest> $request) Future<AccountProto>
retrieveActivationStatuses(ServiceCall call, AccountProto_RetrieveAccountActivationStatusesRequest request) Future<AccountProto_RetrieveAccountActivationStatusesReply>
retrieveActivationStatuses_Pre(ServiceCall $call, Future<AccountProto_RetrieveAccountActivationStatusesRequest> $request) Future<AccountProto_RetrieveAccountActivationStatusesReply>
retrievePushInfo(ServiceCall call, AccountProto_RetrievePushInfoRequest request) Future<AccountProto_RetrievePushInfoReply>
retrievePushInfo_Pre(ServiceCall $call, Future<AccountProto_RetrievePushInfoRequest> $request) Future<AccountProto_RetrievePushInfoReply>
searchAdmin(ServiceCall call, AccountProto_SearchRequest request) Future<AccountProto_SearchReply>
searchAdmin_Pre(ServiceCall $call, Future<AccountProto_SearchRequest> $request) Future<AccountProto_SearchReply>
searchApp(ServiceCall call, AccountProto_SearchRequest request) Future<AccountProto_SearchReply>
searchApp_Pre(ServiceCall $call, Future<AccountProto_SearchRequest> $request) Future<AccountProto_SearchReply>
setAccountClusterRole(ServiceCall call, AccountProto_AccountClusterRoleRequest request) Future<Empty>
setAccountClusterRole_Pre(ServiceCall $call, Future<AccountProto_AccountClusterRoleRequest> $request) Future<Empty>
setAccountScope(ServiceCall call, AccountProto_SetAccountScopeRequest request) Future<AccountProto_SetAccountScopeReply>
setAccountScope_Pre(ServiceCall $call, Future<AccountProto_SetAccountScopeRequest> $request) Future<AccountProto_SetAccountScopeReply>
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