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 parameters for a log bucket within the Google Cloud Logging V2 service."],["The latest version of `GetBucketRequest` is 4.4.0, with the current page specifically referencing version 3.3.0, and several older versions being available."],["`GetBucketRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `GetBucketRequest` class contains two constructors, a default one and one that takes another `GetBucketRequest` object as a parameter."],["The `GetBucketRequest` class has two key properties: `LogBucketName`, a typed view, and `Name`, a string that requires the full resource name of the bucket."]]],[]]