Skip to content

Commit 2ca30a9

Browse files
feat: Automated regeneration of dataplex v1 client (googleapis#21425)
Auto-created at 2025-01-19 10:17:56 +0000 using the toys pull request generator.
1 parent fa3f0d6 commit 2ca30a9

File tree

4 files changed

+25
-13
lines changed

4 files changed

+25
-13
lines changed

generated/google-apis-dataplex_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-dataplex_v1
22

3+
### v0.69.0 (2025-01-19)
4+
5+
* Regenerated from discovery document revision 20250116
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.68.0 (2024-12-15)
49

510
* Regenerated from discovery document revision 20241206

generated/google-apis-dataplex_v1/lib/google/apis/dataplex_v1/classes.rb

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

generated/google-apis-dataplex_v1/lib/google/apis/dataplex_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DataplexV1
1818
# Version of the google-apis-dataplex_v1 gem
19-
GEM_VERSION = "0.68.0"
19+
GEM_VERSION = "0.69.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241206"
25+
REVISION = "20250116"
2626
end
2727
end
2828
end

generated/google-apis-dataplex_v1/lib/google/apis/dataplex_v1/service.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,8 @@ def lookup_project_location_entry(name, aspect_types: nil, entry: nil, paths: ni
443443
# Required. The project to which the request should be attributed in the
444444
# following form: projects/`project`/locations/`location`.
445445
# @param [String] order_by
446-
# Optional. Specifies the ordering of results. Supported values are: * relevance
447-
# (default) * last_modified_timestamp * last_modified_timestamp asc
446+
# Optional. Specifies the ordering of results. Supported values are: relevance (
447+
# default) last_modified_timestamp last_modified_timestamp asc
448448
# @param [Fixnum] page_size
449449
# Optional. Number of results in the search page. If <=0, then defaults to 10.
450450
# Max limit for page_size is 1000. Throws an invalid argument for page_size >

0 commit comments

Comments
 (0)