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-21 UTC."],[[["This webpage 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 the page offers links to documentation for previous versions all the way back to version 1.0.0."],["The `GetRegionBackendServiceRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` while inheriting from the `Object` class."],["The `GetRegionBackendServiceRequest` class has properties for `BackendService`, `Project`, and `Region`, all of which are strings, and it has two constructors: a parameterless one, and one that takes another `GetRegionBackendServiceRequest` as a parameter."]]],[]]