Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::CreateMetadataJobRequest.
Create metadata job request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#metadata_job
def metadata_job() -> ::Google::Cloud::Dataplex::V1::MetadataJob
Returns
- (::Google::Cloud::Dataplex::V1::MetadataJob) — Required. The metadata job resource.
#metadata_job=
def metadata_job=(value) -> ::Google::Cloud::Dataplex::V1::MetadataJob
Parameter
- value (::Google::Cloud::Dataplex::V1::MetadataJob) — Required. The metadata job resource.
Returns
- (::Google::Cloud::Dataplex::V1::MetadataJob) — Required. The metadata job resource.
#metadata_job_id
def metadata_job_id() -> ::String
Returns
-
(::String) — Optional. The metadata job ID. If not provided, a unique ID is generated
with the prefix
metadata-job-
.
#metadata_job_id=
def metadata_job_id=(value) -> ::String
Parameter
-
value (::String) — Optional. The metadata job ID. If not provided, a unique ID is generated
with the prefix
metadata-job-
.
Returns
-
(::String) — Optional. The metadata job ID. If not provided, a unique ID is generated
with the prefix
metadata-job-
.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The resource name of the parent location, in the format
projects/{project_id_or_number}/locations/{location_id}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the parent location, in the format
projects/{project_id_or_number}/locations/{location_id}
Returns
-
(::String) — Required. The resource name of the parent location, in the format
projects/{project_id_or_number}/locations/{location_id}
#validate_only
def validate_only() -> ::Boolean
Returns
- (::Boolean) — Optional. The service validates the request without performing any mutations. The default is false.
#validate_only=
def validate_only=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. The service validates the request without performing any mutations. The default is false.
Returns
- (::Boolean) — Optional. The service validates the request without performing any mutations. The default is false.