getCLIConfigForProject method

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

Implementation

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