public sealed class DiscoveryEvent.Types.EntityDetails : IMessage<DiscoveryEvent.Types.EntityDetails>, IEquatable<DiscoveryEvent.Types.EntityDetails>, IDeepCloneable<DiscoveryEvent.Types.EntityDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DiscoveryEvent.Types.EntityDetails.
[[["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 page provides documentation for the `DiscoveryEvent.Types.EntityDetails` class within the Google Cloud Dataplex v1 API, with version 3.6.0 being the latest."],["This `EntityDetails` class, part of the `Google.Cloud.Dataplex.V1` namespace, contains information regarding the details of an entity."],["The `DiscoveryEvent.Types.EntityDetails` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with its inheritence stemming from the `object` class."],["There are two constructors available to create an instance of `EntityDetails`, either a parameterless default or by providing an already existing `DiscoveryEvent.Types.EntityDetails` object, which is then cloned."],["The class has two main properties, `Entity`, a string representing the fully qualified resource name, and `Type`, indicating the `EntityType` of the resource, both of which can be set."]]],[]]