public sealed class GetBackendBucketRequest : IMessage<GetBackendBucketRequest>, IEquatable<GetBackendBucketRequest>, IDeepCloneable<GetBackendBucketRequest>, IBufferMessage, IMessage
A request message for BackendBuckets.Get. See the method description for details.
[[["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-03-21 UTC."],[[["This page provides documentation for the `GetBackendBucketRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically within the context of the Google Cloud Compute API for .NET."],["The documentation covers multiple versions of the `GetBackendBucketRequest` class, ranging from version 1.0.0 up to the latest version 3.6.0, allowing developers to view information pertaining to whichever version they use."],["The `GetBackendBucketRequest` class is used to construct a request for the `BackendBuckets.Get` method, used to retrieve information about a specific backend bucket."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its role within the Google Protobuf ecosystem, and inherits from the base `Object` class."],["The page details the constructors and the properties of the class, including `BackendBucket` and `Project`, used to specify the backend bucket and the project ID for the request."]]],[]]