Class: Google::Cloud::Bigquery::InsertResponse::InsertError

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigquery/insert_response.rb

Overview

InsertError

Instance Attribute Summary collapse

Instance Attribute Details

#errorsObject (readonly)

Returns the value of attribute errors



84
85
86
# File 'lib/google/cloud/bigquery/insert_response.rb', line 84

def errors
  @errors
end

#indexObject (readonly)

Returns the value of attribute index



82
83
84
# File 'lib/google/cloud/bigquery/insert_response.rb', line 82

def index
  @index
end

#rowObject (readonly)

Returns the value of attribute row



83
84
85
# File 'lib/google/cloud/bigquery/insert_response.rb', line 83

def row
  @row
end