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."],[[["The `GetRegionBackendServiceRequest` class is used to request information about a specific RegionBackendService and is part of the Google.Cloud.Compute.V1 namespace, with the latest version being 3.6.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as message handling, equality comparison, deep cloning, and buffer management."],["The class includes properties to specify the `BackendService` name, the `Project` ID, and the `Region` for the request, all of which are string types."],["There are multiple historical versions of this class, ranging from 1.0.0 to 3.6.0, which are accessible through the links provided, in addition to the current version."],["The `GetRegionBackendServiceRequest` class can be constructed using the default constructor, or by using a copy of an existing instance of itself through its copy constructor."]]],[]]