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-24 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, under the namespace `Google.Cloud.Compute.V1`."],["`BackendServiceLocalityLoadBalancingPolicyConfig` is a container for built-in or custom load balancing policies, supported by gRPC or Envoy, and can be user-implemented."],["The class `BackendServiceLocalityLoadBalancingPolicyConfig` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides properties such as `CustomPolicy` and `Policy`, allowing for the specification of custom or built in load balancing rules."],["The class `BackendServiceLocalityLoadBalancingPolicyConfig` includes a default constructor and an overloaded constructor taking another `BackendServiceLocalityLoadBalancingPolicyConfig` object as a parameter."]]],[]]