When we upgrade our bazel codegen to this new version we get a strange compile error from our gapic targets. Running bazelisk build --sandbox_debug //google/bigtable/admin/v2:admin_go_gapic generates lots of error like: cannot use name (type string) as type int32 in field value. This happens for all LROs. For now we are manually patching in an old version but this should be removed ASAP once we have identified the defect.