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, as shown by the provided link, and it belongs to the Google.Cloud.Compute.V1 namespace."],["`GetBackendBucketRequest` is a request message used for retrieving details about a specific BackendBucket, and it has been released in multiple versions, starting from 1.0.0 up to the latest 3.6.0."],["This request class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling capabilities like message handling, equality comparison, deep cloning, and buffer management."],["`GetBackendBucketRequest` includes properties for `BackendBucket` and `Project`, both of which are string types, allowing specification of the target backend bucket and the project it's in."],["The class `GetBackendBucketRequest` supports two constructors, one with no parameters, and another one that allows a `GetBackendBucketRequest` object to be passed in."]]],[]]