public sealed class UpdateEntityRequest : IMessage<UpdateEntityRequest>, IEquatable<UpdateEntityRequest>, IDeepCloneable<UpdateEntityRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class UpdateEntityRequest.
Update a metadata entity request.
The exiting entity will be fully replaced by the entity in the request.
The entity ID is mutable. To modify the ID, use the current entity ID in the
request URL and specify the new ID in the request body.
[[["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 documentation for the `UpdateEntityRequest` class within the Google Cloud Dataplex V1 API, specifically in the .NET environment."],["The `UpdateEntityRequest` class is used to update metadata entities, fully replacing the existing entity with the one provided in the request."],["The latest version documented is 3.6.0, and this page includes links and documentation for various older versions, such as 2.13.0 and 1.0.0, which are available for reference."],["The document describes that the `UpdateEntityRequest` class, as described, includes properties such as `Entity` and `ValidateOnly`, with a description for each, as well as a description for the class's inherited members."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`, and it is part of the `Google.Cloud.Dataplex.V1` namespace."]]],[]]