grpc-java/testing-proto/src
ZHANG Dapeng 86ef4c50d3 testing-proto: add string message to simpleservice.proto to facilitate testing
It was not convenient to test in some scenarios without having a field in the message. All `SimpleResponse` messages were `equals` to each other. Users might not want to assume reference identity/inequality between server and client for equal/unequal messages even for InProcess. Even with reference identity, it would still be inconvenient if their were hundreds of messages.

To have a  non-proto based String to String service instead is another solution, but the usefulness of this proto based service would still be too limited.
2017-07-14 16:23:16 -07:00
..
generated/main testing-proto: add string message to simpleservice.proto to facilitate testing 2017-07-14 16:23:16 -07:00
main/proto/io/grpc/testing/protobuf testing-proto: add string message to simpleservice.proto to facilitate testing 2017-07-14 16:23:16 -07:00
test/java/io/grpc/testing/protobuf all: migrate .proto files from testing-proto to interop-testing 2017-07-06 15:26:08 -07:00