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 document provides reference information for the `DeleteLakeRequest` class within the Google Cloud Dataplex v1 API, specifically for version 2.3.0."],["`DeleteLakeRequest` is a class used to request the deletion of a lake resource, inheriting from several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `LakeName` (a `LakeName`-typed view) and `Name` (a string), which is required for identifying the lake resource to be deleted."],["The document also lists the available versions of the `DeleteLakeRequest`, ranging from 1.0.0 up to the latest version 3.6.0."],["The document contains information on the constructors of the `DeleteLakeRequest` class, including a default constructor and a copy constructor."]]],[]]