Show / Hide Table of Contents

Class GoogleCloudDataplexV1Asset

An asset represents a cloud resource that is being managed within a lake as a member of a zone.

Inheritance
object
GoogleCloudDataplexV1Asset
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1Asset : IDirectResponseSchema

Properties

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. The time when the asset was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

Description

Optional. Description of the asset.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DiscoverySpec

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.

Declaration
[JsonProperty("discoverySpec")]
public virtual GoogleCloudDataplexV1AssetDiscoverySpec DiscoverySpec { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1AssetDiscoverySpec

DiscoveryStatus

Output only. Status of the discovery feature applied to data referenced by this asset.

Declaration
[JsonProperty("discoveryStatus")]
public virtual GoogleCloudDataplexV1AssetDiscoveryStatus DiscoveryStatus { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1AssetDiscoveryStatus

DisplayName

Optional. User friendly display name.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Labels

Optional. User defined labels for the asset.

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

Name

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

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ResourceSpec

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

Declaration
[JsonProperty("resourceSpec")]
public virtual GoogleCloudDataplexV1AssetResourceSpec ResourceSpec { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1AssetResourceSpec

ResourceStatus

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

Declaration
[JsonProperty("resourceStatus")]
public virtual GoogleCloudDataplexV1AssetResourceStatus ResourceStatus { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1AssetResourceStatus

SecurityStatus

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

Declaration
[JsonProperty("securityStatus")]
public virtual GoogleCloudDataplexV1AssetSecurityStatus SecurityStatus { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1AssetSecurityStatus

State

Output only. Current state of the asset.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Uid

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.

Declaration
[JsonProperty("uid")]
public virtual string Uid { get; set; }
Property Value
Type Description
string

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

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

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX