Class: Google::Cloud::Dataplex::V1::DataScanEvent::DataQualityResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/logs.rb

Overview

Data quality result for data scan job.

Defined Under Namespace

Classes: DimensionPassedEntry

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_passed::Google::Protobuf::Map{::String => ::Boolean}

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



418
419
420
421
422
423
424
425
426
427
428
429
430
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 418

class DataQualityResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Boolean]
  class DimensionPassedEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#passed::Boolean

Returns Whether the data quality result was pass or not.

Returns:

  • (::Boolean)

    Whether the data quality result was pass or not.



418
419
420
421
422
423
424
425
426
427
428
429
430
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 418

class DataQualityResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Boolean]
  class DimensionPassedEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#row_count::Integer

Returns The count of rows processed in the data scan job.

Returns:

  • (::Integer)

    The count of rows processed in the data scan job.



418
419
420
421
422
423
424
425
426
427
428
429
430
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 418

class DataQualityResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Boolean]
  class DimensionPassedEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end