Class: Google::Cloud::Dataplex::V1::DataQualityDimension
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataQualityDimension
- 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
-
#name ⇒ ::String
The dimension name a rule belongs to.
Instance Attribute Details
#name ⇒ ::String
Returns The dimension name a rule belongs to. Supported dimensions are ["COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"].
280 281 282 283 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 280 class DataQualityDimension include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |