defmodule Google.Cloud.Bigquery.Storage.V1beta1.AvroSchema do @moduledoc false use Protobuf, full_name: "google.cloud.bigquery.storage.v1beta1.AvroSchema", protoc_gen_elixir_version: "0.17.0", syntax: :proto3 field :schema, 1, type: :string end defmodule Google.Cloud.Bigquery.Storage.V1beta1.AvroRows do @moduledoc false use Protobuf, full_name: "google.cloud.bigquery.storage.v1beta1.AvroRows", protoc_gen_elixir_version: "0.17.0", syntax: :proto3 field :serialized_binary_rows, 1, type: :bytes, json_name: "serializedBinaryRows" field :row_count, 2, type: :int64, json_name: "rowCount" end