struct Google::Cloud::BigQuery::JobConfiguration::Load

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(source_uris : Array(String), destination_table : Google::Cloud::BigQuery::TableReference, *, source_format : Google::Cloud::BigQuery::JobConfiguration::Load::SourceFormat | Nil = nil, schema : Google::Cloud::BigQuery::TableSchema | Nil = nil, autodetect : Bool | Nil = nil, write_disposition : Google::Cloud::BigQuery::JobConfiguration::Load::WriteDisposition | Nil = nil, create_disposition : Google::Cloud::BigQuery::JobConfiguration::Load::CreateDisposition | Nil = nil, ignore_unknown_values : Bool | Nil = nil, max_bad_records : Int32 | Nil = nil, null_marker : Nil | String = nil, field_delimiter : Nil | String = nil, skip_leading_rows : Int32 | Nil = nil, quote : Nil | String = nil, allow_quoted_newlines : Bool | Nil = nil, allow_jagged_rows : Bool | Nil = nil, encoding : Nil | String = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

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

Instance Method Detail

def allow_jagged_rows? : Bool | Nil #

[View source]
def allow_quoted_newlines? : Bool | Nil #

[View source]
def autodetect? : Bool | Nil #

[View source]
def create_disposition : CreateDisposition | Nil #

[View source]
def destination_table : TableReference #

[View source]
def encoding : String | Nil #

[View source]
def field_delimiter : String | Nil #

[View source]
def ignore_unknown_values? : Bool | Nil #

[View source]
def max_bad_records : Int32 | Nil #

[View source]
def null_marker : String | Nil #

[View source]
def quote : String | Nil #

[View source]
def schema : TableSchema | Nil #

[View source]
def skip_leading_rows : Int32 | Nil #

[View source]
def source_format : SourceFormat | Nil #

[View source]
def source_uris : Array(String) #

[View source]
def write_disposition : WriteDisposition | Nil #

[View source]