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-03-21 UTC."],[[["The latest version of the `PersonalDetails` class within the Data Catalog v1 API is 2.14.0, with numerous previous versions available, ranging from 2.13.0 down to 1.2.0."],["The `PersonalDetails` class, found in the `Google.Cloud.DataCatalog.V1` namespace, represents entry metadata relevant and private to the user."],["`PersonalDetails` inherits from the `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two properties, `StarTime`, which is a `Timestamp` object that can indicate if the entry is starred, and `Starred`, which is a boolean that is true if an entry is starred by the user."],["There are two constructors, a parameterless one, and another one that accepts a `PersonalDetails` object as a parameter."]]],[]]