updateProject method

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

Implementation

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