v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1372300401.5 KB
projects

Creates a metadata job. For example, use a metadata job to import metadata from a third-party system into Dataplex Universal Catalog.

post/v1/{+parent}/metadataJobs

Path parameters

parentstring required

Required. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id}

Query parameters

metadataJobIdstring

Optional. The metadata job ID. If not provided, a unique ID is generated with the prefix metadata-job-.

validateOnlyboolean

Optional. The service validates the request without performing any mutations. The default is false.

Request body

updateTimestring google-datetime

Output only. The time when the metadata job was updated.

createTimestring google-datetime

Output only. The time when the metadata job was created.

uidstring

Output only. A system-generated, globally unique ID for the metadata job. If the metadata job is deleted and then re-created with the same name, this ID is different.

type'TYPE_UNSPECIFIED' | 'IMPORT' | 'EXPORT'

Required. Metadata job type.

namestring

Output only. Identifier. The name of the resource that the configuration is applied to, in the format projects/{project_number}/locations/{location_id}/metadataJobs/{metadata_job_id}.

labelsobject

Optional. User-defined labels.

Response

Successful response