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 within the `Google.Cloud.Logging.V2` namespace, specifically version 3.4.0 of the Google Cloud Logging API for .NET."],["`GetBucketRequest` is used to retrieve the parameters for the `GetBucket` function, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `LogBucketName`, which provides a typed view of the resource name, and `Name`, a string that represents the required resource name of the bucket."],["Constructors are available to create instances of `GetBucketRequest`, one default constructor and one that takes another `GetBucketRequest` as a parameter."],["This class inherits from `System.Object` and includes common inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]