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."],[[["The `GetRegionBackendServiceRequest` class is used to request information about a specific BackendService resource within a given region and project."],["This page documents the `GetRegionBackendServiceRequest` class within version 1.2.0 of the Google.Cloud.Compute.V1 library, part of the .NET API, with links to all the versions of it ranging from 1.0.0 to 3.6.0."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, and has implemented methods such as GetHashCode(), GetType(), MemberwiseClone() and ToString()."],["The class includes properties such as `BackendService`, `Project`, and `Region`, which are all strings and are required to specify the resource and scope of the request."]]],[]]