public sealed class GetResourcePolicyRequest : IMessage<GetResourcePolicyRequest>, IEquatable<GetResourcePolicyRequest>, IDeepCloneable<GetResourcePolicyRequest>, IBufferMessage, IMessage
A request message for ResourcePolicies.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."],[[["The `GetResourcePolicyRequest` class is used to request a specific resource policy in the Google Cloud Compute V1 API, with version 3.6.0 being the latest."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide functionalities like message handling, equality checks, deep cloning, and buffer management."],["The `GetResourcePolicyRequest` class includes constructors for creating new instances, either default or by copying another `GetResourcePolicyRequest` object."],["It includes properties like `Project`, `Region`, and `ResourcePolicy`, which are string values used to specify the target project, region, and resource policy name in the request."],["The page offers documentation on the class from version 1.0.0 up to the latest 3.6.0."]]],[]]