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 reference documentation for the `DeleteLakeRequest` class within the Google Cloud Dataplex V1 API, specifically for version 2.11.0, and contains the documentation for the full version list from 1.0.0 to 3.6.0."],["The `DeleteLakeRequest` class is used to define a request to delete a lake, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and has two constructors, `DeleteLakeRequest()` and `DeleteLakeRequest(DeleteLakeRequest other)`, allowing for default and copy construction."],["Key properties include `LakeName`, which provides a `LakeName`-typed view of the lake's name, and `Name`, a string property that represents the required resource name of the lake to be deleted, formatted as `projects/{project_number}/locations/{location_id}/lakes/{lake_id}`."],["The class has inherited members that include `GetHashCode()`, `GetType()` and `ToString()`."]]],[]]