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 .NET developers."],["The `GetEntityRequest` class is used to request metadata entity information and it inherits from `Object` while implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The document details the constructors available for `GetEntityRequest`, including a default constructor and one that accepts another `GetEntityRequest` object as a parameter."],["Key properties of `GetEntityRequest` include `EntityName` (a typed view over the resource name), `Name` (the required resource name), and `View` (used to specify the subset of entity information to be returned)."],["This page also provides a list of all the versions of the `Google.Cloud.Dataplex.V1.GetEntityRequest`, starting from version 1.0.0 to 3.6.0 (latest)."]]],[]]