public sealed class Asset : IMessage<Asset>, IEquatable<Asset>, IDeepCloneable<Asset>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Asset.
An asset represents a cloud resource that is being managed within a lake as a member of a zone.
Namespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
Asset()
public Asset()
Asset(Asset)
public Asset(Asset other)
Parameter | |
---|---|
Name | Description |
other | Asset |
Properties
AssetName
public AssetName AssetName { get; set; }
Property Value | |
---|---|
Type | Description |
AssetName |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time when the asset was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
Optional. Description of the asset.
Property Value | |
---|---|
Type | Description |
string |
DiscoverySpec
public Asset.Types.DiscoverySpec DiscoverySpec { get; set; }
Optional. Specification of the discovery feature applied to data referenced by this asset. When this spec is left unset, the asset will use the spec set on the parent zone.
Property Value | |
---|---|
Type | Description |
AssetTypesDiscoverySpec |
DiscoveryStatus
public Asset.Types.DiscoveryStatus DiscoveryStatus { get; set; }
Output only. Status of the discovery feature applied to data referenced by this asset.
Property Value | |
---|---|
Type | Description |
AssetTypesDiscoveryStatus |
DisplayName
public string DisplayName { get; set; }
Optional. User friendly display name.