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 documentation for the `DeleteLakeRequest` class within the Google Cloud Dataplex V1 API, with the latest version being 3.6.0."],["The `DeleteLakeRequest` class is used to request the deletion of a lake resource in the Dataplex service, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists multiple previous versions of the `DeleteLakeRequest` class, going back to version 1.0.0, and it gives details on the constructor functions within the class, as well as the implementation of the class `DeleteLakeRequest`."],["The class includes two key properties, `LakeName` and `Name`, where `Name` represents the resource name of the lake to be deleted, and `LakeName` provides a typed view over the `Name`."],["This class and its associated document are in the `Google.Cloud.Dataplex.V1` namespace, and its implementation is found within the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]