public sealed class BackendServiceLocalityLoadBalancingPolicyConfig : IMessage<BackendServiceLocalityLoadBalancingPolicyConfig>, IEquatable<BackendServiceLocalityLoadBalancingPolicyConfig>, IDeepCloneable<BackendServiceLocalityLoadBalancingPolicyConfig>, IBufferMessage, IMessage
Container for either a built-in LB policy supported by gRPC or Envoy or a custom one implemented by the end user.
[[["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-21 UTC."],[[["The `BackendServiceLocalityLoadBalancingPolicyConfig` class in the `Google.Cloud.Compute.V1` namespace provides configuration for load balancing policies, supporting both built-in and custom implementations."],["The latest version for the `BackendServiceLocalityLoadBalancingPolicyConfig` is 3.6.0, with a comprehensive list of previous versions dating back to 1.0.0 provided for reference."],["This class can implement `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it is capable of being constructed both through a default constructor or by cloning another instance of itself."],["`BackendServiceLocalityLoadBalancingPolicyConfig` contains the properties `CustomPolicy` and `Policy`, of type `BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy` and `BackendServiceLocalityLoadBalancingPolicyConfigPolicy`, respectively, that configure the specifics of the load balancing policy."]]],[]]