public sealed class MetadataJob : IMessage<MetadataJob>, IEquatable<MetadataJob>, IDeepCloneable<MetadataJob>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class MetadataJob.
A metadata job resource.
Implements
IMessageMetadataJob, IEquatableMetadataJob, IDeepCloneableMetadataJob, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
MetadataJob()
public MetadataJob()MetadataJob(MetadataJob)
public MetadataJob(MetadataJob other)| Parameter | |
|---|---|
| Name | Description |
other |
MetadataJob |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time when the metadata job was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
ExportResult
public MetadataJob.Types.ExportJobResult ExportResult { get; set; }Output only. Export job result.
| Property Value | |
|---|---|
| Type | Description |
MetadataJobTypesExportJobResult |
|
ExportSpec
public MetadataJob.Types.ExportJobSpec ExportSpec { get; set; }Export job specification.
| Property Value | |
|---|---|
| Type | Description |
MetadataJobTypesExportJobSpec |
|
ImportResult
public MetadataJob.Types.ImportJobResult ImportResult { get; set; }Output only. Import job result.
| Property Value | |
|---|---|
| Type | Description |
MetadataJobTypesImportJobResult |
|
ImportSpec
public MetadataJob.Types.ImportJobSpec ImportSpec { get; set; }Import job specification.
| Property Value | |
|---|---|
| Type | Description |
MetadataJobTypesImportJobSpec |
|
Labels
public MapField<string, string> Labels { get; }Optional. User-defined labels.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
MetadataJobName
public MetadataJobName MetadataJobName { get; set; }MetadataJobName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
MetadataJobName |
|
Name
public string Name { get; set; }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}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ResultCase
public MetadataJob.ResultOneofCase ResultCase { get; }| Property Value | |
|---|---|
| Type | Description |
MetadataJobResultOneofCase |
|
SpecCase
public MetadataJob.SpecOneofCase SpecCase { get; }| Property Value | |
|---|---|
| Type | Description |
MetadataJobSpecOneofCase |
|
Status
public MetadataJob.Types.Status Status { get; set; }Output only. Metadata job status.
| Property Value | |
|---|---|
| Type | Description |
MetadataJobTypesStatus |
|
Type
public MetadataJob.Types.Type Type { get; set; }Required. Metadata job type.
| Property Value | |
|---|---|
| Type | Description |
MetadataJobTypesType |
|
Uid
public string Uid { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The time when the metadata job was updated.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|