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-04-09 UTC."],[[["This page details the `DeleteBucketRequest` class, which is used to specify the parameters for deleting a log bucket in Google Cloud Logging V2."],["The latest version of `DeleteBucketRequest` is found in version 4.4.0, with versions available for navigation going as far back as 3.3.0."],["The `DeleteBucketRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It contains two properties, `LogBucketName` (a typed view of the bucket name) and `Name` (the full resource name of the bucket to be deleted)."],["`DeleteBucketRequest` has two constructors, one empty and the other taking a `DeleteBucketRequest` as a parameter."]]],[]]