EntrySource(mapping=None, *, ignore_unknown_fields=False, **kwargs)Information related to the source system of the data resource that is represented by the entry.
| Attributes | |
|---|---|
| Name | Description | 
| resource | strThe name of the resource in the source system. Maximum length is 4,000 characters. | 
| system | strThe name of the source system. Maximum length is 64 characters. | 
| platform | strThe platform containing the source system. Maximum length is 64 characters. | 
| display_name | strA user-friendly display name. Maximum length is 500 characters. | 
| description | strA description of the data resource. Maximum length is 2,000 characters. | 
| labels | MutableMapping[str, str]User-defined labels. The maximum size of keys and values is 128 characters each. | 
| ancestors | MutableSequence[google.cloud.dataplex_v1.types.EntrySource.Ancestor]Immutable. The entries representing the ancestors of the data resource in the source system. | 
| create_time | google.protobuf.timestamp_pb2.TimestampThe time when the resource was created in the source system. | 
| update_time | google.protobuf.timestamp_pb2.TimestampThe time when the resource was last updated in the source system. If the entry exists in the system and its EntrySourcehasupdate_timepopulated, further
   updates to theEntrySourceof the entry must provide
   incremental updates to itsupdate_time. | 
| location | strOutput 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. | 
Classes
Ancestor
Ancestor(mapping=None, *, ignore_unknown_fields=False, **kwargs)Information about individual items in the hierarchy that is associated with the data resource.
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description | 
| kwargs | dictKeys and values corresponding to the fields of the message. | 
| mapping | Union[dict, A dictionary or message to be used to determine the values for this message. | 
| ignore_unknown_fields | Optional(bool)If True, do not raise errors for unknown fields. Only applied if  |