BigQuery Storage V1 API - Class Google::Cloud::Bigquery::Storage::V1::RowError (v0.11.1)

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

#code=

def code=(value) -> ::Google::Cloud::Bigquery::Storage::V1::RowError::RowErrorCode
Parameter
Returns

#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.