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 in the Data Catalog v1 API, accessible via various versions, is a metadata class relevant only to the individual user."],["The most recent version for the `PersonalDetails` API is `2.14.0`, with this current page showing details about version `2.6.0` of the API, and other versions are listed and accessible on this page."],["`PersonalDetails` is defined within the `Google.Cloud.DataCatalog.V1` namespace in the `Google.Cloud.DataCatalog.V1.dll` assembly."],["The `PersonalDetails` class has properties such as `Starred` (a boolean) and `StarTime` (a `Timestamp`) to indicate if an entry is starred by the user, and when."],["`PersonalDetails` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage`, and inherits from the base `object` class."]]],[]]