Class: Google::Cloud::Dataplex::V1::DataQualityDimension

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

Overview

A dimension captures data quality intent about a defined subset of the rules specified.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The dimension name a rule belongs to. Supported dimensions are ["COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"].

Returns:

  • (::String)

    The dimension name a rule belongs to. Supported dimensions are ["COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"]



274
275
276
277
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 274

class DataQualityDimension
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end