CreateMetadataJobRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Create metadata job request.
| Attributes | |
|---|---|
| Name | Description | 
| parent | strRequired. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id} | 
| metadata_job | google.cloud.dataplex_v1.types.MetadataJobRequired. The metadata job resource. | 
| metadata_job_id | strOptional. The metadata job ID. If not provided, a unique ID is generated with the prefix metadata-job-. | 
| validate_only | boolOptional. The service validates the request without performing any mutations. The default is false. |