@@ -2674,6 +2674,7 @@ class GoogleCloudDataplexV1DataQualityRuleResult
26742674 # row-level type rules.Evaluated count can be configured to either include all
26752675 # rows (default) - with null rows automatically failing rule evaluation, or
26762676 # exclude null rows from the evaluated_count, by setting ignore_nulls = true.
2677+ # This field is not set for rule SqlAssertion.
26772678 # Corresponds to the JSON property `evaluatedCount`
26782679 # @return [Fixnum]
26792680 attr_accessor :evaluated_count
@@ -2701,8 +2702,7 @@ class GoogleCloudDataplexV1DataQualityRuleResult
27012702 attr_accessor :passed
27022703 alias_method :passed? , :passed
27032704
2704- # The number of rows which passed a rule evaluation.This field is only valid for
2705- # row-level type rules.
2705+ # This field is not set for rule SqlAssertion.
27062706 # Corresponds to the JSON property `passedCount`
27072707 # @return [Fixnum]
27082708 attr_accessor :passed_count
@@ -3177,11 +3177,16 @@ def update!(**args)
31773177 end
31783178
31793179 # Represents a user-visible job which provides the insights for the related data
3180- # source.For example: Data Quality: generates queries based on the rules and
3181- # runs against the data to get data quality check results. Data Profile:
3182- # analyzes the data in table(s) and generates insights about the structure,
3183- # content and relationships (such as null percent, cardinality, min/max/mean,
3184- # etc).
3180+ # source.For example: Data quality: generates queries based on the rules and
3181+ # runs against the data to get data quality check results. For more information,
3182+ # see Auto data quality overview (https://cloud.google.com/dataplex/docs/auto-
3183+ # data-quality-overview). Data profile: analyzes the data in tables and
3184+ # generates insights about the structure, content and relationships (such as
3185+ # null percent, cardinality, min/max/mean, etc). For more information, see About
3186+ # data profiling (https://cloud.google.com/dataplex/docs/data-profiling-overview)
3187+ # . Data discovery: scans data in Cloud Storage buckets to extract and then
3188+ # catalog metadata. For more information, see Discover and catalog Cloud Storage
3189+ # data (https://cloud.google.com/bigquery/docs/automatic-discovery).
31853190 class GoogleCloudDataplexV1DataScan
31863191 include Google ::Apis ::Core ::Hashable
31873192
@@ -4327,7 +4332,9 @@ class GoogleCloudDataplexV1Entry
43274332 # @return [String]
43284333 attr_accessor :name
43294334
4330- # Optional. Immutable. The resource name of the parent entry.
4335+ # Optional. Immutable. The resource name of the parent entry, in the format
4336+ # projects/`project_id_or_number`/locations/`location_id`/entryGroups/`
4337+ # entry_group_id`/entries/`entry_id`.
43314338 # Corresponds to the JSON property `parentEntry`
43324339 # @return [String]
43334340 attr_accessor :parent_entry
0 commit comments