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-04-08 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()`."]]],[]]