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."],[[["The latest version of the `GetBackendBucketRequest` is 3.6.0, with several prior versions available, ranging down to version 1.0.0."],["`GetBackendBucketRequest` is a request message for retrieving details about a specific BackendBucket in Google Cloud Compute."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties for `BackendBucket` (the name of the resource to return) and `Project` (the ID of the project for the request), both of type string."],["`GetBackendBucketRequest` is contained within the `Google.Cloud.Compute.V1` namespace."]]],[]]