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-04-09 UTC."],[[["This page provides reference documentation for the `GetEntityRequest` class within the Google Cloud Dataplex v1 API, spanning multiple versions."],["The latest version of `GetEntityRequest` is 3.6.0, while the oldest documented version is 1.0.0, with a total of 24 different versions listed."],["`GetEntityRequest` is used to retrieve metadata entity information and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetEntityRequest` class has properties for `EntityName`, `Name`, and `View`, with the `Name` property being a required field specifying the entity's resource name."],["The class includes constructors for a default instance and one for cloning from another `GetEntityRequest` object, offering flexibility in object creation and manipulation."]]],[]]