struct
Google::Cloud::BigQuery::Jobs
- Google::Cloud::BigQuery::Jobs
- Google::Cloud::BigQuery::API
- Struct
- Value
- Object
Defined in:
cloud/big_query.crConstructors
Instance Method Summary
- #get(job_id : String, location : String | Nil) : Job | Nil
- #get(job : Job)
- #get(job_reference : JobReference)
- #get(job_id : String, location : String | Nil, &)
- #get!(job_id : String, location : String | Nil) : Job
- #get!(job : Job)
- #get!(job_reference : JobReference)
- #get_query_results(job : Job, *, start_index : Int | Nil = nil, page_token : String | Nil = nil, max_results : Int | Nil = nil, timeout : Time::Span | Nil = nil, as return_type : T) forall T
- #get_query_results(*, job_id : String, location : String | Nil = nil, start_index : Int | Nil = nil, page_token : String | Nil = nil, max_results : Int | Nil = nil, timeout : Time::Span | Nil = nil, as return_type : T) forall T
- #insert(configuration : JobConfiguration)
- #project_id : String
Instance methods inherited from struct Google::Cloud::BigQuery::API
client : BigQuery
client
Constructor methods inherited from struct Google::Cloud::BigQuery::API
new(client : Google::Cloud::BigQuery)
new
Constructor Detail
Instance Method Detail
def get_query_results(job : Job, *, start_index : Int | Nil = nil, page_token : String | Nil = nil, max_results : Int | Nil = nil, timeout : Time::Span | Nil = nil, as return_type : T) forall T
#
def get_query_results(*, job_id : String, location : String | Nil = nil, start_index : Int | Nil = nil, page_token : String | Nil = nil, max_results : Int | Nil = nil, timeout : Time::Span | Nil = nil, as return_type : T) forall T
#