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.
Namespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
Entry()
public Entry()
Entry(Entry)
public Entry(Entry other)
Parameter | |
---|---|
Name | Description |
other |
Entry |
Properties
Aspects
public MapField<string, Aspect> Aspects { get; }
Optional. The Aspects attached to the Entry. The format for the key can be one of the following:
- {projectId}.{locationId}.{aspectTypeId} (if the aspect is attached directly to the entry)
- {projectId}.{locationId}.{aspectTypeId}@{path} (if the aspect is attached to an entry's path)
Property Value | |
---|---|
Type | Description |
MapFieldstringAspect |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time when the Entry was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
EntryName
public EntryName EntryName { get; set; }
Property Value | |
---|---|
Type | Description |
EntryName |
EntrySource
public EntrySource EntrySource { get; set; }
Optional. Source system related information for an entry.
Property Value | |
---|---|
Type | Description |
EntrySource |
EntryType
public string EntryType { get; set; }
Required. Immutable. The resource name of the EntryType used to create this Entry.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentEntry
public string ParentEntry { get; set; }
Optional. Immutable. The resource name of the parent entry.
Property Value | |
---|---|
Type | Description |
string |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The time when the Entry was last updated.
Property Value | |
---|---|
Type | Description |
Timestamp |