GoogleCloudDataplexV1MetadataJobImportJobSpec class
Job specification for a metadata import job.You can run the following kinds of metadata import jobs: Full sync of entries with incremental import of their aspects.
Supported for custom entries. Incremental import of aspects only. Supported for aspects that belong to custom entries and system entries. For custom entries, you can modify both optional aspects and required aspects. For system entries, you can modify optional aspects.
Constructors
- GoogleCloudDataplexV1MetadataJobImportJobSpec.new({String? aspectSyncMode, String? entrySyncMode, String? logLevel, GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope? scope, String? sourceCreateTime, String? sourceStorageUri})
- GoogleCloudDataplexV1MetadataJobImportJobSpec.fromJson(Map json_)
Properties
- aspectSyncMode ↔ String?
-
The sync mode for aspects.
getter/setter pair
- entrySyncMode ↔ String?
-
The sync mode for entries.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- logLevel ↔ String?
-
The level of logs to write to Cloud Logging for this job.Debug-level logs
provide highly-detailed information for troubleshooting, but their
increased verbosity could incur additional costs
(https://cloud.google.com/stackdriver/pricing) that might not be merited
for all jobs.If unspecified, defaults to INFO.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope ↔ GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope?
-
A boundary on the scope of impact that the metadata import job can have.
getter/setter pair
- sourceCreateTime ↔ String?
-
The time when the process that created the metadata import files began.
getter/setter pair
- sourceStorageUri ↔ String?
-
The URI of a Cloud Storage bucket or folder (beginning with gs:// and
ending with /) that contains the metadata import files for this job.A
metadata import file defines the values to set for each of the entries and
aspects in a metadata job.
getter/setter pair
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