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 v1beta1 arrow.pb.ex
Raw

lib/google/cloud/bigquery/storage/v1beta1/arrow.pb.ex

defmodule Google.Cloud.Bigquery.Storage.V1beta1.ArrowSchema do
@moduledoc false
use Protobuf,
full_name: "google.cloud.bigquery.storage.v1beta1.ArrowSchema",
protoc_gen_elixir_version: "0.17.0",
syntax: :proto3
field :serialized_schema, 1, type: :bytes, json_name: "serializedSchema"
end
defmodule Google.Cloud.Bigquery.Storage.V1beta1.ArrowRecordBatch do
@moduledoc false
use Protobuf,
full_name: "google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch",
protoc_gen_elixir_version: "0.17.0",
syntax: :proto3
field :serialized_record_batch, 1, type: :bytes, json_name: "serializedRecordBatch"
field :row_count, 2, type: :int64, json_name: "rowCount"
end