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 page provides documentation for the `UpdateContentRequest` class within the Google Cloud Dataplex v1 API, specifically for version 2.5.0."],["The `UpdateContentRequest` class is used to update content in the Dataplex API, with the ability to specify which fields to update via an update mask."],["The page lists all versions of `UpdateContentRequest` available, ranging from version 1.0.0 up to 3.6.0, with 3.6.0 being the latest."],["The documentation details the class's constructors, properties (`Content`, `UpdateMask`, `ValidateOnly`), and its implementation of several interfaces, such as `IMessage` and `IEquatable`."],["The `Content` and `UpdateMask` properties are required when using the `UpdateContentRequest` class, and `ValidateOnly` is optional."]]],[]]