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 version 3.2.0, and links to other versions as well."],["`UpdateContentRequest` is a class used to update content and it inherits from various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateContentRequest` class has a constructor that can take another `UpdateContentRequest` object as a parameter."],["The key properties of `UpdateContentRequest` include `Content`, `UpdateMask`, and `ValidateOnly`, which are used to define the content to be updated, the specific fields to modify, and whether to validate the request without performing the update, respectively."],["The latest version of the API is 3.6.0, with a full list of versions down to 1.0.0 that are also accessible."]]],[]]