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

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

The output of a DataQualityScan.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dimensions

def dimensions() -> ::Array<::Google::Cloud::Dataplex::V1::DataQualityDimensionResult>
Returns

#dimensions=

def dimensions=(value) -> ::Array<::Google::Cloud::Dataplex::V1::DataQualityDimensionResult>
Parameter
Returns

#passed

def passed() -> ::Boolean
Returns
  • (::Boolean) — Overall data quality result -- true if all rules passed.

#passed=

def passed=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Overall data quality result -- true if all rules passed.
Returns
  • (::Boolean) — Overall data quality result -- true if all rules passed.

#row_count

def row_count() -> ::Integer
Returns
  • (::Integer) — The count of rows processed.

#row_count=

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

#rules

def rules() -> ::Array<::Google::Cloud::Dataplex::V1::DataQualityRuleResult>
Returns

#rules=

def rules=(value) -> ::Array<::Google::Cloud::Dataplex::V1::DataQualityRuleResult>
Parameter
Returns

#scanned_data

def scanned_data() -> ::Google::Cloud::Dataplex::V1::ScannedData
Returns

#scanned_data=

def scanned_data=(value) -> ::Google::Cloud::Dataplex::V1::ScannedData
Parameter
Returns