GetAssetResult

data class GetAssetResult(val createTime: String, val description: String, val discoverySpec: GoogleCloudDataplexV1AssetDiscoverySpecResponse, val discoveryStatus: GoogleCloudDataplexV1AssetDiscoveryStatusResponse, val displayName: String, val labels: Map<String, String>, val name: String, val resourceSpec: GoogleCloudDataplexV1AssetResourceSpecResponse, val resourceStatus: GoogleCloudDataplexV1AssetResourceStatusResponse, val securityStatus: GoogleCloudDataplexV1AssetSecurityStatusResponse, val state: String, val uid: String, val updateTime: String)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the asset was created.

Link copied to clipboard

Optional. Description of the asset.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

Optional. User friendly display name.

Link copied to clipboard

Optional. User defined labels for the asset.

Link copied to clipboard

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

Link copied to clipboard

Specification of the resource that is referenced by this asset.

Link copied to clipboard

Status of the resource referenced by this asset.

Link copied to clipboard

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

Link copied to clipboard

Current state of the asset.

Link copied to clipboard
val uid: String

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.

Link copied to clipboard

The time when the asset was last updated.