Class MetadataJob (2.4.0)

MetadataJob(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

Name Description
name str
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}.
uid str
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.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the metadata job was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the metadata job was updated.
labels MutableMapping[str, str]
Optional. User-defined labels.
type_ google.cloud.dataplex_v1.types.MetadataJob.Type
Required. Metadata job type.
import_spec google.cloud.dataplex_v1.types.MetadataJob.ImportJobSpec
Import job specification. This field is a member of oneof_ spec.
import_result google.cloud.dataplex_v1.types.MetadataJob.ImportJobResult
Output only. Import job result. This field is a member of oneof_ result.
status google.cloud.dataplex_v1.types.MetadataJob.Status
Output only. Metadata job status.

Classes

ImportJobResult

ImportJobResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Results from a metadata import job.

ImportJobSpec

ImportJobSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Job specification for a metadata import job

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

Status

Status(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata job status.

Type

Type(value)

Metadata job type.