GetLakeResult

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
fun GetLakeResult(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)

Types

Link copied to clipboard
object Companion

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. User-defined labels for the lake.

Link copied to clipboard

Optional. Settings to manage lake and Dataproc Metastore service instance association.

Link copied to clipboard
Link copied to clipboard

The relative resource name of the lake, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.

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

Current state of the lake.

Link copied to clipboard
val uid: String

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

Link copied to clipboard

The time when the lake was last updated.