public sealed class TargetSslProxiesSetBackendServiceRequest : IMessage<TargetSslProxiesSetBackendServiceRequest>, IEquatable<TargetSslProxiesSetBackendServiceRequest>, IDeepCloneable<TargetSslProxiesSetBackendServiceRequest>, IBufferMessage, IMessage
[[["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."],[[["This webpage provides documentation for the `TargetSslProxiesSetBackendServiceRequest` class within the `Google.Cloud.Compute.V1` namespace in the .NET library, covering versions from 1.0.0 to the latest 3.6.0."],["The `TargetSslProxiesSetBackendServiceRequest` class is used to set the backend service for target SSL proxies and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, and includes properties `HasService` and `Service`."],["The 'Service' property, of type String, is to set the URL of the new backend service resource for the targetSslProxy."],["Constructors for `TargetSslProxiesSetBackendServiceRequest` are available, either default or taking another `TargetSslProxiesSetBackendServiceRequest` instance as a parameter."]]],[]]