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."],[[["The latest version available for the `UpdateEntityRequest` class is 3.6.0, but this page is showing the documentation for version 2.12.0."],["The `UpdateEntityRequest` class is used to fully replace an existing metadata entity with a new entity, with the ability to modify the entity ID."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for comparison, cloning, and message handling."],["The `UpdateEntityRequest` class has two properties: `Entity`, which describes the entity to be updated, and `ValidateOnly`, which allows validation of the request without making any changes."],["The constructor `UpdateEntityRequest(UpdateEntityRequest other)` is provided to easily create a new instance of the `UpdateEntityRequest` based off of another `UpdateEntityRequest` instance."]]],[]]