public sealed class GetRegionSecurityPolicyRequest : IMessage<GetRegionSecurityPolicyRequest>, IEquatable<GetRegionSecurityPolicyRequest>, IDeepCloneable<GetRegionSecurityPolicyRequest>, IBufferMessage, IMessage
A request message for RegionSecurityPolicies.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-24 UTC."],[[["This webpage details the `GetRegionSecurityPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, and its usage in the Google Cloud Compute API."],["The `GetRegionSecurityPolicyRequest` class is used to request information about a specific region's security policy, and it implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage lists multiple versions of the `GetRegionSecurityPolicyRequest`, ranging from version 1.0.0 to the latest version 3.6.0, which can be navigated to see previous versions."],["The class has three main properties: `Project` (Project ID), `Region` (Region Name), and `SecurityPolicy` (Name of the policy), all of which are strings and allow users to provide inputs for the request."],["The `GetRegionSecurityPolicyRequest` class has two constructors: a parameterless constructor and a constructor that accepts another `GetRegionSecurityPolicyRequest` object as a parameter."]]],[]]