GoogleCloudDataplexV1AssetResourceStatus class

Status of the resource referenced by an asset.

Constructors

GoogleCloudDataplexV1AssetResourceStatus({String? managedAccessIdentity, String? message, String? state, String? updateTime})
GoogleCloudDataplexV1AssetResourceStatus.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
managedAccessIdentity String?
Service account associated with the BigQuery Connection.
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 state of the managed resource. Possible string values are:
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