module Google::Cloud::Bigquery
Defined in:
bigquery.crbigquery/auth/auth.cr
bigquery/auth/file_auth.cr
bigquery/auth/token.cr
bigquery/dataset.cr
bigquery/includes/auth_include.cr
bigquery/job.cr
bigquery/project.cr
bigquery/query_job.cr
bigquery/service.cr
bigquery/table.cr
Constant Summary
-
URI_ENDPOINT =
URI.parse("https://bigquery.googleapis.com")
Constructors
Constructor Detail
def self.new(project_id : String | Nil = nil, credentials : Google::Cloud::Bigquery::Auth | Google::Cloud::Bigquery::FileAuth | String | Nil = nil, scope : String = "https://www.googleapis.com/auth/bigquery", retries : Int32 = 5, timeout : Int32 = 10, endpoint : String = "https://bigquery.googleapis.com")
#