class Google::Cloud::Bigquery::Credentials
bigquery.project_id #=> “my-project”
)
credentials: creds
project_id: “my-project”,
bigquery = Google::Cloud::Bigquery.new(
creds = Google::Cloud::Bigquery::Credentials.new keyfile
keyfile = “/path/to/keyfile.json”
require “google/cloud/bigquery”
@example
BigQuery API.
Represents the authentication and authorization used to connect to the
# Credentials
#