View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJob (google_api_dataplex v0.20.0)
A metadata job resource.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The time when the metadata job was created. -
importResult
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJobImportJobResult.t
, default:nil
) - Output only. Import job result. -
importSpec
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJobImportJobSpec.t
, default:nil
) - Import job specification. -
labels
(type:map()
, default:nil
) - Optional. User-defined labels. -
name
(type:String.t
, default:nil
) - 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}. -
status
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJobStatus.t
, default:nil
) - Output only. Metadata job status. -
type
(type:String.t
, default:nil
) - Required. Metadata job type. -
uid
(type:String.t
, default:nil
) - 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. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The time when the metadata job was updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJob{ createTime: DateTime.t() | nil, importResult: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJobImportJobResult.t() | nil, importSpec: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJobImportJobSpec.t() | nil, labels: map() | nil, name: String.t() | nil, status: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJobStatus.t() | nil, type: String.t() | nil, uid: String.t() | nil, updateTime: DateTime.t() | nil }