Packages

Elixir protobuf definitions for Envoy's data plane API

Current section

Files

Jump to
envoy_data_plane_api gen validate pb_extension.pb.ex
Raw

gen/validate/pb_extension.pb.ex

defmodule Validate.PbExtension do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.12.0"
extend Google.Protobuf.MessageOptions, :disabled, 1071, optional: true, type: :bool
extend Google.Protobuf.MessageOptions, :ignored, 1072, optional: true, type: :bool
extend Google.Protobuf.OneofOptions, :required, 1071, optional: true, type: :bool
extend Google.Protobuf.FieldOptions, :rules, 1071, optional: true, type: Validate.FieldRules
end