public sealed class DeleteBucketRequest : IMessage<DeleteBucketRequest>, IEquatable<DeleteBucketRequest>, IDeepCloneable<DeleteBucketRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class DeleteBucketRequest.
[[["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 document provides reference documentation for the `DeleteBucketRequest` class within the Google Cloud Logging v2 API, specifically for .NET."],["The `DeleteBucketRequest` class is used to specify parameters for the `DeleteBucket` method, and it inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `DeleteBucketRequest` class is 4.4.0, with previous versions available, including 4.3.0, 4.2.0, 4.1.0, 4.0.0, 3.6.0, 3.5.0, 3.4.0, and 3.3.0."],["The class includes properties such as `LogBucketName` and `Name`, with `Name` being a required string representing the full resource name of the bucket to be deleted, following a specific format."],["`DeleteBucketRequest` has two constructors, one that is parameterless and one that takes in another instance of `DeleteBucketRequest`."]]],[]]