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."],[[["This webpage provides documentation for the `UpdateLakeRequest` class within the Google Cloud Dataplex V1 API, specifically in the .NET environment."],["The documentation covers version history, with the latest version being 3.6.0 and a range of versions down to 1.0.0, allowing users to navigate through different releases."],["The `UpdateLakeRequest` class is used to update lake descriptions, and only the fields specified in `update_mask` will be changed."],["The class inherits from multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it also has properties like `Lake`, `UpdateMask`, and `ValidateOnly` with their respective usage."],["The ability to validate a request without making changes is a feature of the `UpdateLakeRequest` class, and it can be done by setting `ValidateOnly` to true."]]],[]]