Packages

Elixir protobuf definitions for Envoy's data plane API

Current section

Files

Jump to
envoy_data_plane_api gen envoy config trace v2 http_tracer.pb.ex
Raw

gen/envoy/config/trace/v2/http_tracer.pb.ex

defmodule Envoy.Config.Trace.V2.Tracing.Http do
use Protobuf, syntax: :proto3, protoc_gen_elixir_version: "0.12.0"
oneof :config_type, 0
field :name, 1, type: :string, deprecated: false
field :config, 2, type: Google.Protobuf.Struct, oneof: 0, deprecated: true
field :typed_config, 3, type: Google.Protobuf.Any, json_name: "typedConfig", oneof: 0
end
defmodule Envoy.Config.Trace.V2.Tracing do
use Protobuf, syntax: :proto3, protoc_gen_elixir_version: "0.12.0"
field :http, 1, type: Envoy.Config.Trace.V2.Tracing.Http
end