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.14.0."],["The `GetEntityRequest` class is used to request metadata about an entity and is part of the `Google.Cloud.Dataplex.V1` namespace."],["The document outlines the inheritance and implemented interfaces of the `GetEntityRequest` class, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `GetEntityRequest` are detailed, such as `EntityName`, `Name`, and `View`, with explanations of their purpose and data types, as well as listing the available versions that can be accessed."],["The document details the two constructors available to create a `GetEntityRequest`, with one default and the other to copy from another instance."]]],[]]