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