googleapis / java-pubsub

Apache License 2.0
122 stars 88 forks source link

chore: Regenerate us-states.proto to no longer reference removed methods #2068

Open michaelpri10 opened 3 weeks ago

michaelpri10 commented 3 weeks ago

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

Fixes #2034

If you write sample code, please follow the samples format.

michaelpri10 commented 3 weeks ago

The style check is failing with the following error due to a line in the autogenerated StateProto.java:

src/main/java/utilities/StateProto.java:[417,13] (naming) LocalVariableName: Local variable name 'from_bitField0_' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'.

The samples/checkstyle check may need to be disabled/bypassed for this PR.