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 3.5.0 down to 1.0.0 also listed and accessible."],["`BackendServiceLocalityLoadBalancingPolicyConfig` is a container for built-in load balancing policies supported by gRPC or Envoy, or for custom policies implemented by the end user."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating a new `BackendServiceLocalityLoadBalancingPolicyConfig` object and for copying an existing `BackendServiceLocalityLoadBalancingPolicyConfig` object."],["It offers properties for managing `CustomPolicy` and `Policy`, both referencing other specific classes within the same namespace."]]],[]]