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."],[[["This document provides reference documentation for the `UpdateEntityRequest` class within the Google Cloud Dataplex V1 API, including its constructors, properties, and implementation details."],["The `UpdateEntityRequest` class is used to fully replace an existing metadata entity with the provided entity data, allowing for modification of the entity ID through the request URL and body."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class, such as `GetHashCode`, `GetType`, and `ToString`."],["The document lists all available versions of the `UpdateEntityRequest`, ranging from the latest 3.6.0 version all the way back to version 1.0.0, for the Cloud Dataplex V1 API."],["The request has optional properties such as `ValidateOnly`, that when set, it will only validate the request and not perform any changes."]]],[]]