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 resource that 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 that are attached to the entry. Depending on how the aspect is attached to the entry, the format of the aspect key can be one of the following:
- If the aspect is attached directly to the entry:
{project_id_or_number}.{location_id}.{aspect_type_id}
- If the aspect is attached to an entry's path:
{project_id_or_number}.{location_id}.{aspect_type_id}@{path}
Property Value | |
---|---|
Type | Description |
MapFieldstringAspect |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time when the entry was created in Dataplex.
Property Value | |
---|---|
Type | Description |
Timestamp |
EntryName
public EntryName EntryName { get; set; }
Property Value | |
---|---|
Type | Description |
EntryName |
EntrySource
public EntrySource EntrySource { get; set; }
Optional. Information related to the source system of the data resource that is represented by the entry.
Property Value | |
---|---|
Type | Description |
EntrySource |
EntryType
public string EntryType { get; set; }
Required. Immutable. The relative resource name of the entry type that was
used to create this entry, in the format
projects/{project_id_or_number}/locations/{location_id}/entryTypes/{entry_type_id}
.
Property Value | |
---|---|
Type | Description |
string |
FullyQualifiedName
public string FullyQualifiedName { get; set; }
Optional. A name for the entry that can be referenced by an external system. For more information, see Fully qualified names. 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, in the format
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
.
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 in Dataplex.
Property Value | |
---|---|
Type | Description |
Timestamp |