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 `UpdateContentRequest` class in the Google.Cloud.Dataplex.V1 API allows users to update content within the Cloud Dataplex environment."],["Version 3.6.0 is the latest version of the Google.Cloud.Dataplex.V1 API, with older versions available ranging back to version 1.0.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of `UpdateContentRequest` include `Content`, `UpdateMask` and `ValidateOnly`, which dictate the updated content, fields to update, and if it's for validation only."],["The class includes two different constructors: one default constructor `UpdateContentRequest()` and one that takes in another `UpdateContentRequest` object as a parameter `UpdateContentRequest(UpdateContentRequest other)`."]]],[]]