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 `UpdateEntityRequest` class in the Cloud Dataplex v1 API is used to fully replace an existing metadata entity with a new one."],["The documentation provides a version history of the `UpdateEntityRequest` class, spanning from version 1.0.0 up to the latest version 3.6.0, with version 2.3.0 being highlighted as a point of reference."],["The `UpdateEntityRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `UpdateEntityRequest` class has two constructors: a default constructor and a copy constructor that takes another `UpdateEntityRequest` object as a parameter."],["It includes two properties: `Entity`, which is required for the update description and represents the entity to update, and `ValidateOnly`, an optional property that specifies whether to only validate the request without making any changes."]]],[]]