public sealed class GetSecurityPolicyRequest : IMessage<GetSecurityPolicyRequest>, IEquatable<GetSecurityPolicyRequest>, IDeepCloneable<GetSecurityPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetSecurityPolicyRequest.
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 webpage provides documentation for the `GetSecurityPolicyRequest` class within the Google Compute Engine v1 API."],["The latest version available for this API is 3.6.0, and there are numerous versions dating back to 1.0.0 for the `GetSecurityPolicyRequest` class."],["`GetSecurityPolicyRequest` is a request message used to retrieve a specific security policy, as described in the API's `SecurityPolicies.Get` method."],["The `GetSecurityPolicyRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for `Project` (project ID) and `SecurityPolicy` (name of the security policy), which are both of type string, and it also has two constructors, one default and one which accepts another `GetSecurityPolicyRequest` as input."]]],[]]