public sealed class UpdateContentRequest : IMessage<UpdateContentRequest>, IEquatable<UpdateContentRequest>, IDeepCloneable<UpdateContentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class UpdateContentRequest.
[[["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 provides documentation for the `UpdateContentRequest` class within the Google Cloud Dataplex V1 API, specifically in the .NET environment."],["The documentation covers version history, with the latest version being 3.6.0 and a range of versions down to 1.0.0 available."],["`UpdateContentRequest` is used to modify content within Dataplex, with fields like `Content`, `UpdateMask`, and `ValidateOnly` being important properties."],["The `UpdateContentRequest` class inherits from various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains two constructors, the first one to initialize it as empty, and the second to perform a shallow copy from another `UpdateContentRequest` object."]]],[]]