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)
Name | Description |
other | Asset |
Properties
AssetName
public AssetName AssetName { get; set; }
Type | Description |
AssetName |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time when the asset was created.
Type | Description |
Timestamp |
Description
public string Description { get; set; }
Optional. Description of the asset.
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.
Type | Description |
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.
Type | Description |
Asset.Types.DiscoveryStatus |
DisplayName
public string DisplayName { get; set; }
Optional. User friendly display name.
Type | Description |
String |
Labels
public MapField<string, string> Labels { get; }
Optional. User defined labels for the asset.
Type | Description |
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}
.
Type | Description |
String |
ResourceSpec
public Asset.Types.ResourceSpec ResourceSpec { get; set; }
Required. Specification of the resource that is referenced by this asset.
Type | Description |
Asset.Types.ResourceSpec |
ResourceStatus
public Asset.Types.ResourceStatus ResourceStatus { get; set; }
Output only. Status of the resource referenced by this asset.
Type | Description |
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.
Type | Description |
Asset.Types.SecurityStatus |
State
public State State { get; set; }
Output only. Current state of the asset.
Type | Description |
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.
Type | Description |
String |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The time when the asset was last updated.
Type | Description |
Timestamp |