class Google::Apis::BigqueryV2::InsertAllTableDataResponse::InsertError

Attributes

errors[RW]

Error information for the row indicated by the index property. Corresponds to the JSON property `errors` @return [Array<Google::Apis::BigqueryV2::ErrorProto>]

index[RW]

The index of the row that error applies to. Corresponds to the JSON property `index` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/bigquery_v2/classes.rb, line 2408
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 2413
def update!(**args)
  @errors = args[:errors] if args.key?(:errors)
  @index = args[:index] if args.key?(:index)
end