GetZoneResult

data class GetZoneResult(val assetStatus: GoogleCloudDataplexV1AssetStatusResponse, val createTime: String, val description: String, val discoverySpec: GoogleCloudDataplexV1ZoneDiscoverySpecResponse, val displayName: String, val labels: Map<String, String>, val name: String, val resourceSpec: GoogleCloudDataplexV1ZoneResourceSpecResponse, val state: String, val type: String, val uid: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetZoneResult(assetStatus: GoogleCloudDataplexV1AssetStatusResponse, createTime: String, description: String, discoverySpec: GoogleCloudDataplexV1ZoneDiscoverySpecResponse, displayName: String, labels: Map<String, String>, name: String, resourceSpec: GoogleCloudDataplexV1ZoneResourceSpecResponse, state: String, type: 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 zone.

Link copied to clipboard

The time when the zone was created.

Link copied to clipboard

Optional. Description of the zone.

Link copied to clipboard

Optional. Specification of the discovery feature applied to data in this zone.

Link copied to clipboard

Optional. User friendly display name.

Link copied to clipboard

Optional. User defined labels for the zone.

Link copied to clipboard

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

Link copied to clipboard

Specification of the resources that are referenced by the assets within this zone.

Link copied to clipboard

Current state of the zone.

Link copied to clipboard

Immutable. The type of the zone.

Link copied to clipboard
val uid: String

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

Link copied to clipboard

The time when the zone was last updated.