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-21 UTC."],[[["This document provides reference documentation for the `GetEntityRequest` class within the Google Cloud Dataplex V1 API for .NET, detailing its properties, constructors, and implementation of various interfaces."],["The latest version of the `GetEntityRequest` class is 3.6.0, with many previous versions available ranging back to 1.0.0, and is part of the `Google.Cloud.Dataplex.V1` namespace in the `Google.Cloud.Dataplex.V1.dll` assembly."],["`GetEntityRequest` is used to retrieve metadata entity information, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `GetEntityRequest` include `EntityName`, a typed view over the resource name, `Name`, the required resource name of the entity, and `View`, an optional parameter to specify the subset of entity information returned."],["Constructors for the class allow for the creation of a new GetEntityRequest object and to create one based off of another GetEntityRequest."]]],[]]