| Interface | Description |
|---|---|
| ConfigGenerator |
An interface representing an object which does generation of Service configuration.
|
| Class | Description |
|---|---|
| ConfigGeneratorDriver |
This tool generate the normalized config for an API service (defined using either proto
descriptors or swagger spec) and outputs it in binary proto, text or json format.
|
| ConfigGeneratorFromProtoDescriptor |
This tool generate the normalized config for an API service and output it in both binary and text
proto form.
|
| ServiceConfigGeneratorTool |
Main entry point for the service config generator.
|