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 Google Cloud Compute V1."],["This page provides documentation for version 1.4.0 of `GetSecurityPolicyRequest`, alongside links to various versions ranging from 1.0.0 to the latest 3.6.0."],["The `GetSecurityPolicyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality checks, deep cloning, and buffered message operations."],["The class includes properties `Project` and `SecurityPolicy`, both of type string, used to specify the project ID and the name of the security policy being requested."],["It contains 2 constructors: a default parameterless constructor, and one that accepts another `GetSecurityPolicyRequest` object as a parameter for cloning purposes."]]],[]]