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 documentation for the `DeleteLakeRequest` class within the Google Cloud Dataplex v1 API, specifically for version 3.2.0."],["The `DeleteLakeRequest` class is used to request the deletion of a lake resource in Google Cloud Dataplex and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and one that takes another `DeleteLakeRequest` as a parameter, and it has two key properties: `LakeName` (a typed view) and `Name` (a string) which is the required resource name of the lake to delete."],["The latest version of the API is 3.6.0 while this documentation is for 3.2.0, and there are multiple past versions provided on this webpage for reference."]]],[]]