Skip to content

Commit 972dfcc

Browse files
feat: Automated regeneration of dataplex v1 client (googleapis#22353)
Auto-created at 2025-04-06 09:27:24 +0000 using the toys pull request generator.
1 parent fc5ab66 commit 972dfcc

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

generated/google-apis-dataplex_v1/CHANGELOG.md

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

3+
### v0.73.0 (2025-04-06)
4+
5+
* Regenerated from discovery document revision 20250330
6+
37
### v0.72.0 (2025-03-30)
48

59
* Regenerated from discovery document revision 20250325

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2347,7 +2347,7 @@ class GoogleCloudDataplexV1DataProfileSpecPostScanActionsBigQueryExport
23472347

23482348
# Optional. The BigQuery table to export DataProfileScan results to. Format: //
23492349
# bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/
2350-
# TABLE_ID
2350+
# TABLE_ID or projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
23512351
# Corresponds to the JSON property `resultsTable`
23522352
# @return [String]
23532353
attr_accessor :results_table
@@ -3190,7 +3190,7 @@ class GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport
31903190

31913191
# Optional. The BigQuery table to export DataQualityScan results to. Format: //
31923192
# bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/
3193-
# TABLE_ID
3193+
# TABLE_ID or projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
31943194
# Corresponds to the JSON property `resultsTable`
31953195
# @return [String]
31963196
attr_accessor :results_table

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

Lines changed: 2 additions & 2 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.72.0"
19+
GEM_VERSION = "0.73.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

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

0 commit comments

Comments
 (0)