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 `PersonalDetails` class within the `Google.Cloud.DataCatalog.V1` API allows users to manage entry metadata that is private and relevant to them."],["The latest version of the API available is 2.14.0, with versions from 2.0.0 to 2.13.0 and 1.2.0 to 1.8.0 also accessible."],["`PersonalDetails` can implement interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting deep cloning and buffering capabilities."],["The `Starred` property is a boolean indicating if the user has starred an entry, while `StarTime` marks when that entry was starred."],["The PersonalDetails class has two constructors, one taking no parameters and the other taking a personal details object."]]],[]]