Class: Google::Cloud::Bigquery::InsertResponse::InsertError
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::InsertResponse::InsertError
- Defined in:
- lib/google/cloud/bigquery/insert_response.rb
Overview
InsertError
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
-
#row ⇒ Object
readonly
Returns the value of attribute row.
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors
72 73 74 |
# File 'lib/google/cloud/bigquery/insert_response.rb', line 72 def errors @errors end |
#row ⇒ Object (readonly)
Returns the value of attribute row
71 72 73 |
# File 'lib/google/cloud/bigquery/insert_response.rb', line 71 def row @row end |