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 used to manage update requests for lakes, with the latest version being 3.6.0 and the current page describing version 3.0.0."],["This class, `UpdateLakeRequest`, inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` providing various functionalities, such as deep cloning and buffer message management."],["The `UpdateLakeRequest` class contains properties like `Lake`, `UpdateMask`, and `ValidateOnly` to define the lake data to be updated, the specific fields to update, and whether the update is a dry run validation."],["There is a provided history of previous versions of `UpdateLakeRequest` available, ranging from version 1.0.0 up to the latest version of 3.6.0."],["There are two constructors for the class `UpdateLakeRequest`, one is parameterless, and the other takes in an `UpdateLakeRequest` parameter."]]],[]]