public sealed class GetBackendBucketRequest : IMessage<GetBackendBucketRequest>, IEquatable<GetBackendBucketRequest>, IDeepCloneable<GetBackendBucketRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetBackendBucketRequest.
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` class is 3.6.0, which can be found in the `Google.Cloud.Compute.V1` namespace and is part of the Google Cloud Compute Engine v1 API."],["This class, `GetBackendBucketRequest`, is a request message utilized by `BackendBuckets.Get` and it has a number of versions going all the way back to 1.0.0 available."],["The `GetBackendBucketRequest` class inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides properties such as `BackendBucket` and `Project`, both of which are strings and are used for specifying the resource name and project ID, respectively, during the request."],["The class has two constructors: a parameterless one and another where you can pass in another instance of the `GetBackendBucketRequest` class."]]],[]]