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-04-09 UTC."],[[["The `GetSecurityPolicyRequest` class is a request message for retrieving security policy information within the Google Cloud Compute V1 API."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is defined in the `Google.Cloud.Compute.V1.dll` assembly, with its current latest version being 3.6.0."],["The `GetSecurityPolicyRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors, one default and one that copies from another `GetSecurityPolicyRequest` instance, along with the `Project` and `SecurityPolicy` properties, which are of type String."],["This documentation provides a list of available versions for the GetSecurityPolicyRequest class, starting from version 1.0.0 to the latest 3.6.0, each with its own specific API reference link."]]],[]]