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 page provides documentation for the `GetEntityRequest` class within the Google Cloud Dataplex V1 API, with the latest version being 3.6.0, and displays the history of versions."],["The `GetEntityRequest` class is used to request metadata about an entity, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetEntityRequest` class has properties including `EntityName`, `Name`, and `View`, allowing for specifying the entity to be retrieved and the level of detail to be returned, with `Name` being a required parameter."],["The `GetEntityRequest` can be constructed with or without another `GetEntityRequest` object, as demonstrated with the two provided constructors."],["The documentation is organized by namespace: Google.Cloud.Dataplex.V1 and is found within the Google.Cloud.Dataplex.V1.dll assembly."]]],[]]