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-03-25 UTC."],[[["The page provides reference documentation for the `UpdateLakeRequest` class within the Google Cloud Dataplex V1 API, covering versions from 1.0.0 to 3.6.0."],["`UpdateLakeRequest` is used to update lake descriptions and specific fields via an update mask, as detailed in its properties section."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in protocol buffer handling and data manipulation."],["There are two constructors available for the `UpdateLakeRequest` class, one default constructor and another that takes an `UpdateLakeRequest` parameter for copying."],["The class contains three properties, `Lake`, `UpdateMask`, and `ValidateOnly`, that allow for updating a lake object, specifying which fields to update and allowing for request validation."]]],[]]