Packages

Elixir protobuf definitions for Envoy's data plane API

Current section

Files

Jump to
envoy_data_plane_api gen envoy config accesslog v2 file.pb.ex
Raw

gen/envoy/config/accesslog/v2/file.pb.ex

defmodule Envoy.Config.Accesslog.V2.FileAccessLog do
use Protobuf, syntax: :proto3, protoc_gen_elixir_version: "0.12.0"
oneof :access_log_format, 0
field :path, 1, type: :string, deprecated: false
field :format, 2, type: :string, oneof: 0
field :json_format, 3, type: Google.Protobuf.Struct, json_name: "jsonFormat", oneof: 0
field :typed_json_format, 4,
type: Google.Protobuf.Struct,
json_name: "typedJsonFormat",
oneof: 0
end