Class Asset (2.0.0)

public sealed class Asset : IMessage<Asset>, IEquatable<Asset>, IDeepCloneable<Asset>, IBufferMessage, IMessage

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
Asset.Types.DiscoverySpec

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
Asset.Types.DiscoveryStatus

DisplayName

public string DisplayName { get; set; }

Optional. User friendly display name.

Property Value
TypeDescription
String

Labels

public MapField<string, string> Labels { get; }

Optional. User defined labels for the asset.

Property Value
TypeDescription
MapField<String, String>

Name

public string Name { get; set; }

Output only. 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}.

Property Value
TypeDescription
String

ResourceSpec

public Asset.Types.ResourceSpec ResourceSpec { get; set; }

Required. Specification of the resource that is referenced by this asset.

Property Value
TypeDescription
Asset.Types.ResourceSpec

ResourceStatus

public Asset.Types.ResourceStatus ResourceStatus { get; set; }

Output only. Status of the resource referenced by this asset.

Property Value
TypeDescription
Asset.Types.ResourceStatus

SecurityStatus

public Asset.Types.SecurityStatus SecurityStatus { get; set; }

Output only. Status of the security policy applied to resource referenced by this asset.

Property Value
TypeDescription
Asset.Types.SecurityStatus

State

public State State { get; set; }

Output only. Current state of the asset.

Property Value
TypeDescription
State

Uid

public string Uid { get; set; }

Output only. System generated globally unique ID for the asset. This ID will be different if the asset is deleted and re-created with the same name.

Property Value
TypeDescription
String

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time when the asset was last updated.

Property Value
TypeDescription
Timestamp