analyzeProjectDeletion_Pre method
- ServiceCall $call,
- Future<
ProjectDeletionImpactRequest> $request
Implementation
$async.Future<$0.ProjectDeletionImpactResponse> analyzeProjectDeletion_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.ProjectDeletionImpactRequest> $request) async {
return analyzeProjectDeletion($call, await $request);
}