updateServiceAccount_Pre method

Future<ServiceAccount> updateServiceAccount_Pre(
  1. ServiceCall $call,
  2. Future<ServiceAccount> $request
)

Implementation

$async.Future<$0.ServiceAccount> updateServiceAccount_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.ServiceAccount> $request) async {
  return updateServiceAccount($call, await $request);
}