View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AspectType (google_api_dataplex v0.20.0)
AspectType is a template for creating Aspects, and represents the JSON-schema for a given Entry, for example, BigQuery Table Schema.
Attributes
-
authorization
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AspectTypeAuthorization.t
, default:nil
) - Immutable. Defines the Authorization for this type. -
createTime
(type:DateTime.t
, default:nil
) - Output only. The time when the AspectType was created. -
description
(type:String.t
, default:nil
) - Optional. Description of the AspectType. -
displayName
(type:String.t
, default:nil
) - Optional. User friendly display name. -
etag
(type:String.t
, default:nil
) - The service computes this checksum. The client may send it on update and delete requests to ensure it has an up-to-date value before proceeding. -
labels
(type:map()
, default:nil
) - Optional. User-defined labels for the AspectType. -
metadataTemplate
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AspectTypeMetadataTemplate.t
, default:nil
) - Required. MetadataTemplate of the aspect. -
name
(type:String.t
, default:nil
) - Output only. The relative resource name of the AspectType, of the form: projects/{project_number}/locations/{location_id}/aspectTypes/{aspect_type_id}. -
transferStatus
(type:String.t
, default:nil
) - Output only. Denotes the transfer status of the Aspect Type. It is unspecified for Aspect Types created from Dataplex API. -
uid
(type:String.t
, default:nil
) - Output only. System generated globally unique ID for the AspectType. If you delete and recreate the AspectType with the same name, then this ID will be different. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The time when the AspectType was last updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AspectType{ authorization: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AspectTypeAuthorization.t() | nil, createTime: DateTime.t() | nil, description: String.t() | nil, displayName: String.t() | nil, etag: String.t() | nil, labels: map() | nil, metadataTemplate: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AspectTypeMetadataTemplate.t() | nil, name: String.t() | nil, transferStatus: String.t() | nil, uid: String.t() | nil, updateTime: DateTime.t() | nil }