Cloud Dataplex v1 API - Class EntryType (2.15.0)

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

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

Entry Type is a template for creating Entries.

Inheritance

object > EntryType

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

EntryType()

public EntryType()

EntryType(EntryType)

public EntryType(EntryType other)
Parameter
NameDescription
otherEntryType

Properties

Authorization

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

Immutable. Authorization defined for this type.

Property Value
TypeDescription
EntryTypeTypesAuthorization

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time when the EntryType was created.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

Optional. Description of the EntryType.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

Optional. User friendly display name.

Property Value
TypeDescription
string

EntryTypeName

public EntryTypeName EntryTypeName { get; set; }

EntryTypeName-typed view over the Name resource name property.

Property Value
TypeDescription
EntryTypeName

Etag

public string Etag { get; set; }

Optional. 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 EntryType.

Property Value
TypeDescription
MapFieldstringstring

Name

public string Name { get; set; }

Output only. The relative resource name of the EntryType, of the form: projects/{project_number}/locations/{location_id}/entryTypes/{entry_type_id}.

Property Value
TypeDescription
string

Platform

public string Platform { get; set; }

Optional. The platform that Entries of this type belongs to.

Property Value
TypeDescription
string

RequiredAspects

public RepeatedField<EntryType.Types.AspectInfo> RequiredAspects { get; }

AspectInfo for the entry type.

Property Value
TypeDescription
RepeatedFieldEntryTypeTypesAspectInfo

System

public string System { get; set; }

Optional. The system that Entries of this type belongs to. Examples include CloudSQL, MariaDB etc

Property Value
TypeDescription
string

TypeAliases

public RepeatedField<string> TypeAliases { get; }

Optional. Indicates the class this Entry Type belongs to, for example, TABLE, DATABASE, MODEL.

Property Value
TypeDescription
RepeatedFieldstring

Uid

public string Uid { get; set; }

Output only. System generated globally unique ID for the EntryType. This ID will be different if the EntryType 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 EntryType was last updated.

Property Value
TypeDescription
Timestamp