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 details the `TargetSslProxiesSetBackendServiceRequest` class, used within the Google Cloud Compute V1 API, with documentation spanning versions from 1.0.0 to the latest 3.6.0."],["The `TargetSslProxiesSetBackendServiceRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all within the `Google.Protobuf` and `System` namespaces."],["The class includes two constructors: a default constructor, `TargetSslProxiesSetBackendServiceRequest()`, and another that takes an existing `TargetSslProxiesSetBackendServiceRequest` object as a parameter."],["Key properties of the class include `HasService`, a boolean indicating if the \"service\" field is set, and `Service`, a string that represents the URL of the new BackendService resource for the targetSslProxy."],["The `TargetSslProxiesSetBackendServiceRequest` class inherits base functions from the object class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, extending its functionality."]]],[]]