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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["This page details the `GetRegionBackendServiceRequest` class within the `Google.Cloud.Compute.V1` namespace, presenting various versions of the .NET documentation for this class, ranging from version 1.0.0 to the latest, 3.6.0."],["The `GetRegionBackendServiceRequest` class is designed as a request message used by RegionBackendServices.Get, which is shown to implement several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances of `GetRegionBackendServiceRequest`, either with default values or by copying data from another instance."],["Key properties of this class include `BackendService`, `Project`, and `Region`, all of which are strings used to specify the details of the request and are crucial for retrieving specific backend service information."]]],[]]