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
1232 1233 1234 1235 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1232 class CreateMetadataJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metadata_job_id ⇒ ::String
1232 1233 1234 1235 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1232 class CreateMetadataJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
1232 1233 1234 1235 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1232 class CreateMetadataJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
1232 1233 1234 1235 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1232 class CreateMetadataJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |