Current section
Files
Jump to
Current section
Files
lib/google/api/field_behavior.pb.ex
defmodule Google.Api.FieldBehavior do
@moduledoc false
use Protobuf, enum: true, syntax: :proto3, protoc_gen_elixir_version: "0.12.0"
field :FIELD_BEHAVIOR_UNSPECIFIED, 0
field :OPTIONAL, 1
field :REQUIRED, 2
field :OUTPUT_ONLY, 3
field :INPUT_ONLY, 4
field :IMMUTABLE, 5
field :UNORDERED_LIST, 6
field :NON_EMPTY_DEFAULT, 7
end