add more precise detail for grpc json transcoder doc (#3251)

Signed-off-by: Mark Woo <wcgwuxinwei@gmail.com>

Mirrored from https://github.com/envoyproxy/envoy @ a7c01bd71efa438d6193dc220abaad1bfe3db9b4
pull/620/head
data-plane-api(CircleCI) 7 years ago
parent f9a8a8cd12
commit df1ba478ac
  1. 9
      envoy/config/filter/http/transcoder/v2/transcoder.proto

@ -23,10 +23,11 @@ message GrpcJsonTranscoder {
bytes proto_descriptor_bin = 4; bytes proto_descriptor_bin = 4;
} }
// A list of strings that supplies the service names that the // A list of strings that
// transcoder will translate. If the service name doesn't exist in ``proto_descriptor``, Envoy // supplies the fully qualified service names (i.e. "package_name.service_name") that
// will fail at startup. The ``proto_descriptor`` may contain more services than the service names // the transcoder will translate. If the service name doesn't exist in ``proto_descriptor``,
// specified here, but they won't be translated. // Envoy will fail at startup. The ``proto_descriptor`` may contain more services than
// the service names specified here, but they won't be translated.
repeated string services = 2 [(validate.rules).repeated .min_items = 1]; repeated string services = 2 [(validate.rules).repeated .min_items = 1];
message PrintOptions { message PrintOptions {

Loading…
Cancel
Save