Class EntrySource (2.4.0)

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 str
The name of the resource in the source system. Maximum length is 4,000 characters.
system str
The name of the source system. Maximum length is 64 characters.
platform str
The platform containing the source system. Maximum length is 64 characters.
display_name str
A user-friendly display name. Maximum length is 500 characters.
description str
A 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.Timestamp
The time when the resource was created in the source system.
update_time google.protobuf.timestamp_pb2.Timestamp
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.
location str
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.

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 dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

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 mapping is a mapping type or there are keyword parameters.