public sealed class GetRegionBackendServiceRequest : IMessage<GetRegionBackendServiceRequest>, IEquatable<GetRegionBackendServiceRequest>, IDeepCloneable<GetRegionBackendServiceRequest>, IBufferMessage, IMessage
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."],[[["This page details the `GetRegionBackendServiceRequest` class, which is used for requesting information about a specific backend service within a region in Google Cloud Compute."],["The latest version of the `GetRegionBackendServiceRequest` class is 3.6.0, and this page lists all previous versions, including 2.0.0 which is the current version in the page title."],["The `GetRegionBackendServiceRequest` class inherits from the base `Object` class and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor that allows creating a new instance or copying an existing `GetRegionBackendServiceRequest` object, and exposes properties to define the `BackendService`, `Project` and `Region` for the request."]]],[]]