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 cloud bigquery storage v1beta2 avro.pb.ex
Raw

lib/google/cloud/bigquery/storage/v1beta2/avro.pb.ex

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