Cloud Dataplex v1 API - Class Asset (2.4.0)

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.

Inheritance

object > Asset

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

Asset()

public Asset()

Asset(Asset)

public Asset(Asset other)
Parameter
NameDescription
otherAsset

Properties

AssetName

public AssetName AssetName { get; set; }

AssetName-typed view over the Name resource name property.

Property Value
TypeDescription
AssetName

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time when the asset was created.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

Optional. Description of the asset.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
AssetTypesDiscoveryStatus

DisplayName

public string DisplayName { get; set; }

Optional. User friendly display name.