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-03-25 UTC."],[[["The latest version available for `UpdateEntityRequest` in the Cloud Dataplex v1 API is 3.6.0, while the current page focuses on version 2.4.0."],["This document provides reference and code samples for the `UpdateEntityRequest` class, which is used to fully replace an existing metadata entity in the Cloud Dataplex V1 API."],["The `UpdateEntityRequest` class allows modifications to the entity ID, and the update is performed by using the current ID in the request URL and the new ID in the request body."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`UpdateEntityRequest` has two constructors, one being an empty constructor, the other taking an `UpdateEntityRequest` object, also contains two properties `Entity` and `ValidateOnly` that can be get and set."]]],[]]