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 (readonly)

Returns Output only. The dimension name a rule belongs to. Custom dimension name is supported with all uppercase letters and maximum length of 30 characters.

Returns:

  • (::String)

    Output only. The dimension name a rule belongs to. Custom dimension name is supported with all uppercase letters and maximum length of 30 characters.



295
296
297
298
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 295

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