GoogleCloudDataplexV1Asset class
An asset represents a cloud resource that is being managed within a lake as a member of a zone.
Constructors
-
GoogleCloudDataplexV1Asset({String? createTime, String? description, GoogleCloudDataplexV1AssetDiscoverySpec? discoverySpec, GoogleCloudDataplexV1AssetDiscoveryStatus? discoveryStatus, String? displayName, Map<
String, String> ? labels, String? name, GoogleCloudDataplexV1AssetResourceSpec? resourceSpec, GoogleCloudDataplexV1AssetResourceStatus? resourceStatus, GoogleCloudDataplexV1AssetSecurityStatus? securityStatus, String? state, String? uid, String? updateTime}) - GoogleCloudDataplexV1Asset.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The time when the asset was created.
getter/setter pair
- description ↔ String?
-
Description of the asset.
getter/setter pair
- discoverySpec ↔ GoogleCloudDataplexV1AssetDiscoverySpec?
-
Specification of the discovery feature applied to data referenced by this
asset.
getter/setter pair
- discoveryStatus ↔ GoogleCloudDataplexV1AssetDiscoveryStatus?
-
Status of the discovery feature applied to data referenced by this asset.
getter/setter pair
- displayName ↔ String?
-
User friendly display name.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
User defined labels for the asset.
getter/setter pair
- name ↔ String?
-
The relative resource name of the asset, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}.
getter/setter pair
- resourceSpec ↔ GoogleCloudDataplexV1AssetResourceSpec?
-
Specification of the resource that is referenced by this asset.
getter/setter pair
- resourceStatus ↔ GoogleCloudDataplexV1AssetResourceStatus?
-
Status of the resource referenced by this asset.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- securityStatus ↔ GoogleCloudDataplexV1AssetSecurityStatus?
-
Status of the security policy applied to resource referenced by this
asset.
getter/setter pair
- state ↔ String?
-
Current state of the asset.
getter/setter pair
- uid ↔ String?
-
System generated globally unique ID for the asset.
getter/setter pair
- updateTime ↔ String?
-
The time when the asset was last updated.
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