GoogleCloudDataplexV1DataQualityRuleTemplate class
DataQualityRuleTemplate represents a template which can be reused across multiple data quality rules.
Constructors
-
GoogleCloudDataplexV1DataQualityRuleTemplate({List<
String> ? capabilities, String? dimension, Map<String, GoogleCloudDataplexV1DataQualityRuleTemplateParameterDescription> ? inputParameters, String? name, List<GoogleCloudDataplexV1DataQualityRuleTemplateSql> ? sqlCollection}) - GoogleCloudDataplexV1DataQualityRuleTemplate.fromJson(Map json_)
Properties
-
capabilities
↔ List<
String> ? -
A list of features or properties supported by this rule template.
getter/setter pair
- dimension ↔ String?
-
The dimension a rule template belongs to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputParameters
↔ Map<
String, GoogleCloudDataplexV1DataQualityRuleTemplateParameterDescription> ? -
Description for input parameters
getter/setter pair
- name ↔ String?
-
The name of the rule template in the format:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sqlCollection
↔ List<
GoogleCloudDataplexV1DataQualityRuleTemplateSql> ? -
Collection of SQLs for data quality rules.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited