public sealed class DeleteBucketRequest : IMessage<DeleteBucketRequest>, IEquatable<DeleteBucketRequest>, IDeepCloneable<DeleteBucketRequest>, IBufferMessage, IMessage
[[["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 details the `DeleteBucketRequest` class, which is used to specify the parameters for deleting a logging bucket in Google Cloud Logging V2."],["The class is part of the `Google.Cloud.Logging.V2` namespace and is found within the `Google.Cloud.Logging.V2.dll` assembly, with the current version being 3.3.0, and it also includes information about later versions up to 4.4.0."],["`DeleteBucketRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The `DeleteBucketRequest` class includes properties such as `Name` (a string) and `LogBucketName`, which are crucial for identifying the specific bucket to be deleted, referencing resources through project, organization, billing accounts or folders, along with location and bucket IDs."],["The `DeleteBucketRequest` includes two constructors, a default one and one for use with a pre-existing `DeleteBucketRequest` instance."]]],[]]