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 allows users to update lake resources within Cloud Dataplex, with the latest version being 3.6.0 and a history of versions available."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, allowing diverse interactions and modifications of lake resources."],["The `UpdateLakeRequest` class includes properties such as `Lake`, `UpdateMask`, and `ValidateOnly`, which are used to specify which fields to update, the new lake data, and whether the request should be validated before execution."],["The `UpdateLakeRequest` class has both a parameterless constructor, `UpdateLakeRequest()`, and a constructor, `UpdateLakeRequest(UpdateLakeRequest other)`, which allows you to copy over the properties of another UpdateLakeRequest object into the current one."],["The documentation for this class is in the namespace `Google.Cloud.Dataplex.V1` and is located in the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]