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-21 UTC."],[[["The `GetSecurityPolicyRequest` class is a request message for retrieving security policies in the Google Cloud Compute API, specifically under version 1."],["This class has been implemented to inherit from `Object` while also utilizing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with Google's Protocol Buffers and other .NET functionalities."],["The class has properties to manage a project's ID (Project) and the name of a specific security policy (SecurityPolicy), allowing users to target their requests efficiently."],["The available versions for this class are listed, spanning from version 1.0.0 up to the latest release of version 3.6.0."]]],[]]