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 latest version available for the `UpdateContentRequest` class in the Google Cloud Dataplex V1 API is 3.6.0, with a range of other versions available."],["The `UpdateContentRequest` class is part of the `Google.Cloud.Dataplex.V1` namespace and can be found in the `Google.Cloud.Dataplex.V1.dll` assembly."],["The `UpdateContentRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has properties for `Content`, `UpdateMask`, and `ValidateOnly`, which allow for specifying the content to update, the fields to update, and whether to validate the request, respectively."],["The `UpdateContentRequest` class has two constructors: a default constructor and a copy constructor that takes another `UpdateContentRequest` instance as an argument."]]],[]]