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.
-
#index ⇒ Object
readonly
Returns the value of attribute index.
-
#row ⇒ Object
readonly
Returns the value of attribute row.
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors
84 85 86 |
# File 'lib/google/cloud/bigquery/insert_response.rb', line 84 def errors @errors end |
#index ⇒ Object (readonly)
Returns the value of attribute index
82 83 84 |
# File 'lib/google/cloud/bigquery/insert_response.rb', line 82 def index @index end |
#row ⇒ Object (readonly)
Returns the value of attribute row
83 84 85 |
# File 'lib/google/cloud/bigquery/insert_response.rb', line 83 def row @row end |