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 detailing its structure, methods, and usage."],["The documentation covers a range of versions, from version 1.0.0 up to the latest version, 3.6.0, allowing for the comparison of changes over time."],["`UpdateContentRequest` is designed to update content within the Dataplex API, allowing users to specify which fields to update through an `UpdateMask`."],["The `UpdateContentRequest` class inherits from and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has properties like `Content`, `UpdateMask`, and `ValidateOnly`."],["The class offers two constructors, one default and one that accepts another `UpdateContentRequest` object for copying."]]],[]]