class Google::Cloud::Bigquery::Service
- Google::Cloud::Bigquery::Service
- Reference
- Object
Defined in:
bigquery/service.crConstructors
Instance Method Summary
- #credentials : Google::Cloud::Bigquery::Auth | Google::Cloud::Bigquery::FileAuth | String | Nil
- #endpoint : String
- #list_datasets
- #project_id : String | Nil
- #retries : Int32
- #scope : String
- #timeout : Int32
Constructor Detail
def self.new(project_id : Nil | String = 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")
#
Instance Method Detail
def credentials : Google::Cloud::Bigquery::Auth | Google::Cloud::Bigquery::FileAuth | String | Nil
#