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, version 2.1.0, which is used to update lake information."],["The latest version for `UpdateLakeRequest` is 3.6.0, with multiple prior versions also documented and accessible, going back to version 1.0.0."],["The `UpdateLakeRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Lake`, `UpdateMask`, and `ValidateOnly`, allowing for specifying the lake to update, the fields to be updated, and whether to only validate the request without performing the mutation."],["There are two constructors available for `UpdateLakeRequest`: a default constructor and one that takes another `UpdateLakeRequest` instance as a parameter for object copying."]]],[]]