GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope class
A boundary on the scope of impact that the metadata import job can have.
Constructors
-
GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope.new({List<
String> ? aspectTypes, List<String> ? entryGroups, List<String> ? entryTypes}) - GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope.fromJson(Map json_)
Properties
-
aspectTypes
↔ List<
String> ? -
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}.
getter/setter pair
-
entryGroups
↔ List<
String> ? -
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}.
getter/setter pair
-
entryTypes
↔ List<
String> ? -
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}.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited