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 v1alpha partition.pb.ex
Raw

lib/google/cloud/bigquery/storage/v1alpha/partition.pb.ex

defmodule Google.Cloud.Bigquery.Storage.V1alpha.FieldSchema do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:name, 1, type: :string, deprecated: false)
field(:type, 2, type: :string, deprecated: false)
end
defmodule Google.Cloud.Bigquery.Storage.V1alpha.StorageDescriptor do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:location_uri, 1, type: :string, json_name: "locationUri", deprecated: false)
field(:input_format, 2, type: :string, json_name: "inputFormat", deprecated: false)
field(:output_format, 3, type: :string, json_name: "outputFormat", deprecated: false)
field(:serde_info, 4,
type: Google.Cloud.Bigquery.Storage.V1alpha.SerDeInfo,
json_name: "serdeInfo",
deprecated: false
)
end
defmodule Google.Cloud.Bigquery.Storage.V1alpha.SerDeInfo.ParametersEntry do
@moduledoc false
use Protobuf, map: true, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:key, 1, type: :string)
field(:value, 2, type: :string)
end
defmodule Google.Cloud.Bigquery.Storage.V1alpha.SerDeInfo do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:name, 1, type: :string, deprecated: false)
field(:serialization_library, 2,
type: :string,
json_name: "serializationLibrary",
deprecated: false
)
field(:parameters, 3,
repeated: true,
type: Google.Cloud.Bigquery.Storage.V1alpha.SerDeInfo.ParametersEntry,
map: true,
deprecated: false
)
end
defmodule Google.Cloud.Bigquery.Storage.V1alpha.MetastorePartition.ParametersEntry do
@moduledoc false
use Protobuf, map: true, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:key, 1, type: :string)
field(:value, 2, type: :string)
end
defmodule Google.Cloud.Bigquery.Storage.V1alpha.MetastorePartition do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:values, 1, repeated: true, type: :string, deprecated: false)
field(:create_time, 2,
type: Google.Protobuf.Timestamp,
json_name: "createTime",
deprecated: false
)
field(:storage_descriptor, 3,
type: Google.Cloud.Bigquery.Storage.V1alpha.StorageDescriptor,
json_name: "storageDescriptor",
deprecated: false
)
field(:parameters, 4,
repeated: true,
type: Google.Cloud.Bigquery.Storage.V1alpha.MetastorePartition.ParametersEntry,
map: true,
deprecated: false
)
field(:fields, 5,
repeated: true,
type: Google.Cloud.Bigquery.Storage.V1alpha.FieldSchema,
deprecated: false
)
end
defmodule Google.Cloud.Bigquery.Storage.V1alpha.MetastorePartitionList do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:partitions, 1,
repeated: true,
type: Google.Cloud.Bigquery.Storage.V1alpha.MetastorePartition,
deprecated: false
)
end
defmodule Google.Cloud.Bigquery.Storage.V1alpha.ReadStream do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:name, 1, type: :string, deprecated: false)
end
defmodule Google.Cloud.Bigquery.Storage.V1alpha.StreamList do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:streams, 1,
repeated: true,
type: Google.Cloud.Bigquery.Storage.V1alpha.ReadStream,
deprecated: false
)
end
defmodule Google.Cloud.Bigquery.Storage.V1alpha.MetastorePartitionValues do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:values, 1, repeated: true, type: :string, deprecated: false)
end