diff --git a/googleapiclient/discovery_cache/documents/dataplex.v1.json b/googleapiclient/discovery_cache/documents/dataplex.v1.json index 66be5770f9..aaa8a17183 100644 --- a/googleapiclient/discovery_cache/documents/dataplex.v1.json +++ b/googleapiclient/discovery_cache/documents/dataplex.v1.json @@ -4360,7 +4360,7 @@ } } }, -"revision": "20240207", +"revision": "20240214", "rootUrl": "https://dataplex.googleapis.com/", "schemas": { "Empty": { @@ -7834,81 +7834,6 @@ }, "type": "object" }, -"GoogleCloudDataplexV1MetadataJobEvent": { -"description": "These messages contain information about the execution of a metadata job. The monitored resource is 'MetadataJob'.", -"id": "GoogleCloudDataplexV1MetadataJobEvent", -"properties": { -"importResult": { -"$ref": "GoogleCloudDataplexV1MetadataJobEventImportResult", -"description": "Import job results. Should only be populated on terminal states." -}, -"message": { -"description": "Message describing failure or success event.", -"type": "string" -}, -"resource": { -"description": "The resource name associated with the event. Supported resources included, but not limited to EntryGroup, MetadataJob, and Entry.", -"type": "string" -} -}, -"type": "object" -}, -"GoogleCloudDataplexV1MetadataJobEventImportResult": { -"description": "Import job result for metadata job.", -"id": "GoogleCloudDataplexV1MetadataJobEventImportResult", -"properties": { -"createdEntries": { -"description": "Total number of entries created.", -"format": "int64", -"type": "string" -}, -"deletedEntries": { -"description": "Total number of entries deleted.", -"format": "int64", -"type": "string" -}, -"mutatedEntryGroups": { -"description": "The number of entry groups modified/specified by the import job.", -"format": "int64", -"type": "string" -}, -"recreatedEntries": { -"description": "Total number of entries recreated.", -"format": "int64", -"type": "string" -}, -"state": { -"description": "Output only. Terminal state of the import job.", -"enum": [ -"STATE_UNSPECIFIED", -"SUCCEEDED", -"FAILED", -"CANCELLED", -"RUNNING" -], -"enumDescriptions": [ -"State Unspecified.", -"Import Job was successful.", -"Import Job was failed.", -"Import job was cancelled.", -"Import Job is running." -], -"readOnly": true, -"type": "string" -}, -"unchangedEntries": { -"description": "Total number of entries left unchanged.", -"format": "int64", -"type": "string" -}, -"updatedEntries": { -"description": "Total number of entries updated.", -"format": "int64", -"type": "string" -} -}, -"type": "object" -}, "GoogleCloudDataplexV1OperationMetadata": { "description": "Represents the metadata of a long-running operation.", "id": "GoogleCloudDataplexV1OperationMetadata",