Reference documentation and code samples for the BigQuery Storage V1 API class Google::Cloud::Bigquery::Storage::V1::RowError.
The message that presents row level error info in a request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#code
def code() -> ::Google::Cloud::Bigquery::Storage::V1::RowError::RowErrorCode
Returns
- (::Google::Cloud::Bigquery::Storage::V1::RowError::RowErrorCode) — Structured error reason for a row error.
#code=
def code=(value) -> ::Google::Cloud::Bigquery::Storage::V1::RowError::RowErrorCode
Parameter
- value (::Google::Cloud::Bigquery::Storage::V1::RowError::RowErrorCode) — Structured error reason for a row error.
Returns
- (::Google::Cloud::Bigquery::Storage::V1::RowError::RowErrorCode) — Structured error reason for a row error.
#index
def index() -> ::Integer
Returns
- (::Integer) — Index of the malformed row in the request.
#index=
def index=(value) -> ::Integer
Parameter
- value (::Integer) — Index of the malformed row in the request.
Returns
- (::Integer) — Index of the malformed row in the request.
#message
def message() -> ::String
Returns
- (::String) — Description of the issue encountered when processing the row.
#message=
def message=(value) -> ::String
Parameter
- value (::String) — Description of the issue encountered when processing the row.
Returns
- (::String) — Description of the issue encountered when processing the row.