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 2.13.0."],["The `GetEntityRequest` class is used to request metadata about an entity and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetEntityRequest` class include `EntityName` (an `EntityName`-typed view), `Name` (the resource name of the entity), and `View` (to select the subset of entity information to return)."],["The page also lists available versions of the `GetEntityRequest`, ranging from 1.0.0 to 3.6.0, including the most recent version, and links to their respective documentation."],["Two constructors are available for creating a `GetEntityRequest` object, either using a default constructor or passing another `GetEntityRequest` object to clone it."]]],[]]