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 latest version of `BackendServiceLocalityLoadBalancingPolicyConfig` is 3.6.0, with multiple previous versions ranging from 1.0.0 to 3.5.0, all documented on this page."],["`BackendServiceLocalityLoadBalancingPolicyConfig` is a container class that can hold either a built-in load balancing policy supported by gRPC or Envoy, or a custom policy."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors for creating instances, either a default constructor or a copy constructor that uses an existing `BackendServiceLocalityLoadBalancingPolicyConfig` object, and it has two main properties: `CustomPolicy` and `Policy`, that are to be used for configuration."]]],[]]