ConfigGRPCServiceBase class abstract
- Annotations
-
- @GrpcServiceName.new('Spic.ConfigGRPC')
Constructors
Properties
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(
ServiceCall call, ConfigProto_SearchRequest request) → Future< ConfigProto_SearchReply> -
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