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 `UpdateLakeRequest` class in the Google.Cloud.Dataplex.V1 API is designed to handle requests for updating a lake resource."],["Version 3.6.0 is the most recent, while the content itself is detailed for version 3.3.0, and provides links to previous version documentations starting from version 1.0.0."],["The `UpdateLakeRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateLakeRequest` class includes properties such as `Lake`, `UpdateMask`, and `ValidateOnly` that allow you to define the details of the lake update."],["You can construct an `UpdateLakeRequest` object either with default values or by passing another `UpdateLakeRequest` object as a parameter to its constructors."]]],[]]