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-21 UTC."],[[["The `GetSecurityPolicyRequest` class is part of the Google Cloud Compute Engine v1 API, with version 3.6.0 being the latest available."],["This class is used to request information about a specific security policy within the Compute Engine environment, as noted by its role as a request message for SecurityPolicies.Get."],["The `GetSecurityPolicyRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with protobuf message structures."],["The class includes properties like `Project` (the ID for the request) and `SecurityPolicy` (the name of the security policy being queried), which are both of type `string`."],["Multiple versions of the `GetSecurityPolicyRequest` class are available, ranging from version 1.0.0 to 3.6.0, which highlights its long-term development and support within the API."]]],[]]