public sealed class GetEntityRequest : IMessage<GetEntityRequest>, IEquatable<GetEntityRequest>, IDeepCloneable<GetEntityRequest>, IBufferMessage, IMessage
[[["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-25 UTC."],[[["This webpage provides documentation for the `GetEntityRequest` class within the `Google.Cloud.Dataplex.V1` namespace, offering various versions ranging from 1.0.0 to the latest 3.6.0."],["The `GetEntityRequest` class is used to retrieve metadata entity requests, inheriting from `Object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one and another that takes another `GetEntityRequest` object as a parameter."],["The `GetEntityRequest` class includes properties such as `EntityName` (a typed view), `Name` (the resource name), and `View` (used to specify the subset of entity information to return)."],["The latest version listed for `GetEntityRequest` is 3.6.0."]]],[]]