Current section
Files
Jump to
Current section
Files
gen/envoy/data/tap/v3/common.pb.ex
defmodule Envoy.Data.Tap.V3.Body do
use Protobuf, syntax: :proto3, protoc_gen_elixir_version: "0.12.0"
oneof :body_type, 0
field :as_bytes, 1, type: :bytes, json_name: "asBytes", oneof: 0
field :as_string, 2, type: :string, json_name: "asString", oneof: 0
field :truncated, 3, type: :bool
end
defmodule Envoy.Data.Tap.V3.Connection do
use Protobuf, syntax: :proto3, protoc_gen_elixir_version: "0.12.0"
field :local_address, 1, type: Envoy.Config.Core.V3.Address, json_name: "localAddress"
field :remote_address, 2, type: Envoy.Config.Core.V3.Address, json_name: "remoteAddress"
end