OFFTOPIC release request: Grpc Config Json and yaml Generator
gattytto opened this issue · 3 comments
Hello I have seen this google ads json and it mentions a generator I can't find anywhere and looks very useful.
/** Do not edit this file. This file is auto-generated by
java/com/google/ads/simplyapi/tools/versioning/grpcconfig/GrpcConfigJsonGenerator.java. */
I don't know where to file this request but I figured I may as well ask for guidance on where to make this request.
thanks in advance
Hi @gattytto,
This GrpcConfigJsonGenerator.java
is a part of an internal tool. Can you share with us what exactly are you trying to do? This gRPC service config JSON just lists retry settings for RPC calls and is pretty straightforward to generate, the tool was used in Ads use case because the settings were taken from elsewhere, and it won't be useful for any general use case.
@alexander-fenster thank you so much for the detailed explanation, first to answer your question I am learning to dev so it'd be first for achive and study purpose, then maybe try use parts of it some other way, currently I am looking for protoc-gen-crd implementation and that is why I asked also for Yaml generators (if they are actually generated be it in ads or maybe any part of googleapis/cloud).
Again, thank you so much for the explanation.
Closing this out. Please re-open or an other issue if you have questions. Thanks!