Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::MetadataJob.
A metadata job resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The time when the metadata job was created.
#export_result
def export_result() -> ::Google::Cloud::Dataplex::V1::MetadataJob::ExportJobResult
-
(::Google::Cloud::Dataplex::V1::MetadataJob::ExportJobResult) — Output only. Export job result.
Note: The following fields are mutually exclusive:
export_result
,import_result
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#export_spec
def export_spec() -> ::Google::Cloud::Dataplex::V1::MetadataJob::ExportJobSpec
-
(::Google::Cloud::Dataplex::V1::MetadataJob::ExportJobSpec) — Export job specification.
Note: The following fields are mutually exclusive:
export_spec
,import_spec
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#export_spec=
def export_spec=(value) -> ::Google::Cloud::Dataplex::V1::MetadataJob::ExportJobSpec
-
value (::Google::Cloud::Dataplex::V1::MetadataJob::ExportJobSpec) — Export job specification.
Note: The following fields are mutually exclusive:
export_spec
,import_spec
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dataplex::V1::MetadataJob::ExportJobSpec) — Export job specification.
Note: The following fields are mutually exclusive:
export_spec
,import_spec
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#import_result
def import_result() -> ::Google::Cloud::Dataplex::V1::MetadataJob::ImportJobResult
-
(::Google::Cloud::Dataplex::V1::MetadataJob::ImportJobResult) — Output only. Import job result.
Note: The following fields are mutually exclusive:
import_result
,export_result
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#import_spec
def import_spec() -> ::Google::Cloud::Dataplex::V1::MetadataJob::ImportJobSpec
-
(::Google::Cloud::Dataplex::V1::MetadataJob::ImportJobSpec) — Import job specification.
Note: The following fields are mutually exclusive:
import_spec
,export_spec
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#import_spec=
def import_spec=(value) -> ::Google::Cloud::Dataplex::V1::MetadataJob::ImportJobSpec
-
value (::Google::Cloud::Dataplex::V1::MetadataJob::ImportJobSpec) — Import job specification.
Note: The following fields are mutually exclusive:
import_spec
,export_spec
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dataplex::V1::MetadataJob::ImportJobSpec) — Import job specification.
Note: The following fields are mutually exclusive:
import_spec
,export_spec
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
- (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels.
- (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels.
#name
def name() -> ::String
-
(::String) — 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
def status() -> ::Google::Cloud::Dataplex::V1::MetadataJob::Status
- (::Google::Cloud::Dataplex::V1::MetadataJob::Status) — Output only. Metadata job status.
#type
def type() -> ::Google::Cloud::Dataplex::V1::MetadataJob::Type
- (::Google::Cloud::Dataplex::V1::MetadataJob::Type) — Required. Metadata job type.
#type=
def type=(value) -> ::Google::Cloud::Dataplex::V1::MetadataJob::Type
- value (::Google::Cloud::Dataplex::V1::MetadataJob::Type) — Required. Metadata job type.
- (::Google::Cloud::Dataplex::V1::MetadataJob::Type) — Required. Metadata job type.
#uid
def uid() -> ::String
- (::String) — 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.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The time when the metadata job was updated.