public sealed class UndeleteBucketRequest : IMessage<UndeleteBucketRequest>, IEquatable<UndeleteBucketRequest>, IDeepCloneable<UndeleteBucketRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class UndeleteBucketRequest.
[[["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 `UndeleteBucketRequest` class within the Google Cloud Logging v2 API, specifically for version 4.3.0."],["`UndeleteBucketRequest` is used to define the parameters needed to undelete a logging bucket and is implemented as a sealed class."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all related to message handling and data management."],["Key properties of `UndeleteBucketRequest` include `Name`, which is a required string representing the full resource name of the bucket to undelete, and `LogBucketName` which provides a strongly typed view of the bucket name."],["The document includes historical context, listing several previous versions of the class, ranging from 3.3.0 up to 4.4.0 (the latest), and offers links to access the documentation for each."]]],[]]