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 a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It contains two constructors: a default constructor and one that takes another `TargetSslProxiesSetBackendServiceRequest` object as a parameter, allowing for the creation of a new object or one based on an existing instance."],["The `TargetSslProxiesSetBackendServiceRequest` class has properties like `HasService`, a boolean indicating if the \"service\" field is set, and `Service`, a string property that holds the URL of the new BackendService resource."],["All available versions of `TargetSslProxiesSetBackendServiceRequest` are listed and linked on this webpage, allowing users to access documentation specific to a given version of `Google.Cloud.Compute.V1` ."]]],[]]