ClusterGRPCServiceBase class abstract
- Annotations
-
- @GrpcServiceName.new('Auth.ClusterGRPC')
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
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(
ServiceCall call, ClusterProto_SearchRequest request) → Future< ClusterProto_SearchReply> -
search_Pre(
ServiceCall $call, Future< ClusterProto_SearchRequest> $request) → Future<ClusterProto_SearchReply> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited