Skip to content

Commit ef7755b

Browse files
feat: Automated regeneration of Dataplex client (googleapis#12838)
Auto-created at 2025-01-18 13:11:09 +0000 using the toys pull request generator.
1 parent b59c57f commit ef7755b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

clients/dataplex/lib/google_api/dataplex/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Dataplex.V1 do
2020
API client metadata for GoogleApi.Dataplex.V1.
2121
"""
2222

23-
@discovery_revision "20250107"
23+
@discovery_revision "20250116"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/dataplex/lib/google_api/dataplex/v1/model/google_cloud_dataplex_v1_data_quality_rule_result.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ defmodule GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualityRuleResult
2222
## Attributes
2323
2424
* `assertionRowCount` (*type:* `String.t`, *default:* `nil`) - Output only. The number of rows returned by the SQL statement in a SQL assertion rule.This field is only valid for SQL assertion rules.
25-
* `evaluatedCount` (*type:* `String.t`, *default:* `nil`) - The number of rows a rule was evaluated against.This field is only valid for row-level type rules.Evaluated count can be configured to either include all rows (default) - with null rows automatically failing rule evaluation, or exclude null rows from the evaluated_count, by setting ignore_nulls = true.
25+
* `evaluatedCount` (*type:* `String.t`, *default:* `nil`) - The number of rows a rule was evaluated against.This field is only valid for row-level type rules.Evaluated count can be configured to either include all rows (default) - with null rows automatically failing rule evaluation, or exclude null rows from the evaluated_count, by setting ignore_nulls = true.This field is not set for rule SqlAssertion.
2626
* `failingRowsQuery` (*type:* `String.t`, *default:* `nil`) - The query to find rows that did not pass this rule.This field is only valid for row-level type rules.
2727
* `nullCount` (*type:* `String.t`, *default:* `nil`) - The number of rows with null values in the specified column.
2828
* `passRatio` (*type:* `float()`, *default:* `nil`) - The ratio of passed_count / evaluated_count.This field is only valid for row-level type rules.
2929
* `passed` (*type:* `boolean()`, *default:* `nil`) - Whether the rule passed or failed.
30-
* `passedCount` (*type:* `String.t`, *default:* `nil`) - The number of rows which passed a rule evaluation.This field is only valid for row-level type rules.
30+
* `passedCount` (*type:* `String.t`, *default:* `nil`) - This field is not set for rule SqlAssertion.
3131
* `rule` (*type:* `GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualityRule.t`, *default:* `nil`) - The rule specified in the DataQualitySpec, as is.
3232
"""
3333

clients/dataplex/lib/google_api/dataplex/v1/model/google_cloud_dataplex_v1_data_scan.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataScan do
1919
@moduledoc """
20-
Represents a user-visible job which provides the insights for the related data source.For example: Data Quality: generates queries based on the rules and runs against the data to get data quality check results. Data Profile: analyzes the data in table(s) and generates insights about the structure, content and relationships (such as null percent, cardinality, min/max/mean, etc).
20+
Represents a user-visible job which provides the insights for the related data source.For example: Data quality: generates queries based on the rules and runs against the data to get data quality check results. For more information, see Auto data quality overview (https://cloud.google.com/dataplex/docs/auto-data-quality-overview). Data profile: analyzes the data in tables and generates insights about the structure, content and relationships (such as null percent, cardinality, min/max/mean, etc). For more information, see About data profiling (https://cloud.google.com/dataplex/docs/data-profiling-overview). Data discovery: scans data in Cloud Storage buckets to extract and then catalog metadata. For more information, see Discover and catalog Cloud Storage data (https://cloud.google.com/bigquery/docs/automatic-discovery).
2121
2222
## Attributes
2323

clients/dataplex/lib/google_api/dataplex/v1/model/google_cloud_dataplex_v1_entry.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defmodule GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1Entry do
2727
* `entryType` (*type:* `String.t`, *default:* `nil`) - Required. Immutable. The relative resource name of the entry type that was used to create this entry, in the format projects/{project_id_or_number}/locations/{location_id}/entryTypes/{entry_type_id}.
2828
* `fullyQualifiedName` (*type:* `String.t`, *default:* `nil`) - Optional. A name for the entry that can be referenced by an external system. For more information, see Fully qualified names (https://cloud.google.com/data-catalog/docs/fully-qualified-names). The maximum size of the field is 4000 characters.
2929
* `name` (*type:* `String.t`, *default:* `nil`) - Identifier. The relative resource name of the entry, in the format projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}.
30-
* `parentEntry` (*type:* `String.t`, *default:* `nil`) - Optional. Immutable. The resource name of the parent entry.
30+
* `parentEntry` (*type:* `String.t`, *default:* `nil`) - Optional. Immutable. The resource name of the parent entry, in the format projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}.
3131
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time when the entry was last updated in Dataplex.
3232
"""
3333

0 commit comments

Comments
 (0)