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 `GetBackendBucketRequest` class is a request message for retrieving details about a specific BackendBucket."],["This class is available across multiple versions of the Google.Cloud.Compute.V1 package, from version 1.0.0 up to the latest 3.6.0."],["The latest version available for the package is 3.6.0, and it has multiple other versions available on the webpage for this class."],["The `GetBackendBucketRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `Object`."],["The `GetBackendBucketRequest` class requires a `BackendBucket` and `Project` property, both of which take a `string` type value, for the request to be made."]]],[]]