View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1Zone (google_api_dataplex v0.13.0)

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.

Attributes

  • assetStatus (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetStatus.t, default: nil) - Output only. Aggregated status of the underlying assets of the zone.
  • createTime (type: DateTime.t, default: nil) - Output only. The time when the zone was created.
  • description (type: String.t, default: nil) - Optional. Description of the zone.
  • discoverySpec (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1ZoneDiscoverySpec.t, default: nil) - Optional. Specification of the discovery feature applied to data in this zone.
  • displayName (type: String.t, default: nil) - Optional. User friendly display name.
  • labels (type: map(), default: nil) - Optional. User defined labels for the zone.
  • name (type: String.t, default: nil) - Output only. The relative resource name of the zone, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}.
  • resourceSpec (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1ZoneResourceSpec.t, default: nil) - Required. Specification of the resources that are referenced by the assets within this zone.
  • state (type: String.t, default: nil) - Output only. Current state of the zone.
  • type (type: String.t, default: nil) - Required. Immutable. The type of the zone.
  • uid (type: String.t, default: nil) - Output only. 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.
  • updateTime (type: DateTime.t, default: nil) - Output only. The time when the zone was last updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1Zone{
  assetStatus:
    GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetStatus.t() | nil,
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  discoverySpec:
    GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1ZoneDiscoverySpec.t() | nil,
  displayName: String.t() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  resourceSpec:
    GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1ZoneResourceSpec.t() | nil,
  state: String.t() | nil,
  type: String.t() | nil,
  uid: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.