struct
Google::Cloud::BigQuery::JobConfiguration::Load
- Google::Cloud::BigQuery::JobConfiguration::Load
- Struct
- Value
- Object
Included Modules
- Google::Resource
- JSON::Serializable
- MessagePack::Serializable
Extended Modules
- JSON::Schema
Defined in:
cloud/big_query.crConstructors
- .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)
- .new(pull : JSON::PullParser)
- .new(pull : MessagePack::Unpacker)
Instance Method Summary
- #allow_jagged_rows? : Bool | Nil
- #allow_quoted_newlines? : Bool | Nil
- #autodetect? : Bool | Nil
- #create_disposition : CreateDisposition | Nil
- #destination_table : TableReference
- #encoding : String | Nil
- #field_delimiter : String | Nil
- #ignore_unknown_values? : Bool | Nil
- #max_bad_records : Int32 | Nil
- #null_marker : String | Nil
- #quote : String | Nil
- #schema : TableSchema | Nil
- #skip_leading_rows : Int32 | Nil
- #source_format : SourceFormat | Nil
- #source_uris : Array(String)
- #write_disposition : WriteDisposition | Nil
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)
#