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