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."],[[["This page provides reference documentation for the `GetSecurityPolicyRequest` class within the Google Compute Engine v1 API, specifically for .NET development."],["The `GetSecurityPolicyRequest` class is used to construct requests for retrieving security policy details, as indicated by the documentation."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its role in protobuf communication and object handling within the .NET ecosystem."],["The page lists available versions of the API, with 3.6.0 being the latest and version 1.0.0 being the oldest, to view the different API versions and their respective documentation."],["The page provides details on the class's constructors and properties, including `Project` and `SecurityPolicy`, which are essential for building requests to interact with Google Compute Engine security policies."]]],[]]