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."],[[["This page provides reference documentation for the `PersonalDetails` class within the Google Cloud Data Catalog v1 API."],["The `PersonalDetails` class contains metadata relevant and private to each user, such as whether the entry is starred."],["The latest version available for the class in this documentation is 2.14.0, with a range of versions from 1.2.0 to 2.14.0."],["`PersonalDetails` implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the class include `Starred` (a boolean indicating if the entry is starred) and `StarTime` (a timestamp set if the entry is starred)."]]],[]]