GoogleCloudDataplexV1AssetDiscoveryStatus class
Status of discovery for an asset.
Constructors
- GoogleCloudDataplexV1AssetDiscoveryStatus({String? lastRunDuration, String? lastRunTime, String? message, String? state, GoogleCloudDataplexV1AssetDiscoveryStatusStats? stats, String? updateTime})
- GoogleCloudDataplexV1AssetDiscoveryStatus.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastRunDuration ↔ String?
-
The duration of the last discovery run.
getter/setter pair
- lastRunTime ↔ String?
-
The start time of the last discovery run.
getter/setter pair
- message ↔ String?
-
Additional information about the current state.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The current status of the discovery feature.
Possible string values are:
getter/setter pair
- stats ↔ GoogleCloudDataplexV1AssetDiscoveryStatusStats?
-
Data Stats of the asset reported by discovery.
getter/setter pair
- updateTime ↔ String?
-
Last update time of the status.
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