|
4360 | 4360 | }
|
4361 | 4361 | }
|
4362 | 4362 | },
|
4363 |
| -"revision": "20240124", |
| 4363 | +"revision": "20240131", |
4364 | 4364 | "rootUrl": "https://dataplex.googleapis.com/",
|
4365 | 4365 | "schemas": {
|
4366 | 4366 | "Empty": {
|
|
7834 | 7834 | },
|
7835 | 7835 | "type": "object"
|
7836 | 7836 | },
|
| 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 | +}, |
7837 | 7912 | "GoogleCloudDataplexV1OperationMetadata": {
|
7838 | 7913 | "description": "Represents the metadata of a long-running operation.",
|
7839 | 7914 | "id": "GoogleCloudDataplexV1OperationMetadata",
|
|
0 commit comments