struct Google::Cloud::BigQuery::SingleTable::InsertAllRequest

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(*, 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) #

[View source]

Instance Method Detail

def ignore_unknown_values? : Bool | Nil #

def kind : String | Nil #

def rows : Array(Row) #

def skip_invalid_rows? : Bool | Nil #

def template_suffix : String | Nil #

def trace_id : String | Nil #