Class: Google::Cloud::Dataplex::V1::CreateMetadataJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::CreateMetadataJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Overview
Create metadata job request.
Instance Attribute Summary collapse
-
#metadata_job ⇒ ::Google::Cloud::Dataplex::V1::MetadataJob
Required.
-
#metadata_job_id ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#metadata_job ⇒ ::Google::Cloud::Dataplex::V1::MetadataJob
Returns Required. The metadata job resource.
1198 1199 1200 1201 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1198 class CreateMetadataJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metadata_job_id ⇒ ::String
Returns Optional. The metadata job ID. If not provided, a unique ID is generated
with the prefix metadata-job-
.
1198 1199 1200 1201 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1198 class CreateMetadataJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the parent location, in the format
projects/{project_id_or_number}/locations/{location_id}
.
1198 1199 1200 1201 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1198 class CreateMetadataJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. The service validates the request without performing any mutations. The default is false.
1198 1199 1200 1201 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1198 class CreateMetadataJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |