Cloud Dataplex v1 API - Class EntrySource (3.4.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.

Information related to the source system of the data resource that is represented by 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
Name Description
other EntrySource

Properties

Ancestors

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

Immutable. The entries representing the ancestors of the data resource in the source system.

Property Value
Type Description
RepeatedFieldEntrySourceTypesAncestor

CreateTime

public Timestamp CreateTime { get; set; }

The time when the resource was created in the source system.

Property Value
Type Description
Timestamp

Description

public string Description { get; set; }

A description of the data resource. Maximum length is 2,000 characters.

Property Value
Type Description
string

DisplayName

public string DisplayName { get; set; }

A user-friendly display name. Maximum length is 500 characters.

Property Value
Type Description
string

Labels

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

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

Property Value
Type Description
MapFieldstringstring

Location

public string Location { get; set; }

Output only. Location of the resource in the source system. You can search the entry by this location. By default, this should match the location of the entry group containing this entry. A different value allows capturing the source location for data external to Google Cloud.

Property Value
Type Description
string

Platform

public string Platform { get; set; }

The platform containing the source system. Maximum length is 64 characters.

Property Value
Type Description
string

Resource

public string Resource { get; set; }

The name of the resource in the source system. Maximum length is 4,000 characters.

Property Value
Type Description
string

System

public string System { get; set; }

The name of the source system. Maximum length is 64 characters.

Property Value
Type Description
string

UpdateTime

public Timestamp UpdateTime { get; set; }

The time when the resource was last updated in the source system. If the entry exists in the system and its EntrySource has update_time populated, further updates to the EntrySource of the entry must provide incremental updates to its update_time.

Property Value
Type Description
Timestamp