ConfigGRPCServiceBase class abstract

Annotations
  • @GrpcServiceName.new('Spic.ConfigGRPC')

Constructors

ConfigGRPCServiceBase()

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, ConfigProto_CreateRequest request) Future<ConfigProto>
create_Pre(ServiceCall $call, Future<ConfigProto_CreateRequest> $request) Future<ConfigProto>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieve(ServiceCall call, ConfigProto_RetrieveRequest request) Future<ConfigProto>
retrieve_Pre(ServiceCall $call, Future<ConfigProto_RetrieveRequest> $request) Future<ConfigProto>
search_Pre(ServiceCall $call, Future<ConfigProto_SearchRequest> $request) Future<ConfigProto_SearchReply>
toString() String
A string representation of this object.
inherited
update(ServiceCall call, ConfigProto_UpdateRequest request) Future<ConfigProto>
update_Pre(ServiceCall $call, Future<ConfigProto_UpdateRequest> $request) Future<ConfigProto>

Operators

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