Reference documentation and code samples for the Google Cloud Dataplex V1 Client class DataQualityRuleTemplate.
DataQualityRuleTemplate represents a template which can be reused across multiple data quality rules.
Generated from protobuf message google.cloud.dataplex.v1.DataQualityRuleTemplate
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
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}
↳ dimension
string
Output only. The dimension a rule template belongs to. Rule level results are also aggregated at the dimension level.
↳ sql_collection
array< DataQualityRuleTemplate\Sql
>
Output only. Collection of SQLs for data quality rules. Currently only one SQL is supported.
↳ input_parameters
↳ capabilities
string[]
Output only. A list of features or properties supported by this rule template.
getName
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}
string
setName
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}
var
string
$this
getDimension
Output only. The dimension a rule template belongs to. Rule level results are also aggregated at the dimension level.
string
setDimension
Output only. The dimension a rule template belongs to. Rule level results are also aggregated at the dimension level.
var
string
$this
getSqlCollection
Output only. Collection of SQLs for data quality rules. Currently only one SQL is supported.
setSqlCollection
Output only. Collection of SQLs for data quality rules. Currently only one SQL is supported.
$this
getInputParameters
Output only. Description for input parameters
setInputParameters
Output only. Description for input parameters
$this
getCapabilities
Output only. A list of features or properties supported by this rule template.
setCapabilities
Output only. A list of features or properties supported by this rule template.
var
string[]
$this

