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 latest version of the `GetSecurityPolicyRequest` documentation is 3.6.0, but there are many versions available, including versions in the 3.x, 2.x, and 1.x series."],["`GetSecurityPolicyRequest` is a class within the Google.Cloud.Compute.V1 namespace and is part of the Compute Engine v1 API, as well as an implementation of multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["This class, `GetSecurityPolicyRequest`, is used to request specific security policy details, and it has two constructors available, one default and one that takes another instance of the same class."],["The `GetSecurityPolicyRequest` class includes two main properties, `Project`, which is the project ID for the request, and `SecurityPolicy`, which specifies the name of the security policy to be retrieved."],["The documentation also shows that `GetSecurityPolicyRequest` inherits from the `object` class and implements several interfaces from Google.Protobuf and System, detailing the class's behavior and capabilities."]]],[]]