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 version 2.4.0."],["`GetEntityRequest` is a class used to request metadata about an entity, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists available versions of the API, ranging from 1.0.0 to the latest 3.6.0, providing links to each version's documentation for the `GetEntityRequest` class."],["The `GetEntityRequest` class has properties like `EntityName`, `Name`, and `View` which allow the user to specify which entity they want to get data from and what data to return."],["The `GetEntityRequest` class has two constructors, a default one and one that accepts another instance of the `GetEntityRequest` class as a parameter."]]],[]]