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, with the latest version being 3.6.0."],["The `UpdateLakeRequest` class is used to update lake descriptions and is part of the `Google.Cloud.Dataplex.V1` namespace, contained within the `Google.Cloud.Dataplex.V1.dll` assembly."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties `Lake`, `UpdateMask`, and `ValidateOnly` which allows users to describe what is being updated, as well as a feature to test the update before applying."],["There are multiple versions of the `UpdateLakeRequest` class, starting from version 1.0.0 and extending to version 3.6.0."]]],[]]