update_Pre method

Future<IdentifierResponse> update_Pre(
  1. ServiceCall $call,
  2. Future<ComponentsServiceUpdateRequest> $request
)

Implementation

$async.Future<$1.IdentifierResponse> update_Pre($grpc.ServiceCall $call,
    $async.Future<$0.ComponentsServiceUpdateRequest> $request) async {
  return update($call, await $request);
}