getCLIConfigForProject method

ResponseFuture<Config> getCLIConfigForProject(
  1. ProjectId request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$5.Config> getCLIConfigForProject($3.ProjectId request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getCLIConfigForProject, request, options: options);
}