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"]],[["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-09 UTC."],[[["This document provides reference documentation for the `GetBucketRequest` class within the Google Cloud Logging v2 API, specifically for version 4.2.0 of the .NET library."],["`GetBucketRequest` is used to specify parameters for retrieving a log bucket, and it inherits from `object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor, and one that takes another `GetBucketRequest` object for parameter initialization, and it has two properties, `LogBucketName` and `Name`."],["The `Name` property in `GetBucketRequest` is essential as it's the resource name of the bucket that is required for retrieving the log bucket, following the format with project, organization, billing account or folder ID."],["The document also lists different available versions for this package, ranging from 3.3.0 to 4.4.0, with 4.4.0 being the latest."]]],[]]