public sealed class GetSecurityPolicyRequest : IMessage<GetSecurityPolicyRequest>, IEquatable<GetSecurityPolicyRequest>, IDeepCloneable<GetSecurityPolicyRequest>, IBufferMessage, IMessage
A request message for SecurityPolicies.Get. See the method description for details.
[[["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 `GetSecurityPolicyRequest` class is a request message for retrieving security policies in Google Cloud Compute."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities."],["The class includes constructors for creating new instances, both default and copy-based, and it contains inherited members from `Object`."],["It has two main properties, `Project` and `SecurityPolicy`, which are string values used to define the project and the name of the policy being requested, respectively."],["The most up to date version is 3.6.0, while there are a large number of previous versions, ranging all the way down to 1.0.0, demonstrating a large history."]]],[]]