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 is a container for load balancing policies, either built-in or custom-implemented."],["This class is part of the `Google.Cloud.Compute.V1` namespace, found within the `Google.Cloud.Compute.V1.dll` assembly, with the latest version being 3.6.0, but also supports a large range of previous versions."],["The class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It provides constructors to create instances either with default settings or by cloning from another `BackendServiceLocalityLoadBalancingPolicyConfig` object."],["It exposes `CustomPolicy` and `Policy` properties of type `BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy` and `BackendServiceLocalityLoadBalancingPolicyConfigPolicy` respectively, to define load balancing configurations."]]],[]]