public sealed class TargetHttpProxiesScopedList : IMessage<TargetHttpProxiesScopedList>, IEquatable<TargetHttpProxiesScopedList>, IDeepCloneable<TargetHttpProxiesScopedList>, 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-04-09 UTC."],[[["This webpage details the `TargetHttpProxiesScopedList` class within the `Google.Cloud.Compute.V1` namespace, showcasing its structure and functionalities across multiple versions."],["The `TargetHttpProxiesScopedList` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration with the Google.Protobuf library."],["The class includes two constructors, one default and another that takes another `TargetHttpProxiesScopedList` instance as a parameter for cloning purposes."],["The `TargetHttpProxies` property provides a `RepeatedField` of `TargetHttpProxy` objects, representing the list of HTTP proxies within a defined scope."],["The `Warning` property allows for an informational message to be provided when the list of backend services is empty."]]],[]]