Closed coryan closed 7 months ago
A number of proto files listed in the *.list files with RPC services defined are missing from the generator_config.textproto file:
*.list
generator_config.textproto
comm -23 \ <(git ls-files -- external/googleapis/protolists/*.list | \ xargs sed -e 's;@com_google_googleapis//;;' -e 's;:;/;' | \ xargs env -C .build/external/googleapis/src/googleapis_download grep -l '^service ' | sort) \ <(sed -n '/service_proto_path:/ {s/.*_path: "//; s/"//p}' generator/generator_config.textproto | sort)
We should give extra scrutiny to services that were not added as part of #12168. Although some of them may be GA by now.
A number of proto files listed in the
*.list
files with RPC services defined are missing from thegenerator_config.textproto
file:google/cloud/apigeeconnect/v1/tether.protogoogle/cloud/notebooks/v1/service.proto