Class Entry (1.13.0)

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

An entry is a representation of a data asset which can be described by various metadata.

Attributes

NameDescription
name str
Identifier. The relative resource name of the Entry, of the form: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
entry_type str
Required. Immutable. The resource name of the EntryType used to create this Entry.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the Entry was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the Entry was last updated.
aspects MutableMapping[str, google.cloud.dataplex_v1.types.Aspect]
Optional. The Aspects attached to the Entry. The key is either the resource name of the aspect type (if the aspect is attached directly to the entry) or "aspectType@path" if the aspect is attached to an entry's path.
parent_entry str
Optional. Immutable. The resource name of the parent entry.
fully_qualified_name str
Optional. A name for the entry that can reference it in an external system. The maximum size of the field is 4000 characters.
entry_source google.cloud.dataplex_v1.types.EntrySource
Optional. Source system related information for an entry.

Classes

AspectsEntry

AspectsEntry(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.