struct Google::Cloud::BigQuery::Jobs

Defined in:

cloud/big_query.cr

Constructors

Instance Method Summary

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

def self.new(client, project_id : String) #

[View source]

Instance Method Detail

def get(job_id : String, location : String | Nil) : Job | Nil #

[View source]
def get(job : Job) #

[View source]
def get(job_reference : JobReference) #

[View source]
def get(job_id : String, location : String | Nil, &) #

[View source]
def get!(job_id : String, location : String | Nil) : Job #

[View source]
def get!(job : Job) #

[View source]
def get!(job_reference : JobReference) #

[View source]
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 #

[View source]
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 #

[View source]
def insert(configuration : JobConfiguration) #

[View source]
def project_id : String #

[View source]