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 v2 time_partitioning.pb.ex
Raw

lib/google/cloud/bigquery/v2/time_partitioning.pb.ex

defmodule Google.Cloud.Bigquery.V2.TimePartitioning do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:type, 1, type: :string, deprecated: false)
field(:expiration_ms, 2,
type: Google.Protobuf.Int64Value,
json_name: "expirationMs",
deprecated: false
)
field(:field, 3, type: Google.Protobuf.StringValue, deprecated: false)
end