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."],[[["The `TargetSslProxiesSetBackendServiceRequest` class is available in the `Google.Cloud.Compute.V1` namespace, within the Google Cloud .NET library."],["This class represents a request to set the backend service for a target SSL proxy and is found in various versions, ranging from 1.0.0 to the latest 3.6.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains a `Service` property, which is a string representing the URL of the new BackendService resource, and a `HasService` property to check if the Service property has been set."],["There are two constructors available for creating instances of this class: a default constructor and one that takes another `TargetSslProxiesSetBackendServiceRequest` object for cloning."]]],[]]