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 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."]]],[]]