public sealed class UpdateLakeRequest : IMessage<UpdateLakeRequest>, IEquatable<UpdateLakeRequest>, IDeepCloneable<UpdateLakeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class UpdateLakeRequest.
[[["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-04-09 UTC."],[[["The page provides reference documentation for the `UpdateLakeRequest` class within the Google Cloud Dataplex v1 API, spanning multiple versions."],["The latest version documented is 3.6.0, with previous versions ranging from 3.5.0 down to 1.0.0, all of which include the same `UpdateLakeRequest` class."],["`UpdateLakeRequest` is used to update a lake in the API, with required fields for updating description and a mask to specify which fields are being modified."],["The `UpdateLakeRequest` class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to have these specific features."],["There are two constructors, one being the default, and the other allowing for the creation of a copy with the usage of an `UpdateLakeRequest` parameter, `other`."]]],[]]