public sealed class PersonalDetails : IMessage<PersonalDetails>, IEquatable<PersonalDetails>, IDeepCloneable<PersonalDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class PersonalDetails.
Entry metadata relevant only to the user and private to them.
[[["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-04-17 UTC."],[[["The documentation covers the `PersonalDetails` class within the `Google.Cloud.DataCatalog.V1` namespace, specifically for version 2.13.0."],["This class provides metadata related to an entry that is specific and private to the user, according to the information in the documentation."],["The latest available version of this class is 2.14.0, although this page's details are regarding 2.13.0, and a range of prior versions are also accessible."],["`PersonalDetails` class implements several interfaces, including `IMessage`, `IEquatable\u003cPersonalDetails\u003e`, `IDeepCloneable\u003cPersonalDetails\u003e`, and `IBufferMessage`, which offer functionality such as message handling, equality checks, deep cloning, and buffer management."],["The class includes properties like `StarTime`, of type `Timestamp`, which indicates when an entry was starred, and `Starred`, a boolean indicating whether the entry is currently starred."]]],[]]