public sealed class UpdateEntityRequest : IMessage<UpdateEntityRequest>, IEquatable<UpdateEntityRequest>, IDeepCloneable<UpdateEntityRequest>, IBufferMessage, IMessage
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` is 3.6.0, and the page provides links to various other versions, including down to version 1.0.0."],["`UpdateEntityRequest` is used to fully replace an existing metadata entity with the entity provided in the request."],["The `UpdateEntityRequest` class, part of the `Google.Cloud.Dataplex.V1` namespace, allows modification of the entity ID by specifying the new ID in the request body while using the current ID in the request URL."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`UpdateEntityRequest` has two main properties: the required 'Entity' which describes the update, and the optional 'ValidateOnly' which enables request validation without actual mutations."]]],[]]