public sealed class SecurityPolicyReference : IMessage<SecurityPolicyReference>, IEquatable<SecurityPolicyReference>, IDeepCloneable<SecurityPolicyReference>, 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-31 UTC."],[[["This webpage provides documentation for the `SecurityPolicyReference` class within the `Google.Cloud.Compute.V1` namespace, detailing its implementation and usage in .NET."],["The latest version available for `SecurityPolicyReference` is 3.6.0, with a full version history spanning from 1.0.0 to the latest release."],["The `SecurityPolicyReference` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work with protocol buffers and support various operations."],["The class includes two constructors, one default and one that accepts another `SecurityPolicyReference` instance for cloning."],["The key properties of the `SecurityPolicyReference` class are `HasSecurityPolicy`, which is a boolean to check if the security policy field is set, and `SecurityPolicy`, which is a string to hold the value of the policy."]]],[]]