getCLIConfigForProject_Pre method

Future<Config> getCLIConfigForProject_Pre(
  1. ServiceCall $call,
  2. Future<ProjectId> $request
)

Implementation

$async.Future<$1.Config> getCLIConfigForProject_Pre(
    $grpc.ServiceCall $call, $async.Future<$0.ProjectId> $request) async {
  return getCLIConfigForProject($call, await $request);
}