CabinetGRPCClient class

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

Constructors

CabinetGRPCClient(ClientChannel channel, {CallOptions? options, Iterable<ClientInterceptor>? interceptors})

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
create(CabinetProto_CreateRequest request, {CallOptions? options}) → ResponseFuture<CabinetProto>
createOpenRequest(CabinetProto_OpenRequest_CreateRequest request, {CallOptions? options}) → ResponseFuture<CabinetProto_OpenRequest>
OpenRequest
deactivateOpenRequest(CabinetProto_OpenRequest_DeactivateRequest request, {CallOptions? options}) → ResponseFuture<CabinetProto_OpenRequest>
This will allow admin users to disable/deactve an active open request
delete(CabinetProto_DeleteRequest request, {CallOptions? options}) → ResponseFuture<CabinetProto_DeleteReply>
locationSearch(CabinetProto_LocationSearchRequest request, {CallOptions? options}) → ResponseFuture<CabinetProto_LocationSearchReply>
Gets list of cabinets by location, sorted from closest to farthest
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replaceBattery(CabinetProto_ReplaceBatteryRequest request, {CallOptions? options}) → ResponseFuture<CabinetProto>
retrieve(CabinetProto_RetrieveRequest request, {CallOptions? options}) → ResponseFuture<CabinetWithLocation>
retrieveImage(CabinetProto_Image_RetrieveRequest request, {CallOptions? options}) → ResponseFuture<CabinetProto_Image_RetrieveReply>
searchEvents(CabinetProto_Event_SearchRequest request, {CallOptions? options}) → ResponseFuture<CabinetProto_Event_SearchReply>
Event
searchOpenRequests(CabinetProto_OpenRequest_SearchRequest request, {CallOptions? options}) → ResponseFuture<CabinetProto_OpenRequest_SearchReply>
searchStates(CabinetProto_State_SearchRequest request, {CallOptions? options}) → ResponseFuture<CabinetProto_State_SearchReply>
State
stateExcelReport(CabinetProto_State_ExcelReportRequest request, {CallOptions? options}) → ResponseFuture<CabinetProto_State_ExcelReportReply>
toString() String
A string representation of this object.
inherited
update(CabinetProto_UpdateRequest request, {CallOptions? options}) → ResponseFuture<CabinetProto>

Operators

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

Constants

defaultHost → const String
The hostname for this service.
oauthScopes → const List<String>
OAuth scopes needed for the client.