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-21 UTC."],[[["The latest version of the `UpdateEntityRequest` API class is 3.6.0, part of the Google.Cloud.Dataplex.V1 namespace."],["This class is used to update a metadata entity, where the existing entity is fully replaced by the entity provided in the request."],["The entity ID can be modified by specifying the new ID in the request body while using the current ID in the request URL."],["The `UpdateEntityRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers the ability to validate the request without performing actual mutations, using the `ValidateOnly` property."]]],[]]