ClusterGRPCServiceBase class abstract

Annotations
  • @GrpcServiceName('Auth.ClusterGRPC')

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
create(ServiceCall call, ClusterProto_CreateRequest request) Future<ClusterProto>
create_Pre(ServiceCall $call, Future<ClusterProto_CreateRequest> $request) Future<ClusterProto>
delete(ServiceCall call, ClusterProto_DeleteRequest request) Future<ClusterProto_DeleteReply>
delete_Pre(ServiceCall $call, Future<ClusterProto_DeleteRequest> $request) Future<ClusterProto_DeleteReply>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieve(ServiceCall call, ClusterProto_RetrieveRequest request) Future<ClusterProto>
retrieve_Pre(ServiceCall $call, Future<ClusterProto_RetrieveRequest> $request) Future<ClusterProto>
search_Pre(ServiceCall $call, Future<ClusterProto_SearchRequest> $request) Future<ClusterProto_SearchReply>
toString() String
A string representation of this object.
inherited
update(ServiceCall call, ClusterProto_UpdateRequest request) Future<ClusterProto>
update_Pre(ServiceCall $call, Future<ClusterProto_UpdateRequest> $request) Future<ClusterProto>

Operators

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