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-03-21 UTC."],[[["This webpage details the `LocationPolicyLocation` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.11.0, with links to various versions ranging from 1.0.0 to 3.6.0."],["The `LocationPolicyLocation` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, providing functionalities for message handling, equality checks, deep cloning, and buffer message operations."],["The class includes two constructors: a default constructor `LocationPolicyLocation()` and a copy constructor `LocationPolicyLocation(LocationPolicyLocation other)` that creates a new instance from an existing one."],["The `LocationPolicyLocation` class has two properties: `Constraints`, which is of type `LocationPolicyLocationConstraints`, and `Preference`, which is of type string, where the former describes constraints on result distribution, while the latter indicates location preference."],["The page also indicates inherited members from the object class, which are `GetHashCode`, `GetType`, and `ToString`."]]],[]]