public sealed class DeleteLakeRequest : IMessage<DeleteLakeRequest>, IEquatable<DeleteLakeRequest>, IDeepCloneable<DeleteLakeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DeleteLakeRequest.
[[["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 reference documentation for the `DeleteLakeRequest` class within the Google Cloud Dataplex V1 API, specifically for version 3.4.0."],["The `DeleteLakeRequest` class is used to request the deletion of a lake resource and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `LakeName` (a `LakeName`-typed view) and `Name` (a string), which is the resource name of the lake to be deleted."],["The page lists all the available versions of the `DeleteLakeRequest`, ranging from the latest 3.6.0 to as far back as version 1.0.0."],["The `DeleteLakeRequest` class has two constructors, a default one, and another one that takes another `DeleteLakeRequest` object as a parameter."]]],[]]