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 document provides reference documentation for the `UpdateContentRequest` class within the Google Cloud Dataplex V1 API, spanning versions from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["The `UpdateContentRequest` class is used to update content within Dataplex and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of the `UpdateContentRequest` class include `Content`, which describes the update, `UpdateMask`, which specifies which fields to update, and `ValidateOnly`, a boolean for validating requests without making changes."],["The document outlines the constructors for creating instances of the `UpdateContentRequest` class, including a default constructor and one that accepts another `UpdateContentRequest` object."],["This class documentation is found within the `Google.Cloud.Dataplex.V1` namespace, specifically in the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]