File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
generated/google-apis-dataplex_v1
lib/google/apis/dataplex_v1 Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
You can’t perform that action at this time.
0 commit comments