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-31 UTC."],[[["The `GetSecurityPolicyRequest` class is used to request security policy information within the Google Cloud Compute API."],["This class is part of the `Google.Cloud.Compute.V1` namespace and implemented several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from Object."],["There are two constructors for the `GetSecurityPolicyRequest` class, a default constructor and one that accepts another `GetSecurityPolicyRequest` object as a parameter."],["The class includes properties for `Project` and `SecurityPolicy`, both of which are strings, representing the project ID and the name of the security policy to retrieve."],["The content provided contains version history for this class, with version 3.6.0 as the latest version, and ranges from 1.0.0 to 3.6.0, all being accessible via direct links."]]],[]]