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 version 3.4.0, and shows all versions ranging from 1.0.0 to 3.6.0."],["The `UpdateContentRequest` class is used to update content and inherits from `object`, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Content`, `UpdateMask`, and `ValidateOnly`, which allow for specifying the content to update, the fields to be modified, and whether to only validate the request without making changes, respectively."],["The class `UpdateContentRequest` has two constructors, a default one `UpdateContentRequest()` and an overload one `UpdateContentRequest(UpdateContentRequest other)`."]]],[]]