|
4269 | 4269 | }
|
4270 | 4270 | }
|
4271 | 4271 | },
|
4272 |
| - "revision": "20230616", |
| 4272 | + "revision": "20230626", |
4273 | 4273 | "rootUrl": "https://dataplex.googleapis.com/",
|
4274 | 4274 | "schemas": {
|
4275 | 4275 | "Empty": {
|
|
5798 | 5798 | "description": "The message describing the data scan job event.",
|
5799 | 5799 | "type": "string"
|
5800 | 5800 | },
|
| 5801 | + "postScanActionsResult": { |
| 5802 | + "$ref": "GoogleCloudDataplexV1DataScanEventPostScanActionsResult", |
| 5803 | + "description": "The result of post scan actions." |
| 5804 | + }, |
5801 | 5805 | "scope": {
|
5802 | 5806 | "description": "The scope of the data scan (e.g. full, incremental).",
|
5803 | 5807 | "enum": [
|
|
5941 | 5945 | },
|
5942 | 5946 | "type": "object"
|
5943 | 5947 | },
|
| 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 | + }, |
5944 | 5986 | "GoogleCloudDataplexV1DataScanExecutionSpec": {
|
5945 | 5987 | "description": "DataScan execution settings.",
|
5946 | 5988 | "id": "GoogleCloudDataplexV1DataScanExecutionSpec",
|
|
0 commit comments