updateProject method

ResponseFuture<UpdateProjectResponse> updateProject(
  1. UpdateProjectRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.UpdateProjectResponse> updateProject(
    $1.UpdateProjectRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateProject, request, options: options);
}