public sealed class GetBucketRequest : IMessage<GetBucketRequest>, IEquatable<GetBucketRequest>, IDeepCloneable<GetBucketRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class GetBucketRequest.
[[["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 documentation page covers the `GetBucketRequest` class within the Google Cloud Logging v2 API, version 4.3.0, providing reference information for developers."],["`GetBucketRequest` is a class used to define the parameters for retrieving a specific bucket and it inherits from the object class, implementing multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class includes two constructors: a default constructor (`GetBucketRequest()`) and a copy constructor (`GetBucketRequest(GetBucketRequest other)`), which allows creating new instances either from scratch or as copies of existing instances."],["It has two key properties: `LogBucketName`, a typed view of the resource name, and `Name`, a string property representing the full resource name of the log bucket, as well as the required parameter for retrieving buckets."],["The latest version of the API on the page is version 4.4.0, however, this page describes version 4.3.0 of the API for Google Cloud Logging V2."]]],[]]