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 version 4.2.0."],["`DeleteBucketRequest` is used to specify parameters for deleting a log bucket and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that accepts another `DeleteBucketRequest` object as a parameter."],["The `DeleteBucketRequest` class has two main properties: `LogBucketName`, which provides a typed view of the bucket's name, and `Name`, which requires the full resource name of the bucket that will be deleted."],["This page shows a list of the different available versions of this documentation, from 3.3.0 up to the latest, 4.4.0, and allows the user to navigate between them."]]],[]]