ClientGRPCServiceBase class abstract

Annotations
  • @GrpcServiceName('Platform.ClientGRPC')

Constructors

ClientGRPCServiceBase.new()

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, ClientProto_CreateRequest request) Future<ClientProto>
create_Pre(ServiceCall $call, Future<ClientProto_CreateRequest> $request) Future<ClientProto>
delete(ServiceCall call, ClientProto_DeleteRequest request) Future<ClientProto_DeleteReply>
delete_Pre(ServiceCall $call, Future<ClientProto_DeleteRequest> $request) Future<ClientProto_DeleteReply>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieve(ServiceCall call, ClientProto_RetrieveRequest request) Future<ClientProto>
retrieve_Pre(ServiceCall $call, Future<ClientProto_RetrieveRequest> $request) Future<ClientProto>
retrieveForAccount(ServiceCall call, ClientProto_RetrieveForAccountRequest request) Future<ClientProto_RetrieveForAccountReply>
retrieveForAccount_Pre(ServiceCall $call, Future<ClientProto_RetrieveForAccountRequest> $request) Future<ClientProto_RetrieveForAccountReply>
search_Pre(ServiceCall $call, Future<ClientProto_SearchRequest> $request) Future<ClientProto_SearchReply>
toString() String
A string representation of this object.
inherited
update(ServiceCall call, ClientProto_UpdateRequest request) Future<ClientProto>
update_Pre(ServiceCall $call, Future<ClientProto_UpdateRequest> $request) Future<ClientProto>

Operators

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