Current section
Files
Jump to
Current section
Files
lib/google/cloud/bigquery/storage/v1beta1/avro.pb.ex
defmodule Google.Cloud.Bigquery.Storage.V1beta1.AvroSchema do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:schema, 1, type: :string)
end
defmodule Google.Cloud.Bigquery.Storage.V1beta1.AvroRows do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:serialized_binary_rows, 1, type: :bytes, json_name: "serializedBinaryRows")
field(:row_count, 2, type: :int64, json_name: "rowCount")
end