Files
dart-core-sdk/lib/handlingunitInput.pbgrpc.dart
ci core model 7c1d15e966 Release 1.10.5
2025-05-16 12:41:43 +00:00

316 lines
19 KiB
Dart

//
// Generated code. Do not modify.
// source: handlingunitInput.proto
//
// @dart = 3.3
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: constant_identifier_names, library_prefixes
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
import 'dart:async' as $async;
import 'dart:core' as $core;
import 'package:grpc/service_api.dart' as $grpc;
import 'package:protobuf/protobuf.dart' as $pb;
import 'handlingunitInput.pb.dart' as $23;
export 'handlingunitInput.pb.dart';
@$pb.GrpcServiceName('api.HandlingunitInputAPI')
class HandlingunitInputAPIClient extends $grpc.Client {
static final _$goodsPrepared = $grpc.ClientMethod<$23.HandlingunitGoodsPreparedRequest, $23.HandlingunitGoodsPreparedResponse>(
'/api.HandlingunitInputAPI/GoodsPrepared',
($23.HandlingunitGoodsPreparedRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $23.HandlingunitGoodsPreparedResponse.fromBuffer(value));
static final _$goodsReceived = $grpc.ClientMethod<$23.HandlingunitGoodsReceivedRequest, $23.HandlingunitGoodsReceivedResponse>(
'/api.HandlingunitInputAPI/GoodsReceived',
($23.HandlingunitGoodsReceivedRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $23.HandlingunitGoodsReceivedResponse.fromBuffer(value));
static final _$hUsAdded = $grpc.ClientMethod<$23.HandlingunitHUsAddedRequest, $23.HandlingunitHUsAddedResponse>(
'/api.HandlingunitInputAPI/HUsAdded',
($23.HandlingunitHUsAddedRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $23.HandlingunitHUsAddedResponse.fromBuffer(value));
static final _$trackingUpdated = $grpc.ClientMethod<$23.HandlingunitTrackingUpdatedRequest, $23.HandlingunitTrackingUpdatedResponse>(
'/api.HandlingunitInputAPI/TrackingUpdated',
($23.HandlingunitTrackingUpdatedRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $23.HandlingunitTrackingUpdatedResponse.fromBuffer(value));
static final _$trackingETAUpdated = $grpc.ClientMethod<$23.HandlingunitTrackingETAUpdatedRequest, $23.HandlingunitTrackingETAUpdatedResponse>(
'/api.HandlingunitInputAPI/TrackingETAUpdated',
($23.HandlingunitTrackingETAUpdatedRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $23.HandlingunitTrackingETAUpdatedResponse.fromBuffer(value));
static final _$eTAUpdated = $grpc.ClientMethod<$23.HandlingunitETAUpdatedRequest, $23.HandlingunitETAUpdatedResponse>(
'/api.HandlingunitInputAPI/ETAUpdated',
($23.HandlingunitETAUpdatedRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $23.HandlingunitETAUpdatedResponse.fromBuffer(value));
static final _$dispatched = $grpc.ClientMethod<$23.HandlingunitDispatchedRequest, $23.HandlingunitDispatchedResponse>(
'/api.HandlingunitInputAPI/Dispatched',
($23.HandlingunitDispatchedRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $23.HandlingunitDispatchedResponse.fromBuffer(value));
static final _$attachmentAdded = $grpc.ClientMethod<$23.HandlingunitAttachmentAddedRequest, $23.HandlingunitAttachmentAddedResponse>(
'/api.HandlingunitInputAPI/AttachmentAdded',
($23.HandlingunitAttachmentAddedRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $23.HandlingunitAttachmentAddedResponse.fromBuffer(value));
static final _$attachmentRemoved = $grpc.ClientMethod<$23.HandlingunitAttachmentRemovedRequest, $23.HandlingunitAttachmentRemovedResponse>(
'/api.HandlingunitInputAPI/AttachmentRemoved',
($23.HandlingunitAttachmentRemovedRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $23.HandlingunitAttachmentRemovedResponse.fromBuffer(value));
static final _$metaDataUpdated = $grpc.ClientMethod<$23.HandlingunitMetaDataUpdatedRequest, $23.HandlingunitMetaDataUpdatedResponse>(
'/api.HandlingunitInputAPI/MetaDataUpdated',
($23.HandlingunitMetaDataUpdatedRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $23.HandlingunitMetaDataUpdatedResponse.fromBuffer(value));
static final _$parentHUUpdated = $grpc.ClientMethod<$23.HandlingunitParentHUUpdatedRequest, $23.HandlingunitParentHUUpdatedResponse>(
'/api.HandlingunitInputAPI/ParentHUUpdated',
($23.HandlingunitParentHUUpdatedRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $23.HandlingunitParentHUUpdatedResponse.fromBuffer(value));
static final _$claimAdded = $grpc.ClientMethod<$23.HandlingunitClaimAddedRequest, $23.HandlingunitClaimAddedResponse>(
'/api.HandlingunitInputAPI/ClaimAdded',
($23.HandlingunitClaimAddedRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $23.HandlingunitClaimAddedResponse.fromBuffer(value));
static final _$readyToBeCollected = $grpc.ClientMethod<$23.HandlingunitReadyToBeCollectedRequest, $23.HandlingunitReadyToBeCollectedResponse>(
'/api.HandlingunitInputAPI/ReadyToBeCollected',
($23.HandlingunitReadyToBeCollectedRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $23.HandlingunitReadyToBeCollectedResponse.fromBuffer(value));
static final _$deleted = $grpc.ClientMethod<$23.HandlingunitDeletedRequest, $23.HandlingunitDeletedResponse>(
'/api.HandlingunitInputAPI/Deleted',
($23.HandlingunitDeletedRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $23.HandlingunitDeletedResponse.fromBuffer(value));
HandlingunitInputAPIClient(super.channel, {super.options, super.interceptors});
$grpc.ResponseFuture<$23.HandlingunitGoodsPreparedResponse> goodsPrepared($23.HandlingunitGoodsPreparedRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$goodsPrepared, request, options: options);
}
$grpc.ResponseFuture<$23.HandlingunitGoodsReceivedResponse> goodsReceived($23.HandlingunitGoodsReceivedRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$goodsReceived, request, options: options);
}
$grpc.ResponseFuture<$23.HandlingunitHUsAddedResponse> hUsAdded($23.HandlingunitHUsAddedRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$hUsAdded, request, options: options);
}
$grpc.ResponseFuture<$23.HandlingunitTrackingUpdatedResponse> trackingUpdated($23.HandlingunitTrackingUpdatedRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$trackingUpdated, request, options: options);
}
$grpc.ResponseFuture<$23.HandlingunitTrackingETAUpdatedResponse> trackingETAUpdated($23.HandlingunitTrackingETAUpdatedRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$trackingETAUpdated, request, options: options);
}
$grpc.ResponseFuture<$23.HandlingunitETAUpdatedResponse> eTAUpdated($23.HandlingunitETAUpdatedRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$eTAUpdated, request, options: options);
}
$grpc.ResponseFuture<$23.HandlingunitDispatchedResponse> dispatched($23.HandlingunitDispatchedRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$dispatched, request, options: options);
}
$grpc.ResponseFuture<$23.HandlingunitAttachmentAddedResponse> attachmentAdded($23.HandlingunitAttachmentAddedRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$attachmentAdded, request, options: options);
}
$grpc.ResponseFuture<$23.HandlingunitAttachmentRemovedResponse> attachmentRemoved($23.HandlingunitAttachmentRemovedRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$attachmentRemoved, request, options: options);
}
$grpc.ResponseFuture<$23.HandlingunitMetaDataUpdatedResponse> metaDataUpdated($23.HandlingunitMetaDataUpdatedRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$metaDataUpdated, request, options: options);
}
$grpc.ResponseFuture<$23.HandlingunitParentHUUpdatedResponse> parentHUUpdated($23.HandlingunitParentHUUpdatedRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$parentHUUpdated, request, options: options);
}
$grpc.ResponseFuture<$23.HandlingunitClaimAddedResponse> claimAdded($23.HandlingunitClaimAddedRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$claimAdded, request, options: options);
}
$grpc.ResponseFuture<$23.HandlingunitReadyToBeCollectedResponse> readyToBeCollected($23.HandlingunitReadyToBeCollectedRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$readyToBeCollected, request, options: options);
}
$grpc.ResponseFuture<$23.HandlingunitDeletedResponse> deleted($23.HandlingunitDeletedRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$deleted, request, options: options);
}
}
@$pb.GrpcServiceName('api.HandlingunitInputAPI')
abstract class HandlingunitInputAPIServiceBase extends $grpc.Service {
$core.String get $name => 'api.HandlingunitInputAPI';
HandlingunitInputAPIServiceBase() {
$addMethod($grpc.ServiceMethod<$23.HandlingunitGoodsPreparedRequest, $23.HandlingunitGoodsPreparedResponse>(
'GoodsPrepared',
goodsPrepared_Pre,
false,
false,
($core.List<$core.int> value) => $23.HandlingunitGoodsPreparedRequest.fromBuffer(value),
($23.HandlingunitGoodsPreparedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$23.HandlingunitGoodsReceivedRequest, $23.HandlingunitGoodsReceivedResponse>(
'GoodsReceived',
goodsReceived_Pre,
false,
false,
($core.List<$core.int> value) => $23.HandlingunitGoodsReceivedRequest.fromBuffer(value),
($23.HandlingunitGoodsReceivedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$23.HandlingunitHUsAddedRequest, $23.HandlingunitHUsAddedResponse>(
'HUsAdded',
hUsAdded_Pre,
false,
false,
($core.List<$core.int> value) => $23.HandlingunitHUsAddedRequest.fromBuffer(value),
($23.HandlingunitHUsAddedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$23.HandlingunitTrackingUpdatedRequest, $23.HandlingunitTrackingUpdatedResponse>(
'TrackingUpdated',
trackingUpdated_Pre,
false,
false,
($core.List<$core.int> value) => $23.HandlingunitTrackingUpdatedRequest.fromBuffer(value),
($23.HandlingunitTrackingUpdatedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$23.HandlingunitTrackingETAUpdatedRequest, $23.HandlingunitTrackingETAUpdatedResponse>(
'TrackingETAUpdated',
trackingETAUpdated_Pre,
false,
false,
($core.List<$core.int> value) => $23.HandlingunitTrackingETAUpdatedRequest.fromBuffer(value),
($23.HandlingunitTrackingETAUpdatedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$23.HandlingunitETAUpdatedRequest, $23.HandlingunitETAUpdatedResponse>(
'ETAUpdated',
eTAUpdated_Pre,
false,
false,
($core.List<$core.int> value) => $23.HandlingunitETAUpdatedRequest.fromBuffer(value),
($23.HandlingunitETAUpdatedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$23.HandlingunitDispatchedRequest, $23.HandlingunitDispatchedResponse>(
'Dispatched',
dispatched_Pre,
false,
false,
($core.List<$core.int> value) => $23.HandlingunitDispatchedRequest.fromBuffer(value),
($23.HandlingunitDispatchedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$23.HandlingunitAttachmentAddedRequest, $23.HandlingunitAttachmentAddedResponse>(
'AttachmentAdded',
attachmentAdded_Pre,
false,
false,
($core.List<$core.int> value) => $23.HandlingunitAttachmentAddedRequest.fromBuffer(value),
($23.HandlingunitAttachmentAddedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$23.HandlingunitAttachmentRemovedRequest, $23.HandlingunitAttachmentRemovedResponse>(
'AttachmentRemoved',
attachmentRemoved_Pre,
false,
false,
($core.List<$core.int> value) => $23.HandlingunitAttachmentRemovedRequest.fromBuffer(value),
($23.HandlingunitAttachmentRemovedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$23.HandlingunitMetaDataUpdatedRequest, $23.HandlingunitMetaDataUpdatedResponse>(
'MetaDataUpdated',
metaDataUpdated_Pre,
false,
false,
($core.List<$core.int> value) => $23.HandlingunitMetaDataUpdatedRequest.fromBuffer(value),
($23.HandlingunitMetaDataUpdatedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$23.HandlingunitParentHUUpdatedRequest, $23.HandlingunitParentHUUpdatedResponse>(
'ParentHUUpdated',
parentHUUpdated_Pre,
false,
false,
($core.List<$core.int> value) => $23.HandlingunitParentHUUpdatedRequest.fromBuffer(value),
($23.HandlingunitParentHUUpdatedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$23.HandlingunitClaimAddedRequest, $23.HandlingunitClaimAddedResponse>(
'ClaimAdded',
claimAdded_Pre,
false,
false,
($core.List<$core.int> value) => $23.HandlingunitClaimAddedRequest.fromBuffer(value),
($23.HandlingunitClaimAddedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$23.HandlingunitReadyToBeCollectedRequest, $23.HandlingunitReadyToBeCollectedResponse>(
'ReadyToBeCollected',
readyToBeCollected_Pre,
false,
false,
($core.List<$core.int> value) => $23.HandlingunitReadyToBeCollectedRequest.fromBuffer(value),
($23.HandlingunitReadyToBeCollectedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$23.HandlingunitDeletedRequest, $23.HandlingunitDeletedResponse>(
'Deleted',
deleted_Pre,
false,
false,
($core.List<$core.int> value) => $23.HandlingunitDeletedRequest.fromBuffer(value),
($23.HandlingunitDeletedResponse value) => value.writeToBuffer()));
}
$async.Future<$23.HandlingunitGoodsPreparedResponse> goodsPrepared_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitGoodsPreparedRequest> $request) async {
return goodsPrepared($call, await $request);
}
$async.Future<$23.HandlingunitGoodsReceivedResponse> goodsReceived_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitGoodsReceivedRequest> $request) async {
return goodsReceived($call, await $request);
}
$async.Future<$23.HandlingunitHUsAddedResponse> hUsAdded_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitHUsAddedRequest> $request) async {
return hUsAdded($call, await $request);
}
$async.Future<$23.HandlingunitTrackingUpdatedResponse> trackingUpdated_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitTrackingUpdatedRequest> $request) async {
return trackingUpdated($call, await $request);
}
$async.Future<$23.HandlingunitTrackingETAUpdatedResponse> trackingETAUpdated_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitTrackingETAUpdatedRequest> $request) async {
return trackingETAUpdated($call, await $request);
}
$async.Future<$23.HandlingunitETAUpdatedResponse> eTAUpdated_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitETAUpdatedRequest> $request) async {
return eTAUpdated($call, await $request);
}
$async.Future<$23.HandlingunitDispatchedResponse> dispatched_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitDispatchedRequest> $request) async {
return dispatched($call, await $request);
}
$async.Future<$23.HandlingunitAttachmentAddedResponse> attachmentAdded_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitAttachmentAddedRequest> $request) async {
return attachmentAdded($call, await $request);
}
$async.Future<$23.HandlingunitAttachmentRemovedResponse> attachmentRemoved_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitAttachmentRemovedRequest> $request) async {
return attachmentRemoved($call, await $request);
}
$async.Future<$23.HandlingunitMetaDataUpdatedResponse> metaDataUpdated_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitMetaDataUpdatedRequest> $request) async {
return metaDataUpdated($call, await $request);
}
$async.Future<$23.HandlingunitParentHUUpdatedResponse> parentHUUpdated_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitParentHUUpdatedRequest> $request) async {
return parentHUUpdated($call, await $request);
}
$async.Future<$23.HandlingunitClaimAddedResponse> claimAdded_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitClaimAddedRequest> $request) async {
return claimAdded($call, await $request);
}
$async.Future<$23.HandlingunitReadyToBeCollectedResponse> readyToBeCollected_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitReadyToBeCollectedRequest> $request) async {
return readyToBeCollected($call, await $request);
}
$async.Future<$23.HandlingunitDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitDeletedRequest> $request) async {
return deleted($call, await $request);
}
$async.Future<$23.HandlingunitGoodsPreparedResponse> goodsPrepared($grpc.ServiceCall call, $23.HandlingunitGoodsPreparedRequest request);
$async.Future<$23.HandlingunitGoodsReceivedResponse> goodsReceived($grpc.ServiceCall call, $23.HandlingunitGoodsReceivedRequest request);
$async.Future<$23.HandlingunitHUsAddedResponse> hUsAdded($grpc.ServiceCall call, $23.HandlingunitHUsAddedRequest request);
$async.Future<$23.HandlingunitTrackingUpdatedResponse> trackingUpdated($grpc.ServiceCall call, $23.HandlingunitTrackingUpdatedRequest request);
$async.Future<$23.HandlingunitTrackingETAUpdatedResponse> trackingETAUpdated($grpc.ServiceCall call, $23.HandlingunitTrackingETAUpdatedRequest request);
$async.Future<$23.HandlingunitETAUpdatedResponse> eTAUpdated($grpc.ServiceCall call, $23.HandlingunitETAUpdatedRequest request);
$async.Future<$23.HandlingunitDispatchedResponse> dispatched($grpc.ServiceCall call, $23.HandlingunitDispatchedRequest request);
$async.Future<$23.HandlingunitAttachmentAddedResponse> attachmentAdded($grpc.ServiceCall call, $23.HandlingunitAttachmentAddedRequest request);
$async.Future<$23.HandlingunitAttachmentRemovedResponse> attachmentRemoved($grpc.ServiceCall call, $23.HandlingunitAttachmentRemovedRequest request);
$async.Future<$23.HandlingunitMetaDataUpdatedResponse> metaDataUpdated($grpc.ServiceCall call, $23.HandlingunitMetaDataUpdatedRequest request);
$async.Future<$23.HandlingunitParentHUUpdatedResponse> parentHUUpdated($grpc.ServiceCall call, $23.HandlingunitParentHUUpdatedRequest request);
$async.Future<$23.HandlingunitClaimAddedResponse> claimAdded($grpc.ServiceCall call, $23.HandlingunitClaimAddedRequest request);
$async.Future<$23.HandlingunitReadyToBeCollectedResponse> readyToBeCollected($grpc.ServiceCall call, $23.HandlingunitReadyToBeCollectedRequest request);
$async.Future<$23.HandlingunitDeletedResponse> deleted($grpc.ServiceCall call, $23.HandlingunitDeletedRequest request);
}