public sealed class UpdateLakeRequest : IMessage<UpdateLakeRequest>, IEquatable<UpdateLakeRequest>, IDeepCloneable<UpdateLakeRequest>, IBufferMessage, IMessage
[[["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 webpage details the `UpdateLakeRequest` class within the `Google.Cloud.Dataplex.V1` namespace, primarily used for updating lake resources in Google Cloud Dataplex."],["The `UpdateLakeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class provides two constructors: a default constructor and one that accepts another `UpdateLakeRequest` object as a parameter, allowing for the creation of a new object from an existing one."],["Key properties of the `UpdateLakeRequest` class include `Lake`, `UpdateMask`, and `ValidateOnly`, allowing for specifying the lake to update, the fields to be modified, and if the update should only be validated without any changes."],["The webpage documents various versions of the Google.Cloud.Dataplex.V1 package, ranging from version 1.0.0 up to the latest 3.6.0, offering historical context and options for different compatibility needs."]]],[]]