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-21 UTC."],[[["This webpage provides documentation for the `DeleteLakeRequest` class within the Google Cloud Dataplex V1 API, specifically for version 3.3.0."],["The `DeleteLakeRequest` class is used to request the deletion of a lake resource and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the class's inheritance from the base `object` class, along with a list of inherited members, and provides details on its namespace (`Google.Cloud.Dataplex.V1`) and assembly (`Google.Cloud.Dataplex.V1.dll`)."],["It includes details on the `DeleteLakeRequest` constructors, including a default constructor and one that copies from an existing `DeleteLakeRequest`."],["The documentation details two critical properties of the class, `LakeName` and `Name`, including information on the types and descriptions of each property, which is used to determine which lake to delete."]]],[]]