struct Google::Cloud::BigQuery::Job

Included Modules

Extended Modules

Defined in:

cloud/big_query.cr

Constructors

Instance Method Summary

Macros inherited from module Google::Resource

define(name, *fields) define, field(var, key = nil, **options, &block) field, field!(var, key = nil, **options, &block) field!, field?(var, key = nil, **options, &block) field?

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(pull : MessagePack::Unpacker) #

Instance Method Detail

def configuration : JobConfiguration #

def etag : String #

def id : String #

def job_creation_reason : JobCreationReason #

def job_reference : JobReference #

def job_type : Type | Nil #

def kind : String #

def principal_subject : String #

[View source]
def statistics : JobStatistics #

def status : Status #

def user_email : String #

[View source]