GoogleCloudDataplexV1Zone class

A zone represents a logical group of related assets within a lake.

A zone can be used to map to organizational structure or represent stages of data readiness from raw to curated. It provides managing behavior that is shared or inherited by all contained assets.

Constructors

GoogleCloudDataplexV1Zone({GoogleCloudDataplexV1AssetStatus? assetStatus, String? createTime, String? description, GoogleCloudDataplexV1ZoneDiscoverySpec? discoverySpec, String? displayName, Map<String, String>? labels, String? name, GoogleCloudDataplexV1ZoneResourceSpec? resourceSpec, String? state, String? type, String? uid, String? updateTime})
GoogleCloudDataplexV1Zone.fromJson(Map json_)

Properties

assetStatus GoogleCloudDataplexV1AssetStatus?
Aggregated status of the underlying assets of the zone.
getter/setter pair
createTime String?
The time when the zone was created.
getter/setter pair
description String?
Description of the zone.
getter/setter pair
discoverySpec GoogleCloudDataplexV1ZoneDiscoverySpec?
Specification of the discovery feature applied to data in this zone.
getter/setter pair
displayName String?
User friendly display name.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
User defined labels for the zone.
getter/setter pair
name String?
The relative resource name of the zone, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}.
getter/setter pair
resourceSpec GoogleCloudDataplexV1ZoneResourceSpec?
Specification of the resources that are referenced by the assets within this zone.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
Current state of the zone.
getter/setter pair
type String?
The type of the zone.
getter/setter pair
uid String?
System generated globally unique ID for the zone.
getter/setter pair
updateTime String?
The time when the zone was last updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited