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 within the .NET environment."],["The content covers various versions of the `DeleteLakeRequest` class, ranging from version 1.0.0 to the latest 3.6.0, and provides direct links to documentation for each version."],["The `DeleteLakeRequest` class is used to manage delete lake requests, as part of the Google Cloud Dataplex API, and is identified as a public sealed class."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionalities within the .NET Protobuf framework."],["Key properties of the `DeleteLakeRequest` class include `LakeName` and `Name`, the latter of which is required and specifies the resource name of the lake to be deleted."]]],[]]