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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]