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 version 3.4.0."],["The `GetEntityRequest` class is used to retrieve metadata about a specific entity, and it inherits from multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers properties such as `EntityName`, `Name` (the resource name of the entity), and `View` (which allows selecting the level of detail to be returned), as well as it can be constructed using a parameterless constructor or a copy constructor."],["The latest version available for reference in this API is 3.6.0, with various previous versions listed from 3.5.0 down to 1.0.0."],["This document is part of the Google.Cloud.Dataplex.V1 namespace, found in the Google.Cloud.Dataplex.V1.dll assembly."]]],[]]