Current section
Files
Jump to
Current section
Files
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