Cloud Dataplex v1 API - Class EntrySource (2.15.0)

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

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

EntrySource contains source system related information for the entry.

Inheritance

object > EntrySource

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

EntrySource()

public EntrySource()

EntrySource(EntrySource)

public EntrySource(EntrySource other)
Parameter
NameDescription
otherEntrySource

Properties

Ancestors

public RepeatedField<EntrySource.Types.Ancestor> Ancestors { get; }

Immutable. The ancestors of the Entry in the source system.

Property Value
TypeDescription
RepeatedFieldEntrySourceTypesAncestor

CreateTime

public Timestamp CreateTime { get; set; }

The create time of the resource in the source system.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

Description of the Entry. The maximum size of the field is 2000 characters.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

User friendly display name. The maximum size of the field is 500 characters.

Property Value
TypeDescription
string

Labels

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

User-defined labels. The maximum size of keys and values is 128 characters each.

Property Value
TypeDescription
MapFieldstringstring

Platform

public string Platform { get; set; }

The platform containing the source system. The maximum size of the field is 64 characters.

Property Value
TypeDescription
string

Resource

public string Resource { get; set; }

The name of the resource in the source system. The maximum size of the field is 4000 characters.

Property Value
TypeDescription
string

System

public string System { get; set; }

The name of the source system. The maximum size of the field is 64 characters.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

The update time of the resource in the source system.

Property Value
TypeDescription
Timestamp