Packages

Google API protobufs for Elixir/gRPC: Datastore, Bigtable, Pub/Sub, Storage, KMS, Tasks, Secret Manager, BigQuery, IAM, Logging, Long-Running Operations and AI Generative Language

Current section

Files

Jump to
googleapis_proto_ex lib google api field_behavior.pb.ex
Raw

lib/google/api/field_behavior.pb.ex

defmodule Google.Api.FieldBehavior do
@moduledoc false
use Protobuf, enum: true, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
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)
field(:IDENTIFIER, 8)
end