Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DataScanEvent::DataQualityResult (v0.8.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataScanEvent::DataQualityResult.

Data quality result for data scan job.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dimension_passed

def dimension_passed() -> ::Google::Protobuf::Map{::String => ::Boolean}
Returns
  • (::Google::Protobuf::Map{::String => ::Boolean}) — The result of each dimension for data quality result. The key of the map is the name of the dimension. The value is the bool value depicting whether the dimension result was pass or not.

#dimension_passed=

def dimension_passed=(value) -> ::Google::Protobuf::Map{::String => ::Boolean}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Boolean}) — The result of each dimension for data quality result. The key of the map is the name of the dimension. The value is the bool value depicting whether the dimension result was pass or not.
Returns
  • (::Google::Protobuf::Map{::String => ::Boolean}) — The result of each dimension for data quality result. The key of the map is the name of the dimension. The value is the bool value depicting whether the dimension result was pass or not.

#passed

def passed() -> ::Boolean
Returns
  • (::Boolean) — Whether the data quality result was pass or not.

#passed=

def passed=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether the data quality result was pass or not.
Returns
  • (::Boolean) — Whether the data quality result was pass or not.

#row_count

def row_count() -> ::Integer
Returns
  • (::Integer) — The count of rows processed in the data scan job.

#row_count=

def row_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The count of rows processed in the data scan job.
Returns
  • (::Integer) — The count of rows processed in the data scan job.