Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DataQualityRuleTemplate (v2.10.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataQualityRuleTemplate.

DataQualityRuleTemplate represents a template which can be reused across multiple data quality rules.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#capabilities

def capabilities() -> ::Array<::String>
Returns
  • (::Array<::String>) — Output only. A list of features or properties supported by this rule template.

#dimension

def dimension() -> ::String
Returns
  • (::String) — Output only. The dimension a rule template belongs to. Rule level results are also aggregated at the dimension level.

#input_parameters

def input_parameters() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Dataplex::V1::DataQualityRuleTemplate::ParameterDescription}
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::Dataplex::V1::DataQualityRuleTemplate::ParameterDescription}) — Output only. Description for input parameters

#name

def name() -> ::String
Returns
  • (::String) — Output only. The name of the rule template in the format: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}

#sql_collection

def sql_collection() -> ::Array<::Google::Cloud::Dataplex::V1::DataQualityRuleTemplate::Sql>
Returns