TrustRegistryServiceBase class abstract

Annotations
  • @GrpcServiceName('services.trustregistry.v1.TrustRegistry')

Constructors

TrustRegistryServiceBase()

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
getMember(ServiceCall call, GetMemberRequest request) Future<GetMemberResponse>
getMember_Pre(ServiceCall call, Future<GetMemberRequest> request) Future<GetMemberResponse>
getMemberAuthorizationStatus(ServiceCall call, GetMemberAuthorizationStatusRequest request) Future<GetMemberAuthorizationStatusResponse>
getMemberAuthorizationStatus_Pre(ServiceCall call, Future<GetMemberAuthorizationStatusRequest> request) Future<GetMemberAuthorizationStatusResponse>
listAuthorizedMembers(ServiceCall call, ListAuthorizedMembersRequest request) Future<ListAuthorizedMembersResponse>
listAuthorizedMembers_Pre(ServiceCall call, Future<ListAuthorizedMembersRequest> request) Future<ListAuthorizedMembersResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerMember(ServiceCall call, RegisterMemberRequest request) Future<RegisterMemberResponse>
registerMember_Pre(ServiceCall call, Future<RegisterMemberRequest> request) Future<RegisterMemberResponse>
toString() String
A string representation of this object.
inherited
unregisterMember(ServiceCall call, UnregisterMemberRequest request) Future<UnregisterMemberResponse>
unregisterMember_Pre(ServiceCall call, Future<UnregisterMemberRequest> request) Future<UnregisterMemberResponse>

Operators

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