public sealed class EntrySource.Types.Ancestor : IMessage<EntrySource.Types.Ancestor>, IEquatable<EntrySource.Types.Ancestor>, IDeepCloneable<EntrySource.Types.Ancestor>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class EntrySource.Types.Ancestor.
Ancestor contains information about individual items in the hierarchy of
an Entry.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["The `EntrySource.Types.Ancestor` class, part of the Google Cloud Dataplex V1 API, provides information about the hierarchy of an Entry, and is available in multiple versions, with 3.6.0 being the latest."],["This class inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Ancestor` class includes two constructors: a default constructor, `Ancestor()`, and a constructor that takes another `Ancestor` object as a parameter, `Ancestor(EntrySource.Types.Ancestor other)`."],["Key properties of the `Ancestor` class are `Name`, which represents the name of the ancestor resource, and `Type`, indicating the ancestor resource's type, both of which are optional string values."],["The namespace for this class is `Google.Cloud.Dataplex.V1`, and it is part of the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]