struct
Google::Cloud::BigQuery::SingleTable::InsertAllRequest
- Google::Cloud::BigQuery::SingleTable::InsertAllRequest
- Struct
- Value
- Object
Included Modules
- Google::Resource
- JSON::Serializable
- MessagePack::Serializable
Extended Modules
- JSON::Schema
Defined in:
cloud/big_query.crConstructors
- .new(pull : JSON::PullParser)
- .new(pull : MessagePack::Unpacker)
- .new(*, kind : Nil | String = nil, skip_invalid_rows : Bool | Nil = nil, ignore_unknown_values : Bool | Nil = nil, template_suffix : Nil | String = nil, rows : Array(Google::Cloud::BigQuery::SingleTable::Row), trace_id : Nil | String = nil)
Instance Method Summary
- #ignore_unknown_values? : Bool | Nil
- #kind : String | Nil
- #rows : Array(Row)
- #skip_invalid_rows? : Bool | Nil
- #template_suffix : String | Nil
- #trace_id : String | 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(*, kind : Nil | String = nil, skip_invalid_rows : Bool | Nil = nil, ignore_unknown_values : Bool | Nil = nil, template_suffix : Nil | String = nil, rows : Array(Google::Cloud::BigQuery::SingleTable::Row), trace_id : Nil | String = nil)
#