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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]