Skip to content

Commit b837f57

Browse files
feat(dataplex): update the api
#### dataplex:v1 The following keys were added: - schemas.GoogleCloudDataplexV1MetadataJobEvent (Total Keys: 21)
1 parent 1d8b714 commit b837f57

File tree

1 file changed

+76
-1
lines changed

1 file changed

+76
-1
lines changed

googleapiclient/discovery_cache/documents/dataplex.v1.json

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4360,7 +4360,7 @@
43604360
}
43614361
}
43624362
},
4363-
"revision": "20240124",
4363+
"revision": "20240131",
43644364
"rootUrl": "https://dataplex.googleapis.com/",
43654365
"schemas": {
43664366
"Empty": {
@@ -7834,6 +7834,81 @@
78347834
},
78357835
"type": "object"
78367836
},
7837+
"GoogleCloudDataplexV1MetadataJobEvent": {
7838+
"description": "These messages contain information about the execution of a metadata job. The monitored resource is 'MetadataJob'.",
7839+
"id": "GoogleCloudDataplexV1MetadataJobEvent",
7840+
"properties": {
7841+
"importResult": {
7842+
"$ref": "GoogleCloudDataplexV1MetadataJobEventImportResult",
7843+
"description": "Import job results. Should only be populated on terminal states."
7844+
},
7845+
"message": {
7846+
"description": "Message describing failure or success event.",
7847+
"type": "string"
7848+
},
7849+
"resource": {
7850+
"description": "The resource name associated with the event. Supported resources included, but not limited to EntryGroup, MetadataJob, and Entry.",
7851+
"type": "string"
7852+
}
7853+
},
7854+
"type": "object"
7855+
},
7856+
"GoogleCloudDataplexV1MetadataJobEventImportResult": {
7857+
"description": "Import job result for metadata job.",
7858+
"id": "GoogleCloudDataplexV1MetadataJobEventImportResult",
7859+
"properties": {
7860+
"createdEntries": {
7861+
"description": "Total number of entries created.",
7862+
"format": "int64",
7863+
"type": "string"
7864+
},
7865+
"deletedEntries": {
7866+
"description": "Total number of entries deleted.",
7867+
"format": "int64",
7868+
"type": "string"
7869+
},
7870+
"mutatedEntryGroups": {
7871+
"description": "The number of entry groups modified/specified by the import job.",
7872+
"format": "int64",
7873+
"type": "string"
7874+
},
7875+
"recreatedEntries": {
7876+
"description": "Total number of entries recreated.",
7877+
"format": "int64",
7878+
"type": "string"
7879+
},
7880+
"state": {
7881+
"description": "Output only. Terminal state of the import job.",
7882+
"enum": [
7883+
"STATE_UNSPECIFIED",
7884+
"SUCCEEDED",
7885+
"FAILED",
7886+
"CANCELLED",
7887+
"RUNNING"
7888+
],
7889+
"enumDescriptions": [
7890+
"State Unspecified.",
7891+
"Import Job was successful.",
7892+
"Import Job was failed.",
7893+
"Import job was cancelled.",
7894+
"Import Job is running."
7895+
],
7896+
"readOnly": true,
7897+
"type": "string"
7898+
},
7899+
"unchangedEntries": {
7900+
"description": "Total number of entries left unchanged.",
7901+
"format": "int64",
7902+
"type": "string"
7903+
},
7904+
"updatedEntries": {
7905+
"description": "Total number of entries updated.",
7906+
"format": "int64",
7907+
"type": "string"
7908+
}
7909+
},
7910+
"type": "object"
7911+
},
78377912
"GoogleCloudDataplexV1OperationMetadata": {
78387913
"description": "Represents the metadata of a long-running operation.",
78397914
"id": "GoogleCloudDataplexV1OperationMetadata",

0 commit comments

Comments
 (0)