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-03-25 UTC."],[[["This document provides reference documentation for the `GetEntityRequest` class within the Google Cloud Dataplex v1 API, specifically for version 3.0.0."],["`GetEntityRequest` is a class used to request metadata about an entity, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API is 3.6.0, with multiple previous versions also available, including version 3.0.0, and the documentation supports versions all the way back to 1.0.0."],["The `GetEntityRequest` class includes properties such as `Name` and `View`, allowing you to specify the resource name of the entity and choose the level of detail returned, respectively."],["The class has a few constructors to help get it initialized, including a parameter-less one and one that accepts another `GetEntityRequest` as a parameter."]]],[]]