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."],[[["The `UpdateContentRequest` class is used to request updates to content within the Google Cloud Dataplex service, with version 3.6.0 being the latest version available."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support various functionalities, including message handling, object comparison, deep cloning, and buffer manipulation."],["It allows for specifying which fields should be updated using the `UpdateMask` property, enabling partial updates of content."],["The `ValidateOnly` property allows for request validation without performing any mutations, which is useful for testing purposes."],["There are multiple previous versions available for use ranging from 3.5.0 to 1.0.0."]]],[]]