Class EntrySource (1.13.0)

EntrySource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

EntrySource contains source system related information for the entry.

Attributes

NameDescription
resource str
The name of the resource in the source system. The maximum size of the field is 4000 characters.
system str
The name of the source system. The maximum size of the field is 64 characters.
platform str
The platform containing the source system. The maximum size of the field is 64 characters.
display_name str
User friendly display name. The maximum size of the field is 500 characters.
description str
Description of the Entry. The maximum size of the field is 2000 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 ancestors of the Entry in the source system.
create_time google.protobuf.timestamp_pb2.Timestamp
The create time of the resource in the source system.
update_time google.protobuf.timestamp_pb2.Timestamp
The update time of the resource in the source system.

Classes

Ancestor

Ancestor(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Ancestor contains information about individual items in the hierarchy of an Entry.

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
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.