CabinetGRPCClient class
- Annotations
-
- @GrpcServiceName('Spic.CabinetGRPC')
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$createCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options})
→ ClientCall<Q, R>
-
inherited
-
$createStreamingCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options})
→ ResponseStream<R>
-
inherited
-
$createUnaryCall<Q, R>(ClientMethod<Q, R> method, Q request, {CallOptions? options})
→ ResponseFuture<R>
-
inherited
-
canOpen(CabinetProto_OpenRequest_CanOpenRequest request, {CallOptions? options})
→ ResponseFuture<CabinetProto_OpenRequest_CanOpenReply>
-
-
create(CabinetProto_CreateRequest request, {CallOptions? options})
→ ResponseFuture<CabinetProto>
-
-
createOpenRequest(CabinetProto_OpenRequest_CreateRequest request, {CallOptions? options})
→ ResponseFuture<CabinetProto_OpenRequest>
-
-
deactivateOpenRequest(CabinetProto_OpenRequest_DeactivateRequest request, {CallOptions? options})
→ ResponseFuture<CabinetProto_OpenRequest>
-
-
delete(CabinetProto_DeleteRequest request, {CallOptions? options})
→ ResponseFuture<CabinetProto_DeleteReply>
-
-
locationSearch(CabinetProto_LocationSearchRequest request, {CallOptions? options})
→ ResponseFuture<CabinetProto_LocationSearchReply>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
retrieve(CabinetProto_RetrieveRequest request, {CallOptions? options})
→ ResponseFuture<CabinetWithLocation>
-
-
retrieveImage(CabinetProto_Image_RetrieveRequest request, {CallOptions? options})
→ ResponseFuture<CabinetProto_Image_RetrieveReply>
-
-
search(CabinetProto_SearchRequest request, {CallOptions? options})
→ ResponseFuture<CabinetProto_SearchReply>
-
-
searchEvents(CabinetProto_Event_SearchRequest request, {CallOptions? options})
→ ResponseFuture<CabinetProto_Event_SearchReply>
-
-
searchOpenRequests(CabinetProto_OpenRequest_SearchRequest request, {CallOptions? options})
→ ResponseFuture<CabinetProto_OpenRequest_SearchReply>
-
-
searchStates(CabinetProto_State_SearchRequest request, {CallOptions? options})
→ ResponseFuture<CabinetProto_State_SearchReply>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(CabinetProto_UpdateRequest request, {CallOptions? options})
→ ResponseFuture<CabinetProto>
-