Skip to content

Commit

Permalink
feat(dataplex): update the api
Browse files Browse the repository at this point in the history
#### dataplex:v1

The following keys were deleted:
- schemas.GoogleCloudDataplexV1MetadataJobEvent (Total Keys: 21)
  • Loading branch information
yoshi-automation committed Feb 27, 2024
1 parent fc02659 commit 4d2f788
Showing 1 changed file with 1 addition and 76 deletions.
77 changes: 1 addition & 76 deletions googleapiclient/discovery_cache/documents/dataplex.v1.json
Expand Up @@ -4360,7 +4360,7 @@
}
}
},
"revision": "20240207",
"revision": "20240214",
"rootUrl": "https://dataplex.googleapis.com/",
"schemas": {
"Empty": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 4d2f788

Please sign in to comment.