analyzeProjectDeletion_Pre method

Future<ProjectDeletionImpactResponse> analyzeProjectDeletion_Pre(
  1. ServiceCall $call,
  2. Future<ProjectDeletionImpactRequest> $request
)

Implementation

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