You've already forked dart-core-sdk
606 lines
38 KiB
Dart
606 lines
38 KiB
Dart
//
|
|
// Generated code. Do not modify.
|
|
// source: executionflowInput.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 'executionflowInput.pb.dart' as $22;
|
|
|
|
export 'executionflowInput.pb.dart';
|
|
|
|
///
|
|
/// API-server services
|
|
@$pb.GrpcServiceName('api.ExecutionflowInputAPI')
|
|
class ExecutionflowInputAPIClient extends $grpc.Client {
|
|
/// The hostname for this service.
|
|
static const $core.String defaultHost = '';
|
|
|
|
/// OAuth scopes needed for the client.
|
|
static const $core.List<$core.String> oauthScopes = [
|
|
'',
|
|
];
|
|
|
|
static final _$created = $grpc.ClientMethod<$22.ExecutionflowCreatedRequest, $22.ExecutionflowCreatedResponse>(
|
|
'/api.ExecutionflowInputAPI/Created',
|
|
($22.ExecutionflowCreatedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowCreatedResponse.fromBuffer(value));
|
|
static final _$detected = $grpc.ClientMethod<$22.ExecutionflowDetectedRequest, $22.ExecutionflowDetectedResponse>(
|
|
'/api.ExecutionflowInputAPI/Detected',
|
|
($22.ExecutionflowDetectedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowDetectedResponse.fromBuffer(value));
|
|
static final _$redetected = $grpc.ClientMethod<$22.ExecutionflowRedetectedRequest, $22.ExecutionflowRedetectedResponse>(
|
|
'/api.ExecutionflowInputAPI/Redetected',
|
|
($22.ExecutionflowRedetectedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowRedetectedResponse.fromBuffer(value));
|
|
static final _$shipFromAcked = $grpc.ClientMethod<$22.ExecutionflowShipFromAckedRequest, $22.ExecutionflowShipFromAckedResponse>(
|
|
'/api.ExecutionflowInputAPI/ShipFromAcked',
|
|
($22.ExecutionflowShipFromAckedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowShipFromAckedResponse.fromBuffer(value));
|
|
static final _$shipToAcked = $grpc.ClientMethod<$22.ExecutionflowShipToAckedRequest, $22.ExecutionflowShipToAckedResponse>(
|
|
'/api.ExecutionflowInputAPI/ShipToAcked',
|
|
($22.ExecutionflowShipToAckedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowShipToAckedResponse.fromBuffer(value));
|
|
static final _$cancelled = $grpc.ClientMethod<$22.ExecutionflowCancelledRequest, $22.ExecutionflowCancelledResponse>(
|
|
'/api.ExecutionflowInputAPI/Cancelled',
|
|
($22.ExecutionflowCancelledRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowCancelledResponse.fromBuffer(value));
|
|
static final _$anonymised = $grpc.ClientMethod<$22.ExecutionflowAnonymisedRequest, $22.ExecutionflowAnonymisedResponse>(
|
|
'/api.ExecutionflowInputAPI/Anonymised',
|
|
($22.ExecutionflowAnonymisedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowAnonymisedResponse.fromBuffer(value));
|
|
static final _$completed = $grpc.ClientMethod<$22.ExecutionflowCompletedRequest, $22.ExecutionflowCompletedResponse>(
|
|
'/api.ExecutionflowInputAPI/Completed',
|
|
($22.ExecutionflowCompletedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowCompletedResponse.fromBuffer(value));
|
|
static final _$hUContentUpdated = $grpc.ClientMethod<$22.ExecutionflowHUContentUpdatedRequest, $22.ExecutionflowHUContentUpdatedResponse>(
|
|
'/api.ExecutionflowInputAPI/HUContentUpdated',
|
|
($22.ExecutionflowHUContentUpdatedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowHUContentUpdatedResponse.fromBuffer(value));
|
|
static final _$hUTrackingUpdated = $grpc.ClientMethod<$22.ExecutionflowHUTrackingUpdatedRequest, $22.ExecutionflowHUTrackingUpdatedResponse>(
|
|
'/api.ExecutionflowInputAPI/HUTrackingUpdated',
|
|
($22.ExecutionflowHUTrackingUpdatedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowHUTrackingUpdatedResponse.fromBuffer(value));
|
|
static final _$hUETAUpdated = $grpc.ClientMethod<$22.ExecutionflowHUETAUpdatedRequest, $22.ExecutionflowHUETAUpdatedResponse>(
|
|
'/api.ExecutionflowInputAPI/HUETAUpdated',
|
|
($22.ExecutionflowHUETAUpdatedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowHUETAUpdatedResponse.fromBuffer(value));
|
|
static final _$eTAUpdated = $grpc.ClientMethod<$22.ExecutionflowETAUpdatedRequest, $22.ExecutionflowETAUpdatedResponse>(
|
|
'/api.ExecutionflowInputAPI/ETAUpdated',
|
|
($22.ExecutionflowETAUpdatedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowETAUpdatedResponse.fromBuffer(value));
|
|
static final _$preparationExpected = $grpc.ClientMethod<$22.ExecutionflowPreparationExpectedRequest, $22.ExecutionflowPreparationExpectedResponse>(
|
|
'/api.ExecutionflowInputAPI/PreparationExpected',
|
|
($22.ExecutionflowPreparationExpectedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowPreparationExpectedResponse.fromBuffer(value));
|
|
static final _$preparationStarted = $grpc.ClientMethod<$22.ExecutionflowPreparationStartedRequest, $22.ExecutionflowPreparationStartedResponse>(
|
|
'/api.ExecutionflowInputAPI/PreparationStarted',
|
|
($22.ExecutionflowPreparationStartedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowPreparationStartedResponse.fromBuffer(value));
|
|
static final _$preparationCompleted = $grpc.ClientMethod<$22.ExecutionflowPreparationCompletedRequest, $22.ExecutionflowPreparationCompletedResponse>(
|
|
'/api.ExecutionflowInputAPI/PreparationCompleted',
|
|
($22.ExecutionflowPreparationCompletedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowPreparationCompletedResponse.fromBuffer(value));
|
|
static final _$transportExpected = $grpc.ClientMethod<$22.ExecutionflowTransportExpectedRequest, $22.ExecutionflowTransportExpectedResponse>(
|
|
'/api.ExecutionflowInputAPI/TransportExpected',
|
|
($22.ExecutionflowTransportExpectedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowTransportExpectedResponse.fromBuffer(value));
|
|
static final _$transportStarted = $grpc.ClientMethod<$22.ExecutionflowTransportStartedRequest, $22.ExecutionflowTransportStartedResponse>(
|
|
'/api.ExecutionflowInputAPI/TransportStarted',
|
|
($22.ExecutionflowTransportStartedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowTransportStartedResponse.fromBuffer(value));
|
|
static final _$transportCompleted = $grpc.ClientMethod<$22.ExecutionflowTransportCompletedRequest, $22.ExecutionflowTransportCompletedResponse>(
|
|
'/api.ExecutionflowInputAPI/TransportCompleted',
|
|
($22.ExecutionflowTransportCompletedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowTransportCompletedResponse.fromBuffer(value));
|
|
static final _$receiptExpected = $grpc.ClientMethod<$22.ExecutionflowReceiptExpectedRequest, $22.ExecutionflowReceiptExpectedResponse>(
|
|
'/api.ExecutionflowInputAPI/ReceiptExpected',
|
|
($22.ExecutionflowReceiptExpectedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowReceiptExpectedResponse.fromBuffer(value));
|
|
static final _$receiptStarted = $grpc.ClientMethod<$22.ExecutionflowReceiptStartedRequest, $22.ExecutionflowReceiptStartedResponse>(
|
|
'/api.ExecutionflowInputAPI/ReceiptStarted',
|
|
($22.ExecutionflowReceiptStartedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowReceiptStartedResponse.fromBuffer(value));
|
|
static final _$receiptCompleted = $grpc.ClientMethod<$22.ExecutionflowReceiptCompletedRequest, $22.ExecutionflowReceiptCompletedResponse>(
|
|
'/api.ExecutionflowInputAPI/ReceiptCompleted',
|
|
($22.ExecutionflowReceiptCompletedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowReceiptCompletedResponse.fromBuffer(value));
|
|
static final _$metaDataUpdated = $grpc.ClientMethod<$22.ExecutionflowMetaDataUpdatedRequest, $22.ExecutionflowMetaDataUpdatedResponse>(
|
|
'/api.ExecutionflowInputAPI/MetaDataUpdated',
|
|
($22.ExecutionflowMetaDataUpdatedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowMetaDataUpdatedResponse.fromBuffer(value));
|
|
static final _$carrierUpdated = $grpc.ClientMethod<$22.ExecutionflowCarrierUpdatedRequest, $22.ExecutionflowCarrierUpdatedResponse>(
|
|
'/api.ExecutionflowInputAPI/CarrierUpdated',
|
|
($22.ExecutionflowCarrierUpdatedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowCarrierUpdatedResponse.fromBuffer(value));
|
|
static final _$attachmentAdded = $grpc.ClientMethod<$22.ExecutionflowAttachmentAddedRequest, $22.ExecutionflowAttachmentAddedResponse>(
|
|
'/api.ExecutionflowInputAPI/AttachmentAdded',
|
|
($22.ExecutionflowAttachmentAddedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowAttachmentAddedResponse.fromBuffer(value));
|
|
static final _$attachmentRemoved = $grpc.ClientMethod<$22.ExecutionflowAttachmentRemovedRequest, $22.ExecutionflowAttachmentRemovedResponse>(
|
|
'/api.ExecutionflowInputAPI/AttachmentRemoved',
|
|
($22.ExecutionflowAttachmentRemovedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowAttachmentRemovedResponse.fromBuffer(value));
|
|
static final _$allocationError = $grpc.ClientMethod<$22.ExecutionflowAllocationErrorRequest, $22.ExecutionflowAllocationErrorResponse>(
|
|
'/api.ExecutionflowInputAPI/AllocationError',
|
|
($22.ExecutionflowAllocationErrorRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowAllocationErrorResponse.fromBuffer(value));
|
|
static final _$claimAdded = $grpc.ClientMethod<$22.ExecutionflowClaimAddedRequest, $22.ExecutionflowClaimAddedResponse>(
|
|
'/api.ExecutionflowInputAPI/ClaimAdded',
|
|
($22.ExecutionflowClaimAddedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowClaimAddedResponse.fromBuffer(value));
|
|
static final _$deleted = $grpc.ClientMethod<$22.ExecutionflowDeletedRequest, $22.ExecutionflowDeletedResponse>(
|
|
'/api.ExecutionflowInputAPI/Deleted',
|
|
($22.ExecutionflowDeletedRequest value) => value.writeToBuffer(),
|
|
($core.List<$core.int> value) => $22.ExecutionflowDeletedResponse.fromBuffer(value));
|
|
|
|
ExecutionflowInputAPIClient(super.channel, {super.options, super.interceptors});
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowCreatedResponse> created($22.ExecutionflowCreatedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$created, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowDetectedResponse> detected($22.ExecutionflowDetectedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$detected, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowRedetectedResponse> redetected($22.ExecutionflowRedetectedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$redetected, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowShipFromAckedResponse> shipFromAcked($22.ExecutionflowShipFromAckedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$shipFromAcked, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowShipToAckedResponse> shipToAcked($22.ExecutionflowShipToAckedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$shipToAcked, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowCancelledResponse> cancelled($22.ExecutionflowCancelledRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$cancelled, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowAnonymisedResponse> anonymised($22.ExecutionflowAnonymisedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$anonymised, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowCompletedResponse> completed($22.ExecutionflowCompletedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$completed, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowHUContentUpdatedResponse> hUContentUpdated($22.ExecutionflowHUContentUpdatedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$hUContentUpdated, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowHUTrackingUpdatedResponse> hUTrackingUpdated($22.ExecutionflowHUTrackingUpdatedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$hUTrackingUpdated, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowHUETAUpdatedResponse> hUETAUpdated($22.ExecutionflowHUETAUpdatedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$hUETAUpdated, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowETAUpdatedResponse> eTAUpdated($22.ExecutionflowETAUpdatedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$eTAUpdated, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowPreparationExpectedResponse> preparationExpected($22.ExecutionflowPreparationExpectedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$preparationExpected, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowPreparationStartedResponse> preparationStarted($22.ExecutionflowPreparationStartedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$preparationStarted, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowPreparationCompletedResponse> preparationCompleted($22.ExecutionflowPreparationCompletedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$preparationCompleted, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowTransportExpectedResponse> transportExpected($22.ExecutionflowTransportExpectedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$transportExpected, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowTransportStartedResponse> transportStarted($22.ExecutionflowTransportStartedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$transportStarted, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowTransportCompletedResponse> transportCompleted($22.ExecutionflowTransportCompletedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$transportCompleted, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowReceiptExpectedResponse> receiptExpected($22.ExecutionflowReceiptExpectedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$receiptExpected, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowReceiptStartedResponse> receiptStarted($22.ExecutionflowReceiptStartedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$receiptStarted, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowReceiptCompletedResponse> receiptCompleted($22.ExecutionflowReceiptCompletedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$receiptCompleted, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowMetaDataUpdatedResponse> metaDataUpdated($22.ExecutionflowMetaDataUpdatedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$metaDataUpdated, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowCarrierUpdatedResponse> carrierUpdated($22.ExecutionflowCarrierUpdatedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$carrierUpdated, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowAttachmentAddedResponse> attachmentAdded($22.ExecutionflowAttachmentAddedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$attachmentAdded, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowAttachmentRemovedResponse> attachmentRemoved($22.ExecutionflowAttachmentRemovedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$attachmentRemoved, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowAllocationErrorResponse> allocationError($22.ExecutionflowAllocationErrorRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$allocationError, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowClaimAddedResponse> claimAdded($22.ExecutionflowClaimAddedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$claimAdded, request, options: options);
|
|
}
|
|
|
|
$grpc.ResponseFuture<$22.ExecutionflowDeletedResponse> deleted($22.ExecutionflowDeletedRequest request, {$grpc.CallOptions? options}) {
|
|
return $createUnaryCall(_$deleted, request, options: options);
|
|
}
|
|
}
|
|
|
|
@$pb.GrpcServiceName('api.ExecutionflowInputAPI')
|
|
abstract class ExecutionflowInputAPIServiceBase extends $grpc.Service {
|
|
$core.String get $name => 'api.ExecutionflowInputAPI';
|
|
|
|
ExecutionflowInputAPIServiceBase() {
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowCreatedRequest, $22.ExecutionflowCreatedResponse>(
|
|
'Created',
|
|
created_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowCreatedRequest.fromBuffer(value),
|
|
($22.ExecutionflowCreatedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowDetectedRequest, $22.ExecutionflowDetectedResponse>(
|
|
'Detected',
|
|
detected_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowDetectedRequest.fromBuffer(value),
|
|
($22.ExecutionflowDetectedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowRedetectedRequest, $22.ExecutionflowRedetectedResponse>(
|
|
'Redetected',
|
|
redetected_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowRedetectedRequest.fromBuffer(value),
|
|
($22.ExecutionflowRedetectedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowShipFromAckedRequest, $22.ExecutionflowShipFromAckedResponse>(
|
|
'ShipFromAcked',
|
|
shipFromAcked_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowShipFromAckedRequest.fromBuffer(value),
|
|
($22.ExecutionflowShipFromAckedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowShipToAckedRequest, $22.ExecutionflowShipToAckedResponse>(
|
|
'ShipToAcked',
|
|
shipToAcked_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowShipToAckedRequest.fromBuffer(value),
|
|
($22.ExecutionflowShipToAckedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowCancelledRequest, $22.ExecutionflowCancelledResponse>(
|
|
'Cancelled',
|
|
cancelled_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowCancelledRequest.fromBuffer(value),
|
|
($22.ExecutionflowCancelledResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowAnonymisedRequest, $22.ExecutionflowAnonymisedResponse>(
|
|
'Anonymised',
|
|
anonymised_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowAnonymisedRequest.fromBuffer(value),
|
|
($22.ExecutionflowAnonymisedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowCompletedRequest, $22.ExecutionflowCompletedResponse>(
|
|
'Completed',
|
|
completed_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowCompletedRequest.fromBuffer(value),
|
|
($22.ExecutionflowCompletedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowHUContentUpdatedRequest, $22.ExecutionflowHUContentUpdatedResponse>(
|
|
'HUContentUpdated',
|
|
hUContentUpdated_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowHUContentUpdatedRequest.fromBuffer(value),
|
|
($22.ExecutionflowHUContentUpdatedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowHUTrackingUpdatedRequest, $22.ExecutionflowHUTrackingUpdatedResponse>(
|
|
'HUTrackingUpdated',
|
|
hUTrackingUpdated_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowHUTrackingUpdatedRequest.fromBuffer(value),
|
|
($22.ExecutionflowHUTrackingUpdatedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowHUETAUpdatedRequest, $22.ExecutionflowHUETAUpdatedResponse>(
|
|
'HUETAUpdated',
|
|
hUETAUpdated_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowHUETAUpdatedRequest.fromBuffer(value),
|
|
($22.ExecutionflowHUETAUpdatedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowETAUpdatedRequest, $22.ExecutionflowETAUpdatedResponse>(
|
|
'ETAUpdated',
|
|
eTAUpdated_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowETAUpdatedRequest.fromBuffer(value),
|
|
($22.ExecutionflowETAUpdatedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowPreparationExpectedRequest, $22.ExecutionflowPreparationExpectedResponse>(
|
|
'PreparationExpected',
|
|
preparationExpected_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowPreparationExpectedRequest.fromBuffer(value),
|
|
($22.ExecutionflowPreparationExpectedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowPreparationStartedRequest, $22.ExecutionflowPreparationStartedResponse>(
|
|
'PreparationStarted',
|
|
preparationStarted_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowPreparationStartedRequest.fromBuffer(value),
|
|
($22.ExecutionflowPreparationStartedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowPreparationCompletedRequest, $22.ExecutionflowPreparationCompletedResponse>(
|
|
'PreparationCompleted',
|
|
preparationCompleted_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowPreparationCompletedRequest.fromBuffer(value),
|
|
($22.ExecutionflowPreparationCompletedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowTransportExpectedRequest, $22.ExecutionflowTransportExpectedResponse>(
|
|
'TransportExpected',
|
|
transportExpected_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowTransportExpectedRequest.fromBuffer(value),
|
|
($22.ExecutionflowTransportExpectedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowTransportStartedRequest, $22.ExecutionflowTransportStartedResponse>(
|
|
'TransportStarted',
|
|
transportStarted_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowTransportStartedRequest.fromBuffer(value),
|
|
($22.ExecutionflowTransportStartedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowTransportCompletedRequest, $22.ExecutionflowTransportCompletedResponse>(
|
|
'TransportCompleted',
|
|
transportCompleted_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowTransportCompletedRequest.fromBuffer(value),
|
|
($22.ExecutionflowTransportCompletedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowReceiptExpectedRequest, $22.ExecutionflowReceiptExpectedResponse>(
|
|
'ReceiptExpected',
|
|
receiptExpected_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowReceiptExpectedRequest.fromBuffer(value),
|
|
($22.ExecutionflowReceiptExpectedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowReceiptStartedRequest, $22.ExecutionflowReceiptStartedResponse>(
|
|
'ReceiptStarted',
|
|
receiptStarted_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowReceiptStartedRequest.fromBuffer(value),
|
|
($22.ExecutionflowReceiptStartedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowReceiptCompletedRequest, $22.ExecutionflowReceiptCompletedResponse>(
|
|
'ReceiptCompleted',
|
|
receiptCompleted_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowReceiptCompletedRequest.fromBuffer(value),
|
|
($22.ExecutionflowReceiptCompletedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowMetaDataUpdatedRequest, $22.ExecutionflowMetaDataUpdatedResponse>(
|
|
'MetaDataUpdated',
|
|
metaDataUpdated_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowMetaDataUpdatedRequest.fromBuffer(value),
|
|
($22.ExecutionflowMetaDataUpdatedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowCarrierUpdatedRequest, $22.ExecutionflowCarrierUpdatedResponse>(
|
|
'CarrierUpdated',
|
|
carrierUpdated_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowCarrierUpdatedRequest.fromBuffer(value),
|
|
($22.ExecutionflowCarrierUpdatedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowAttachmentAddedRequest, $22.ExecutionflowAttachmentAddedResponse>(
|
|
'AttachmentAdded',
|
|
attachmentAdded_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowAttachmentAddedRequest.fromBuffer(value),
|
|
($22.ExecutionflowAttachmentAddedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowAttachmentRemovedRequest, $22.ExecutionflowAttachmentRemovedResponse>(
|
|
'AttachmentRemoved',
|
|
attachmentRemoved_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowAttachmentRemovedRequest.fromBuffer(value),
|
|
($22.ExecutionflowAttachmentRemovedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowAllocationErrorRequest, $22.ExecutionflowAllocationErrorResponse>(
|
|
'AllocationError',
|
|
allocationError_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowAllocationErrorRequest.fromBuffer(value),
|
|
($22.ExecutionflowAllocationErrorResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowClaimAddedRequest, $22.ExecutionflowClaimAddedResponse>(
|
|
'ClaimAdded',
|
|
claimAdded_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowClaimAddedRequest.fromBuffer(value),
|
|
($22.ExecutionflowClaimAddedResponse value) => value.writeToBuffer()));
|
|
$addMethod($grpc.ServiceMethod<$22.ExecutionflowDeletedRequest, $22.ExecutionflowDeletedResponse>(
|
|
'Deleted',
|
|
deleted_Pre,
|
|
false,
|
|
false,
|
|
($core.List<$core.int> value) => $22.ExecutionflowDeletedRequest.fromBuffer(value),
|
|
($22.ExecutionflowDeletedResponse value) => value.writeToBuffer()));
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowCreatedRequest> $request) async {
|
|
return created($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowDetectedResponse> detected_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowDetectedRequest> $request) async {
|
|
return detected($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowRedetectedResponse> redetected_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowRedetectedRequest> $request) async {
|
|
return redetected($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowShipFromAckedResponse> shipFromAcked_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowShipFromAckedRequest> $request) async {
|
|
return shipFromAcked($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowShipToAckedResponse> shipToAcked_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowShipToAckedRequest> $request) async {
|
|
return shipToAcked($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowCancelledResponse> cancelled_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowCancelledRequest> $request) async {
|
|
return cancelled($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowAnonymisedResponse> anonymised_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowAnonymisedRequest> $request) async {
|
|
return anonymised($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowCompletedResponse> completed_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowCompletedRequest> $request) async {
|
|
return completed($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowHUContentUpdatedResponse> hUContentUpdated_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowHUContentUpdatedRequest> $request) async {
|
|
return hUContentUpdated($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowHUTrackingUpdatedResponse> hUTrackingUpdated_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowHUTrackingUpdatedRequest> $request) async {
|
|
return hUTrackingUpdated($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowHUETAUpdatedResponse> hUETAUpdated_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowHUETAUpdatedRequest> $request) async {
|
|
return hUETAUpdated($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowETAUpdatedResponse> eTAUpdated_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowETAUpdatedRequest> $request) async {
|
|
return eTAUpdated($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowPreparationExpectedResponse> preparationExpected_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowPreparationExpectedRequest> $request) async {
|
|
return preparationExpected($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowPreparationStartedResponse> preparationStarted_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowPreparationStartedRequest> $request) async {
|
|
return preparationStarted($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowPreparationCompletedResponse> preparationCompleted_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowPreparationCompletedRequest> $request) async {
|
|
return preparationCompleted($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowTransportExpectedResponse> transportExpected_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowTransportExpectedRequest> $request) async {
|
|
return transportExpected($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowTransportStartedResponse> transportStarted_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowTransportStartedRequest> $request) async {
|
|
return transportStarted($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowTransportCompletedResponse> transportCompleted_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowTransportCompletedRequest> $request) async {
|
|
return transportCompleted($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowReceiptExpectedResponse> receiptExpected_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowReceiptExpectedRequest> $request) async {
|
|
return receiptExpected($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowReceiptStartedResponse> receiptStarted_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowReceiptStartedRequest> $request) async {
|
|
return receiptStarted($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowReceiptCompletedResponse> receiptCompleted_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowReceiptCompletedRequest> $request) async {
|
|
return receiptCompleted($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowMetaDataUpdatedResponse> metaDataUpdated_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowMetaDataUpdatedRequest> $request) async {
|
|
return metaDataUpdated($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowCarrierUpdatedResponse> carrierUpdated_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowCarrierUpdatedRequest> $request) async {
|
|
return carrierUpdated($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowAttachmentAddedResponse> attachmentAdded_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowAttachmentAddedRequest> $request) async {
|
|
return attachmentAdded($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowAttachmentRemovedResponse> attachmentRemoved_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowAttachmentRemovedRequest> $request) async {
|
|
return attachmentRemoved($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowAllocationErrorResponse> allocationError_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowAllocationErrorRequest> $request) async {
|
|
return allocationError($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowClaimAddedResponse> claimAdded_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowClaimAddedRequest> $request) async {
|
|
return claimAdded($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowDeletedRequest> $request) async {
|
|
return deleted($call, await $request);
|
|
}
|
|
|
|
$async.Future<$22.ExecutionflowCreatedResponse> created($grpc.ServiceCall call, $22.ExecutionflowCreatedRequest request);
|
|
$async.Future<$22.ExecutionflowDetectedResponse> detected($grpc.ServiceCall call, $22.ExecutionflowDetectedRequest request);
|
|
$async.Future<$22.ExecutionflowRedetectedResponse> redetected($grpc.ServiceCall call, $22.ExecutionflowRedetectedRequest request);
|
|
$async.Future<$22.ExecutionflowShipFromAckedResponse> shipFromAcked($grpc.ServiceCall call, $22.ExecutionflowShipFromAckedRequest request);
|
|
$async.Future<$22.ExecutionflowShipToAckedResponse> shipToAcked($grpc.ServiceCall call, $22.ExecutionflowShipToAckedRequest request);
|
|
$async.Future<$22.ExecutionflowCancelledResponse> cancelled($grpc.ServiceCall call, $22.ExecutionflowCancelledRequest request);
|
|
$async.Future<$22.ExecutionflowAnonymisedResponse> anonymised($grpc.ServiceCall call, $22.ExecutionflowAnonymisedRequest request);
|
|
$async.Future<$22.ExecutionflowCompletedResponse> completed($grpc.ServiceCall call, $22.ExecutionflowCompletedRequest request);
|
|
$async.Future<$22.ExecutionflowHUContentUpdatedResponse> hUContentUpdated($grpc.ServiceCall call, $22.ExecutionflowHUContentUpdatedRequest request);
|
|
$async.Future<$22.ExecutionflowHUTrackingUpdatedResponse> hUTrackingUpdated($grpc.ServiceCall call, $22.ExecutionflowHUTrackingUpdatedRequest request);
|
|
$async.Future<$22.ExecutionflowHUETAUpdatedResponse> hUETAUpdated($grpc.ServiceCall call, $22.ExecutionflowHUETAUpdatedRequest request);
|
|
$async.Future<$22.ExecutionflowETAUpdatedResponse> eTAUpdated($grpc.ServiceCall call, $22.ExecutionflowETAUpdatedRequest request);
|
|
$async.Future<$22.ExecutionflowPreparationExpectedResponse> preparationExpected($grpc.ServiceCall call, $22.ExecutionflowPreparationExpectedRequest request);
|
|
$async.Future<$22.ExecutionflowPreparationStartedResponse> preparationStarted($grpc.ServiceCall call, $22.ExecutionflowPreparationStartedRequest request);
|
|
$async.Future<$22.ExecutionflowPreparationCompletedResponse> preparationCompleted($grpc.ServiceCall call, $22.ExecutionflowPreparationCompletedRequest request);
|
|
$async.Future<$22.ExecutionflowTransportExpectedResponse> transportExpected($grpc.ServiceCall call, $22.ExecutionflowTransportExpectedRequest request);
|
|
$async.Future<$22.ExecutionflowTransportStartedResponse> transportStarted($grpc.ServiceCall call, $22.ExecutionflowTransportStartedRequest request);
|
|
$async.Future<$22.ExecutionflowTransportCompletedResponse> transportCompleted($grpc.ServiceCall call, $22.ExecutionflowTransportCompletedRequest request);
|
|
$async.Future<$22.ExecutionflowReceiptExpectedResponse> receiptExpected($grpc.ServiceCall call, $22.ExecutionflowReceiptExpectedRequest request);
|
|
$async.Future<$22.ExecutionflowReceiptStartedResponse> receiptStarted($grpc.ServiceCall call, $22.ExecutionflowReceiptStartedRequest request);
|
|
$async.Future<$22.ExecutionflowReceiptCompletedResponse> receiptCompleted($grpc.ServiceCall call, $22.ExecutionflowReceiptCompletedRequest request);
|
|
$async.Future<$22.ExecutionflowMetaDataUpdatedResponse> metaDataUpdated($grpc.ServiceCall call, $22.ExecutionflowMetaDataUpdatedRequest request);
|
|
$async.Future<$22.ExecutionflowCarrierUpdatedResponse> carrierUpdated($grpc.ServiceCall call, $22.ExecutionflowCarrierUpdatedRequest request);
|
|
$async.Future<$22.ExecutionflowAttachmentAddedResponse> attachmentAdded($grpc.ServiceCall call, $22.ExecutionflowAttachmentAddedRequest request);
|
|
$async.Future<$22.ExecutionflowAttachmentRemovedResponse> attachmentRemoved($grpc.ServiceCall call, $22.ExecutionflowAttachmentRemovedRequest request);
|
|
$async.Future<$22.ExecutionflowAllocationErrorResponse> allocationError($grpc.ServiceCall call, $22.ExecutionflowAllocationErrorRequest request);
|
|
$async.Future<$22.ExecutionflowClaimAddedResponse> claimAdded($grpc.ServiceCall call, $22.ExecutionflowClaimAddedRequest request);
|
|
$async.Future<$22.ExecutionflowDeletedResponse> deleted($grpc.ServiceCall call, $22.ExecutionflowDeletedRequest request);
|
|
}
|