- Annotations
-
- @GrpcServiceName('Spic.CabinetGRPC')
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
-
canOpen(ServiceCall call, CabinetProto_OpenRequest_CanOpenRequest request)
→ Future<CabinetProto_OpenRequest_CanOpenReply>
-
-
canOpen_Pre(ServiceCall $call, Future<CabinetProto_OpenRequest_CanOpenRequest> $request)
→ Future<CabinetProto_OpenRequest_CanOpenReply>
-
-
create(ServiceCall call, CabinetProto_CreateRequest request)
→ Future<CabinetProto>
-
-
create_Pre(ServiceCall $call, Future<CabinetProto_CreateRequest> $request)
→ Future<CabinetProto>
-
-
createOpenRequest(ServiceCall call, CabinetProto_OpenRequest_CreateRequest request)
→ Future<CabinetProto_OpenRequest>
-
-
createOpenRequest_Pre(ServiceCall $call, Future<CabinetProto_OpenRequest_CreateRequest> $request)
→ Future<CabinetProto_OpenRequest>
-
-
deactivateOpenRequest(ServiceCall call, CabinetProto_OpenRequest_DeactivateRequest request)
→ Future<CabinetProto_OpenRequest>
-
-
deactivateOpenRequest_Pre(ServiceCall $call, Future<CabinetProto_OpenRequest_DeactivateRequest> $request)
→ Future<CabinetProto_OpenRequest>
-
-
delete(ServiceCall call, CabinetProto_DeleteRequest request)
→ Future<CabinetProto_DeleteReply>
-
-
delete_Pre(ServiceCall $call, Future<CabinetProto_DeleteRequest> $request)
→ Future<CabinetProto_DeleteReply>
-
-
locationSearch(ServiceCall call, CabinetProto_LocationSearchRequest request)
→ Future<CabinetProto_LocationSearchReply>
-
-
locationSearch_Pre(ServiceCall $call, Future<CabinetProto_LocationSearchRequest> $request)
→ Future<CabinetProto_LocationSearchReply>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
retrieve(ServiceCall call, CabinetProto_RetrieveRequest request)
→ Future<CabinetWithLocation>
-
-
retrieve_Pre(ServiceCall $call, Future<CabinetProto_RetrieveRequest> $request)
→ Future<CabinetWithLocation>
-
-
retrieveImage(ServiceCall call, CabinetProto_Image_RetrieveRequest request)
→ Future<CabinetProto_Image_RetrieveReply>
-
-
retrieveImage_Pre(ServiceCall $call, Future<CabinetProto_Image_RetrieveRequest> $request)
→ Future<CabinetProto_Image_RetrieveReply>
-
-
search(ServiceCall call, CabinetProto_SearchRequest request)
→ Future<CabinetProto_SearchReply>
-
-
search_Pre(ServiceCall $call, Future<CabinetProto_SearchRequest> $request)
→ Future<CabinetProto_SearchReply>
-
-
searchEvents(ServiceCall call, CabinetProto_Event_SearchRequest request)
→ Future<CabinetProto_Event_SearchReply>
-
-
searchEvents_Pre(ServiceCall $call, Future<CabinetProto_Event_SearchRequest> $request)
→ Future<CabinetProto_Event_SearchReply>
-
-
searchOpenRequests(ServiceCall call, CabinetProto_OpenRequest_SearchRequest request)
→ Future<CabinetProto_OpenRequest_SearchReply>
-
-
searchOpenRequests_Pre(ServiceCall $call, Future<CabinetProto_OpenRequest_SearchRequest> $request)
→ Future<CabinetProto_OpenRequest_SearchReply>
-
-
searchStates(ServiceCall call, CabinetProto_State_SearchRequest request)
→ Future<CabinetProto_State_SearchReply>
-
-
searchStates_Pre(ServiceCall $call, Future<CabinetProto_State_SearchRequest> $request)
→ Future<CabinetProto_State_SearchReply>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(ServiceCall call, CabinetProto_UpdateRequest request)
→ Future<CabinetProto>
-
-
update_Pre(ServiceCall $call, Future<CabinetProto_UpdateRequest> $request)
→ Future<CabinetProto>
-