public sealed class GetBucketRequest : IMessage<GetBucketRequest>, IEquatable<GetBucketRequest>, IDeepCloneable<GetBucketRequest>, IBufferMessage, IMessage
[[["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 webpage details the `GetBucketRequest` class, which is used to retrieve a specific bucket, as part of the Google Cloud Logging API V2."],["The `GetBucketRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, cloning, and buffering."],["The class has two constructors: a default constructor (`GetBucketRequest()`) and a copy constructor (`GetBucketRequest(GetBucketRequest other)`)."],["The `GetBucketRequest` class has two primary properties: `LogBucketName`, which provides a typed view of the bucket's name, and `Name`, which holds the full resource name of the bucket."],["There are several versions of this API available, with the latest being 4.4.0, and this page is specifically for version 3.6.0."]]],[]]