Cloud Dataplex v1 API - Class AspectType (2.15.0)

public sealed class AspectType : IMessage<AspectType>, IEquatable<AspectType>, IDeepCloneable<AspectType>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class AspectType.

Aspect Type is a template for creating Aspects, and represents the JSON-schema for a given Entry, e.g., BigQuery Table Schema.

Inheritance

object > AspectType

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

AspectType()

public AspectType()

AspectType(AspectType)

public AspectType(AspectType other)
Parameter
NameDescription
otherAspectType

Properties

AspectTypeName

public AspectTypeName AspectTypeName { get; set; }

AspectTypeName-typed view over the Name resource name property.

Property Value
TypeDescription
AspectTypeName

Authorization

public AspectType.Types.Authorization Authorization { get; set; }

Immutable. Authorization defined for this type.

Property Value
TypeDescription
AspectTypeTypesAuthorization

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time when the AspectType was created.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

Optional. Description of the AspectType.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

Optional. User friendly display name.

Property Value
TypeDescription
string

Etag

public string Etag { get; set; }

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.

Property Value
TypeDescription
string

Labels

public MapField<string, string> Labels { get; }

Optional. User-defined labels for the AspectType.

Property Value
TypeDescription
MapFieldstringstring

MetadataTemplate

public AspectType.Types.MetadataTemplate MetadataTemplate { get; set; }

Required. MetadataTemplate of the aspect.

Property Value
TypeDescription
AspectTypeTypesMetadataTemplate

Name

public string Name { get; set; }

Output only. The relative resource name of the AspectType, of the form: projects/{project_number}/locations/{location_id}/aspectTypes/{aspect_type_id}.

Property Value
TypeDescription
string

TransferStatus

public TransferStatus TransferStatus { get; set; }

Output only. Denotes the transfer status of the Aspect Type. It is unspecified for Aspect Types created from Dataplex API.

Property Value
TypeDescription
TransferStatus

Uid

public string Uid { get; set; }

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.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time when the AspectType was last updated.

Property Value
TypeDescription
Timestamp