GoogleCloudDataplexV1MetadataJobExportJobResult class
Summary results from a metadata export job.
The results are a snapshot of the metadata at the time when the job was created. The exported entries are saved to a Cloud Storage bucket.
Constructors
- GoogleCloudDataplexV1MetadataJobExportJobResult.new({String? errorMessage, String? exportedEntries})
- GoogleCloudDataplexV1MetadataJobExportJobResult.fromJson(Map json_)
Properties
- errorMessage ↔ String?
-
The error message if the metadata export job failed.
getter/setter pair
- exportedEntries ↔ String?
-
The number of entries that were exported.
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