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, with the latest version being 3.6.0."],["`GetEntityRequest` is a class used to request metadata for an entity, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features properties such as `Name`, which is the resource name of the entity, `EntityName`, which provides a typed view over the resource name, and `View`, which allows the user to specify the subset of entity information to be returned."],["The page also provides access to documentation for older versions of the `GetEntityRequest`, dating back to version 1.0.0 and containing all versions up to the current, 3.6.0."],["Users can create instances of the `GetEntityRequest` class using the provided constructors: a default constructor and a copy constructor that takes another `GetEntityRequest` instance as a parameter."]]],[]]