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 update a lake resource and is available in various versions, ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["The `UpdateLakeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffered message operations."],["The `UpdateLakeRequest` class can be constructed with an existing `UpdateLakeRequest` object or with default values and exposes properties like `Lake`, `UpdateMask`, and `ValidateOnly` to define the lake to be updated, specify which fields should be updated, and whether to only validate the update respectively."],["The webpage provides documentation for the reference of the Cloud Dataplex V1 API class, UpdateLakeRequest, offering details on its constructors, properties, inherited members, implemented interfaces, and usage."],["This API class, `UpdateLakeRequest`, contains the required property 'Lake' which is of type Lake and refers to the description for the update, as well as the required 'UpdateMask' which is a FieldMask type and refers to the mask of fields to update."]]],[]]