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 `UpdateEntityRequest` class in the Google.Cloud.Dataplex.V1 API allows for the full replacement of an existing metadata entity with the entity provided in the request."],["The most current version for the `UpdateEntityRequest` is 3.6.0, while the listed versions range from 1.0.0 to 3.6.0, with the provided documentation referencing version 3.1.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enhance its functionality and integration within the .NET ecosystem."],["The `Entity` property within `UpdateEntityRequest` is mandatory, serving as the description of the update."],["`ValidateOnly` is a boolean property within the `UpdateEntityRequest` that is optional and will perform validation without making changes if true, or make the modifications if false."]]],[]]