ActivityLogGRPCServiceBase class abstract
- Annotations
-
- @GrpcServiceName('Platform.ActivityLogGRPC')
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
create(
ServiceCall call, ActivityLogProto_CreateRequest request) → Future< ActivityLogProto> -
create_Pre(
ServiceCall $call, Future< ActivityLogProto_CreateRequest> $request) → Future<ActivityLogProto> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
search(
ServiceCall call, ActivityLogProto_SearchRequest request) → Future< ActivityLogProto_SearchReply> -
search_Pre(
ServiceCall $call, Future< ActivityLogProto_SearchRequest> $request) → Future<ActivityLogProto_SearchReply> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited