Skip to content

Commit 4c30b55

Browse files
feat(dataplex): update the api
#### dataplex:v1 The following keys were added: - schemas.GoogleCloudDataplexV1DataScanEvent.properties.postScanActionsResult.$ref (Total Keys: 1) - schemas.GoogleCloudDataplexV1DataScanEventPostScanActionsResult (Total Keys: 7)
1 parent d52f0eb commit 4c30b55

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

googleapiclient/discovery_cache/documents/dataplex.v1.json

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4269,7 +4269,7 @@
42694269
}
42704270
}
42714271
},
4272-
"revision": "20230616",
4272+
"revision": "20230626",
42734273
"rootUrl": "https://dataplex.googleapis.com/",
42744274
"schemas": {
42754275
"Empty": {
@@ -5798,6 +5798,10 @@
57985798
"description": "The message describing the data scan job event.",
57995799
"type": "string"
58005800
},
5801+
"postScanActionsResult": {
5802+
"$ref": "GoogleCloudDataplexV1DataScanEventPostScanActionsResult",
5803+
"description": "The result of post scan actions."
5804+
},
58015805
"scope": {
58025806
"description": "The scope of the data scan (e.g. full, incremental).",
58035807
"enum": [
@@ -5941,6 +5945,44 @@
59415945
},
59425946
"type": "object"
59435947
},
5948+
"GoogleCloudDataplexV1DataScanEventPostScanActionsResult": {
5949+
"description": "Post scan actions result for data scan job.",
5950+
"id": "GoogleCloudDataplexV1DataScanEventPostScanActionsResult",
5951+
"properties": {
5952+
"bigqueryExportResult": {
5953+
"$ref": "GoogleCloudDataplexV1DataScanEventPostScanActionsResultBigQueryExportResult",
5954+
"description": "The result of BigQuery export post scan action."
5955+
}
5956+
},
5957+
"type": "object"
5958+
},
5959+
"GoogleCloudDataplexV1DataScanEventPostScanActionsResultBigQueryExportResult": {
5960+
"description": "The result of BigQuery export post scan action.",
5961+
"id": "GoogleCloudDataplexV1DataScanEventPostScanActionsResultBigQueryExportResult",
5962+
"properties": {
5963+
"message": {
5964+
"description": "Additional information about the BigQuery exporting.",
5965+
"type": "string"
5966+
},
5967+
"state": {
5968+
"description": "Execution state for the BigQuery exporting.",
5969+
"enum": [
5970+
"STATE_UNSPECIFIED",
5971+
"SUCCEEDED",
5972+
"FAILED",
5973+
"SKIPPED"
5974+
],
5975+
"enumDescriptions": [
5976+
"The exporting state is unspecified.",
5977+
"The exporting completed successfully.",
5978+
"The exporting is no longer running due to an error.",
5979+
"The exporting is skipped due to no valid scan result to export (usually caused by scan failed)."
5980+
],
5981+
"type": "string"
5982+
}
5983+
},
5984+
"type": "object"
5985+
},
59445986
"GoogleCloudDataplexV1DataScanExecutionSpec": {
59455987
"description": "DataScan execution settings.",
59465988
"id": "GoogleCloudDataplexV1DataScanExecutionSpec",

0 commit comments

Comments
 (0)