View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AspectType (google_api_dataplex v0.11.0)
Aspect Type is a template for creating Aspects, and represents the JSON-schema for a given Entry, e.g., BigQuery Table Schema.
Attributes
-
authorization
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AspectTypeAuthorization.t
, default:nil
) - Immutable. Authorization defined 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
) - This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client 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. This ID will be different if the AspectType is deleted and re-created with the same name. -
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 }
Functions
Unwrap a decoded JSON object into its complex fields.