public sealed class GetEntityRequest : IMessage<GetEntityRequest>, IEquatable<GetEntityRequest>, IDeepCloneable<GetEntityRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class GetEntityRequest.
[[["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-04-09 UTC."],[[["This page provides reference documentation for the `GetEntityRequest` class within the Google Cloud Dataplex V1 API, spanning multiple versions."],["The latest version documented is 3.6.0, while the page itself is specifically for version 2.11.0, showing a range of versions from 1.0.0 to 3.6.0."],["`GetEntityRequest` is used to retrieve metadata entity information, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `EntityName`, `Name`, and `View`, allowing for the specification of the entity being queried and the desired detail level of the returned information."],["The class has 2 constructors: a parameterless one, and one that takes in another `GetEntityRequest`."]]],[]]