class Google::Apis::BigqueryV2::InsertAllTableDataResponse

Attributes

insert_errors[RW]

An array of errors for rows that were not inserted. Corresponds to the JSON property `insertErrors` @return [Array<Google::Apis::BigqueryV2::InsertAllTableDataResponse::InsertError>]

kind[RW]

The resource type of the response. Corresponds to the JSON property `kind` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/bigquery_v2/classes.rb, line 2384
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/bigquery_v2/classes.rb, line 2389
def update!(**args)
  @insert_errors = args[:insert_errors] if args.key?(:insert_errors)
  @kind = args[:kind] if args.key?(:kind)
end