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-31 UTC."],[[["The webpage provides reference documentation for the `GetSecurityPolicyRequest` class within the Google Compute Engine v1 API."],["The latest version available is 3.6.0, and the page content focuses specifically on version 3.1.0, with versions ranging from 1.0.0 to 3.6.0 being available."],["`GetSecurityPolicyRequest` is a request message used for retrieving details of a security policy in Compute Engine, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties for `Project`, which represents the project ID, and `SecurityPolicy`, which is the name of the requested security policy."],["It also includes inherited members from the base object such as GetHashCode(), GetType() and ToString()."]]],[]]