Current section

Files

Jump to
ex_google_stt lib protos google protobuf any.pb.ex
Raw

lib/protos/google/protobuf/any.pb.ex

defmodule Google.Protobuf.Any do
@moduledoc false
use Protobuf, syntax: :proto3, protoc_gen_elixir_version: "0.12.0"
field :type_url, 1, type: :string, json_name: "typeUrl"
field :value, 2, type: :bytes
end