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
str
Identifier. 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
str
Required. 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.Timestamp
Output only. The time when the entry was created in Dataplex.
update_time
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the entry was last updated in Dataplex.
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
str
Optional. 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
str
Optional. 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.EntrySource
Optional. 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
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.