public sealed class LocationPolicyLocation : IMessage<LocationPolicyLocation>, IEquatable<LocationPolicyLocation>, IDeepCloneable<LocationPolicyLocation>, IBufferMessage, IMessage
[[["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-04-02 UTC."],[[["The `LocationPolicyLocation` class is part of the `Google.Cloud.Compute.V1` namespace and is defined in the `Google.Cloud.Compute.V1.dll` assembly, which represents the different locations for a location policy."],["This class implements multiple interfaces including `IMessage`, `IEquatable\u003cLocationPolicyLocation\u003e`, `IDeepCloneable\u003cLocationPolicyLocation\u003e`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer manipulation."],["The `LocationPolicyLocation` class provides two constructors, a default constructor and one that accepts another `LocationPolicyLocation` object for cloning."],["The class includes properties such as `HasPreference`, a boolean that indicates if the preference field is set, and `Preference`, which is a string property used to set the preference for a given location."],["There is a list of versions for this class ranging from version 1.0.0 to the most recent 3.6.0, all pertaining to the locationPolicyLocation."]]],[]]