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."],[[["The provided content details the `UpdateContentRequest` class within the Google Cloud Dataplex V1 API, specifically version 2.2.0, along with its properties and related methods."],["The `UpdateContentRequest` class is used to update content and requires specifying which fields to update via the `update_mask`."],["This class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["There are various versions of the API available, ranging from version 1.0.0 up to the latest version 3.6.0, all of which include `UpdateContentRequest` class."],["The class includes properties such as `Content`, `UpdateMask`, and `ValidateOnly`, which are essential for defining the update operation."]]],[]]