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-21 UTC."],[[["This webpage provides reference documentation for the `UpdateContentRequest` class within the Google Cloud Dataplex v1 API for .NET."],["The latest version of the `UpdateContentRequest` class is 3.6.0, and the page also lists links to documentation for several older versions, dating back to version 1.0.0."],["The `UpdateContentRequest` class allows for updating content in the Cloud Dataplex v1 API and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class provides properties such as `Content`, `UpdateMask` and `ValidateOnly` that allow for specifying the content to be updated, what to update, and the option to validate without performing the update."],["The class has two constructor methods, `UpdateContentRequest()` and `UpdateContentRequest(UpdateContentRequest other)`, and inherits additional members from `object`."]]],[]]