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 in a region, in the Google Cloud Compute API."],["The `GetRegionBackendServiceRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors for creating new instances of itself."],["The `GetRegionBackendServiceRequest` class is a component of version 1.3.0 of the Google.Cloud.Compute.V1 library but version 3.6.0 is the latest version, and there are multiple versions available from 1.0.0."],["Key properties of `GetRegionBackendServiceRequest` include `BackendService`, `Project`, and `Region`, all of which are strings and are used to specify which backend service information should be returned."],["This page lists the various older versions of the `GetRegionBackendServiceRequest` along with their documentation, up to version 3.6.0, the latest version."]]],[]]