Class Entity (1.13.0)

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

Information about Entity resource that the log event is associated with.

Attributes

NameDescription
entity str
The Entity resource the log event is associated with. Format: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}
entity_type google.cloud.dataplex_v1.types.GovernanceEvent.Entity.EntityType
Type of entity.

Classes

EntityType

EntityType(value)

Type of entity.

Values: ENTITY_TYPE_UNSPECIFIED (0): An unspecified Entity type. TABLE (1): Table entity type. FILESET (2): Fileset entity type.