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>
Returns Optional. The aspect types that are in scope for the import job,
specified as relative resource names in the format
projects/{project_number_or_id}/locations/{location_id}/aspectTypes/{aspect_type_id}
.
The job modifies only the aspects that belong to these aspect types.
This field is required when creating an aspect-only import job.
If the metadata import file attempts to modify an aspect whose type isn't included in this list, the import job is halted before modifying any entries or aspects.
The location of an aspect type must either match the location of the job, or the aspect type must be global.
1473 1474 1475 1476 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1473 class ImportJobScope include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entry_groups ⇒ ::Array<::String>
Returns Required. The entry group that is in scope for the import job,
specified as a relative resource name in the format
projects/{project_number_or_id}/locations/{location_id}/entryGroups/{entry_group_id}
.
Only entries and aspects that belong to the specified entry group are
affected by the job.
Must contain exactly one element. The entry group and the job must be in the same location.
1473 1474 1475 1476 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1473 class ImportJobScope include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entry_types ⇒ ::Array<::String>
Returns Required. The entry types that are in scope for the import job,
specified as relative resource names in the format
projects/{project_number_or_id}/locations/{location_id}/entryTypes/{entry_type_id}
.
The job modifies only the entries and aspects that belong to these
entry types.
If the metadata import file attempts to modify an entry whose type isn't included in this list, the import job is halted before modifying any entries or aspects.
The location of an entry type must either match the location of the job, or the entry type must be global.
1473 1474 1475 1476 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1473 class ImportJobScope include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |