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
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Optional. The dimension name a rule belongs to. Custom dimension name is supported with all uppercase letters and maximum length of 30 characters.
287 288 289 290 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 287 class DataQualityDimension include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |