enableServiceAccountKey_Pre method
Future<Empty>
enableServiceAccountKey_Pre(
- ServiceCall $call,
- Future<
EnableServiceAccountKeyRequest> $request
Implementation
$async.Future<$1.Empty> enableServiceAccountKey_Pre($grpc.ServiceCall $call,
$async.Future<$0.EnableServiceAccountKeyRequest> $request) async {
return enableServiceAccountKey($call, await $request);
}