grpc-java/alts/src
Eric Anderson a206cda1a8 Change Attributes.Key debug strings to reference the API of the key
Users appear to be doing `attributes.toString()` to find keys they are
interested in and then unable to find the name of the Key in our API.
They workaround the problem by scanning through `attributes.keys()`
looking for the key of interest. This is an abuse of the keys() API and
unnecessary user friction. They'd happily use the API if they just knew
where to find it.

I added internal to some strings to make it clear that you shouldn't go
looking to use it. There were many strings I didn't change. I focused on
keys most likely to be seen by users, which meant keys in grpc-api and
keys that are available via transport attributes.

See https://github.com/grpc/grpc-java/issues/1764#issuecomment-1139250061
2022-06-02 16:11:02 -07:00
..
generated/main/grpc/io/grpc/alts/internal compiler: Add GrpcGenerated annotation to generated class 2021-07-02 22:11:40 -07:00
main Change Attributes.Key debug strings to reference the API of the key 2022-06-02 16:11:02 -07:00
test/java/io/grpc/alts Bump ErrorProne to 2.10.0 2022-01-12 12:06:27 -08:00