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 information for the `DeleteBucketRequest` class within the Google Cloud Logging v2 API for .NET, specifically version 4.3.0."],["The `DeleteBucketRequest` class is used to define the parameters needed to delete a logging bucket, inheriting from `object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It outlines the available constructors, which include a default constructor and one that accepts another `DeleteBucketRequest` object, in addition to the `Name` and `LogBucketName` properties."],["The `Name` property is a string that holds the full resource name of the bucket that will be deleted, using a specific syntax depending on the level of resource."],["The document provides a historical list of versions for the `DeleteBucketRequest` class, with version 4.4.0 as the latest and version 3.3.0 being the earliest listed."]]],[]]