Get Lake Result
data class GetLakeResult(val assetStatus: GoogleCloudDataplexV1AssetStatusResponse, val createTime: String, val description: String, val displayName: String, val labels: Map<String, String>, val metastore: GoogleCloudDataplexV1LakeMetastoreResponse, val metastoreStatus: GoogleCloudDataplexV1LakeMetastoreStatusResponse, val name: String, val serviceAccount: String, val state: String, val uid: String, val updateTime: String)
Constructors
Link copied to clipboard
constructor(assetStatus: GoogleCloudDataplexV1AssetStatusResponse, createTime: String, description: String, displayName: String, labels: Map<String, String>, metastore: GoogleCloudDataplexV1LakeMetastoreResponse, metastoreStatus: GoogleCloudDataplexV1LakeMetastoreStatusResponse, name: String, serviceAccount: String, state: String, uid: String, updateTime: String)
Properties
Link copied to clipboard
Aggregated status of the underlying assets of the lake.
Link copied to clipboard
The time when the lake was created.
Link copied to clipboard
Optional. Description of the lake.
Link copied to clipboard
Optional. User friendly display name.
Link copied to clipboard
Optional. Settings to manage lake and Dataproc Metastore service instance association.
Link copied to clipboard
Metastore status of the lake.
Link copied to clipboard
Service account associated with this lake. This service account must be authorized to access or operate on resources managed by the lake.
Link copied to clipboard
The time when the lake was last updated.