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 allows for the full replacement of an existing metadata entity with the new entity provided in the request."],["The latest version of the `UpdateEntityRequest` class is 3.6.0, with various versions available for use, starting from 1.0.0."],["`UpdateEntityRequest` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, while containing the constructor methods of `UpdateEntityRequest()` and `UpdateEntityRequest(UpdateEntityRequest)`."],["The `UpdateEntityRequest` class includes properties for `Entity` which is a required property for the description of the update, and `ValidateOnly` which allows for request validation without performing mutations."],["The entity ID within an update request is mutable, and to modify the ID, the request URL should use the current ID while the new ID is specified within the request body."]]],[]]