Krishna Birla

Results 12 comments of Krishna Birla

Coming here from https://github.com/googleapis/gnostic/issues/162 @srenatus https://github.com/googleapis/gnostic doesn't **inter-convert** between proto files and open API specs, it uses message buffers instead (binary serialized data). More over, the open API specs to...

Thanks for the quick response!! This project is a very nice initiative, and I am super glad to see it incubate in GSOC! But there are a few issues that...

Thanks @balnice The second [option](https://github.com/OpenAPITools/openapi-generator) looks promising, but the fundamental requirement of interconversion is still on hang. These libraries don't convert `.proto` to OpenAPI v3 spec, and only do it...

@shikag It didn't work for me, I also thought that `.pb` is just intermediate code for protobuf, but it doesn't seem like it.

@shellsong Yes, it supports OpenAPIv2, I am looking for v3.

Hi @timburks Thanks for the prompted reply. A simple example could be something like this: from ``` ... message CreateAnimalRequest { oneof Aminals { Cat cat = 1; Dog dog...

Sorry for the delayed response, I will investigate deeper and reply soon.

@timburks Apologies for the delayed response. The transcoding in https://google.aip.dev/127 may not be able to completely cater to the oneOf use case. Currently, annotations is a map, and takes HTTP...

Also, similarly HTTP/YAML will also be supported for above AIPs, right?