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."],[[["Version 3.6.0 is the latest release for the `Google.Cloud.Compute.V1` package, with links to other versions ranging down to 1.0.0."],["`GetBackendBucketRequest` is a class used to formulate a request to retrieve a specific BackendBucket resource, as indicated in its description."],["The `GetBackendBucketRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetBackendBucketRequest` class contains two constructors, a default constructor and one that takes another `GetBackendBucketRequest` as a parameter."],["The class contains two properties, `BackendBucket` and `Project`, both strings, which represent the name of the BackendBucket resource and the Project ID, respectively."]]],[]]