public sealed class UpdateContentRequest : IMessage<UpdateContentRequest>, IEquatable<UpdateContentRequest>, IDeepCloneable<UpdateContentRequest>, IBufferMessage, IMessage
[[["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 webpage details the `UpdateContentRequest` class within the `Google.Cloud.Dataplex.V1` namespace, showing the history of versions, with the latest being 3.6.0."],["The `UpdateContentRequest` class is used to update content and inherits from `Object`, while implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `UpdateContentRequest` include `Content` to describe the update, `UpdateMask` to specify fields to be updated, and `ValidateOnly` to validate the update without applying it."],["The page provides documentation for the class's constructors `UpdateContentRequest()`, and `UpdateContentRequest(UpdateContentRequest)` with a parameter of type `UpdateContentRequest`."],["The webpage documents the full version history for the `UpdateContentRequest`, from 1.0.0 to the latest 3.6.0, along with links to the content for each respective version."]]],[]]