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.
Implements
IMessageEntrySource, IEquatableEntrySource, IDeepCloneableEntrySource, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
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 ancestors of the Entry in the source system.
Property Value | |
---|---|
Type | Description |
RepeatedFieldEntrySourceTypesAncestor |
CreateTime
public Timestamp CreateTime { get; set; }
The create time of the resource in the source system.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
Description of the Entry. The maximum size of the field is 2000 characters.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
User friendly display name. The maximum size of the field 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. Entry will be searchable by this location. By default, this should match the location of the EntryGroup containing this entry. A different value allows capturing source location for data external to GCP.
Property Value | |
---|---|
Type | Description |
string |
Platform
public string Platform { get; set; }
The platform containing the source system. The maximum size of the field is 64 characters.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
System
public string System { get; set; }
The name of the source system. The maximum size of the field is 64 characters.
Property Value | |
---|---|
Type | Description |
string |
UpdateTime
public Timestamp UpdateTime { get; set; }
The update time of the resource in the source system.
Property Value | |
---|---|
Type | Description |
Timestamp |