Entry(mapping=None, *, ignore_unknown_fields=False, **kwargs)An entry is a representation of a data resource that can be described by various metadata.
| Attributes | |
|---|---|
| Name | Description | 
| name | strIdentifier. The relative resource name of the entry, in the format projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}. | 
| entry_type | strRequired. Immutable. The relative resource name of the entry type that was used to create this entry, in the format projects/{project_id_or_number}/locations/{location_id}/entryTypes/{entry_type_id}. | 
| create_time | google.protobuf.timestamp_pb2.TimestampOutput only. The time when the entry was created in Dataplex Universal Catalog. | 
| update_time | google.protobuf.timestamp_pb2.TimestampOutput only. The time when the entry was last updated in Dataplex Universal Catalog. | 
| aspects | MutableMapping[str, google.cloud.dataplex_v1.types.Aspect]Optional. The aspects that are attached to the entry. Depending on how the aspect is attached to the entry, the format of the aspect key can be one of the following: - If the aspect is attached directly to the entry: {project_id_or_number}.{location_id}.{aspect_type_id}- If the aspect is attached to an entry's path:{project_id_or_number}.{location_id}.{aspect_type_id}@{path} | 
| parent_entry | strOptional. Immutable. The resource name of the parent entry, in the format projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}. | 
| fully_qualified_name | strOptional. A name for the entry that can be referenced by an external system. For more information, see `Fully qualified names | 
| entry_source | google.cloud.dataplex_v1.types.EntrySourceOptional. Information related to the source system of the data resource that is represented by the entry. | 
Classes
AspectsEntry
AspectsEntry(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  |