Cloud Dataplex v1 API - Class Entry (2.15.0)

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

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

An entry is a representation of a data asset which can be described by various metadata.

Inheritance

object > Entry

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

Entry()

public Entry()

Entry(Entry)

public Entry(Entry other)
Parameter
NameDescription
otherEntry

Properties

Aspects

public MapField<string, Aspect> Aspects { get; }

Optional. The Aspects attached to the Entry. The key is either the resource name of the aspect type (if the aspect is attached directly to the entry) or "aspectType@path" if the aspect is attached to an entry's path.

Property Value
TypeDescription
MapFieldstringAspect

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time when the Entry was created.

Property Value
TypeDescription
Timestamp

EntryName

public EntryName EntryName { get; set; }

EntryName-typed view over the Name resource name property.

Property Value
TypeDescription
EntryName

EntrySource

public EntrySource EntrySource { get; set; }

Optional. Source system related information for an entry.

Property Value
TypeDescription
EntrySource

EntryType

public string EntryType { get; set; }

Required. Immutable. The resource name of the EntryType used to create this Entry.

Property Value
TypeDescription
string

FullyQualifiedName

public string FullyQualifiedName { get; set; }

Optional. A name for the entry that can reference it in an external system. The maximum size of the field is 4000 characters.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Identifier. The relative resource name of the Entry, of the form: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.

Property Value
TypeDescription
string

ParentEntry

public string ParentEntry { get; set; }

Optional. Immutable. The resource name of the parent entry.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

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

Property Value
TypeDescription
Timestamp