Class: Google::Cloud::Dataplex::V1::MetadataJob::ImportJobSpec::ImportJobScope
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::MetadataJob::ImportJobSpec::ImportJobScope
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Overview
A boundary on the scope of impact that the metadata import job can have.
Instance Attribute Summary collapse
-
#aspect_types ⇒ ::Array<::String>
Optional.
-
#entry_groups ⇒ ::Array<::String>
Required.
-
#entry_types ⇒ ::Array<::String>
Required.
Instance Attribute Details
#aspect_types ⇒ ::Array<::String>
1471 1472 1473 1474 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1471 class ImportJobScope include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entry_groups ⇒ ::Array<::String>
1471 1472 1473 1474 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1471 class ImportJobScope include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entry_types ⇒ ::Array<::String>
1471 1472 1473 1474 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1471 class ImportJobScope include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |