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
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the metadata job was created.
#import_result
def import_result() -> ::Google::Cloud::Dataplex::V1::MetadataJob::ImportJobResult
Returns
- (::Google::Cloud::Dataplex::V1::MetadataJob::ImportJobResult) — Output only. Import job result.
#import_spec
def import_spec() -> ::Google::Cloud::Dataplex::V1::MetadataJob::ImportJobSpec
Returns
- (::Google::Cloud::Dataplex::V1::MetadataJob::ImportJobSpec) — Import job specification.
#import_spec=
def import_spec=(value) -> ::Google::Cloud::Dataplex::V1::MetadataJob::ImportJobSpec
Parameter
- value (::Google::Cloud::Dataplex::V1::MetadataJob::ImportJobSpec) — Import job specification.
Returns
- (::Google::Cloud::Dataplex::V1::MetadataJob::ImportJobSpec) — Import job specification.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels.
#name
def name() -> ::String
Returns
-
(::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
Returns
- (::Google::Cloud::Dataplex::V1::MetadataJob::Status) — Output only. Metadata job status.
#type
def type() -> ::Google::Cloud::Dataplex::V1::MetadataJob::Type
Returns
- (::Google::Cloud::Dataplex::V1::MetadataJob::Type) — Required. Metadata job type.
#type=
def type=(value) -> ::Google::Cloud::Dataplex::V1::MetadataJob::Type
Parameter
- value (::Google::Cloud::Dataplex::V1::MetadataJob::Type) — Required. Metadata job type.
Returns
- (::Google::Cloud::Dataplex::V1::MetadataJob::Type) — Required. Metadata job type.
#uid
def uid() -> ::String
Returns
- (::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
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the metadata job was updated.