Once we finish #4843, we should repeat these steps and resolve diffs for google-cloud-compute.
cd /path/to/googleapis/librarian
go install ./cmd/librarian && go install ./tool/cmd/migrate
cd /path/to/googleapis/google-cloud-node
git fetch upstream && git reset --hard upstream/main
migrate .
librarian generate google-cloud-compute
git diff --stat
Once we finish #4843, we should repeat these steps and resolve diffs for google-cloud-compute.