draftUpdate_Pre method
Future<IdentifierResponse>
draftUpdate_Pre(
- ServiceCall $call,
- Future<
WorkflowsRulesServiceUpdateRequest> $request
Implementation
$async.Future<$1.IdentifierResponse> draftUpdate_Pre($grpc.ServiceCall $call,
$async.Future<$0.WorkflowsRulesServiceUpdateRequest> $request) async {
return draftUpdate($call, await $request);
}