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."],[[["The content provides reference documentation for the `GetEntityRequest` class within the Google Cloud Dataplex v1 API, specifically for the .NET environment."],["`GetEntityRequest` is used to retrieve metadata entities and is part of the `Google.Cloud.Dataplex.V1` namespace, with versioning information available from 1.0.0 to 3.6.0 (latest)."],["The `GetEntityRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetEntityRequest` class include `EntityName`, `Name`, and `View`, which are used to specify the entity to retrieve and control the amount of information returned."],["The documentation includes details on how to construct `GetEntityRequest` objects, either as an empty request or by copying another `GetEntityRequest` instance, in addition to listing its inherited members."]]],[]]