struct Google::Cloud::BigQuery::JobConfiguration

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) #

def self.new(query : Query) #

[View source]
def self.new(load : Load) #

[View source]

Instance Method Detail

def copy : TableCopy | Nil #

def dry_run? : Bool | Nil #

def extract : Extract | Nil #

def labels : Hash(String, String) | Nil #

def load : Load | Nil #

def query : Query | Nil #

def reservation : String | Nil #

def timeout? : Time::Span | Nil #