public sealed class GetRegionBackendServiceRequest : IMessage<GetRegionBackendServiceRequest>, IEquatable<GetRegionBackendServiceRequest>, IDeepCloneable<GetRegionBackendServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionBackendServiceRequest.
A request message for RegionBackendServices.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-24 UTC."],[[["The latest version of the `GetRegionBackendServiceRequest` class is 3.6.0, and the page provides links to various past versions, including 3.5.0, 3.4.0, and down to 1.0.0."],["The `GetRegionBackendServiceRequest` class, part of the Compute Engine v1 API, is used for retrieving information about a specific region's backend service."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The `GetRegionBackendServiceRequest` class contains three primary properties: `BackendService` (the name of the BackendService resource), `Project` (the project ID), and `Region` (the region's name)."],["The `GetRegionBackendServiceRequest` class has two constructors: a parameterless constructor and a constructor that accepts another `GetRegionBackendServiceRequest` object as a parameter."]]],[]]