gRPC-JSON转码器
gRPC-JSON 转码器
filter.http.GrpcJsonTranscoder
{
"proto_descriptor": "...",
"services": [],
"print_options": "{...}"
}git clone https://github.com/googleapis/googleapis GOOGLEAPIS_DIR=<your-local-googleapis-folder>protoc -I$(GOOGLEAPIS_DIR) -I. --include_imports --include_source_info \ --descriptor_set_out=proto.pb test/proto/bookstore.proto
filter.http.GrpcJsonTranscoder.PrintOptions
返回
Last updated