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 latest version available for the `UpdateEntityRequest` class is 3.6.0, but this page is specific to version 3.0.0, and there are several other versions available ranging from 1.0.0 to 3.5.0."],["The `UpdateEntityRequest` class, found within the `Google.Cloud.Dataplex.V1` namespace, is used to fully replace an existing metadata entity in a request, and has a mutable entity ID."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `UpdateEntityRequest` has the ability to have a validation process executed without applying any mutations."],["The class `UpdateEntityRequest` has two constructors, one default, and one that takes in an `UpdateEntityRequest` as a parameter."]]],[]]