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 document provides reference information for the `UpdateLakeRequest` class within the Google Cloud Dataplex V1 API, specifically for version 2.2.0."],["`UpdateLakeRequest` is a class used to update lake resources and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available version of the API is 3.6.0, and documentation for multiple previous versions, ranging from 1.0.0 to 3.5.0, are also available."],["The class has properties such as `Lake`, `UpdateMask`, and `ValidateOnly`, which allow for the specification of lake updates, fields to be updated, and whether the update should only be validated without execution."],["The `UpdateLakeRequest` class has 2 constructors, one is a default constructor, and the second is used to initialize the object with another `UpdateLakeRequest`."]]],[]]