Current section
Files
Jump to
Current section
Files
lib/google/cloud/bigquery/v2/table_reference.pb.ex
defmodule Google.Cloud.Bigquery.V2.TableReference do
@moduledoc false
use Protobuf,
full_name: "google.cloud.bigquery.v2.TableReference",
protoc_gen_elixir_version: "0.17.0",
syntax: :proto3
field :project_id, 1, type: :string, json_name: "projectId", deprecated: false
field :dataset_id, 2, type: :string, json_name: "datasetId", deprecated: false
field :table_id, 3, type: :string, json_name: "tableId", deprecated: false
end