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 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.5.0, and up to 4.4.0."],["`DeleteBucketRequest` inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another that accepts a `DeleteBucketRequest` object for copying, in addition to having two properties `LogBucketName` and `Name`, which are used to identify the logging bucket to delete."],["The `Name` property is required and defines the full resource name of the bucket to delete, such as `\"projects/my-project/locations/global/buckets/my-bucket\"`."]]],[]]